Author: krejzi Date: Sun Jun 22 17:26:49 2014 New Revision: 13298 Log: Add powerdevil.
Added: branches/frameworks/kde5/plasma/powerdevil.xml (contents, props changed) Added: branches/frameworks/kde5/plasma/powerdevil.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/frameworks/kde5/plasma/powerdevil.xml Sun Jun 22 17:26:49 2014 (r13298) @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY powerdevil-download-http "&plasma2-download-http;/powerdevil-&plasma2-version;.tar.xz"> + <!ENTITY powerdevil-download-ftp "&plasma2-download-ftp;/powerdevil-&plasma2-version;.tar.xz"> + <!ENTITY powerdevil-md5sum "8e7fbdf7fcf02b5c4c10d433cfaf8199"> + <!ENTITY powerdevil-size "132 KB"> + <!ENTITY powerdevil-buildsize "14 MB"> + <!ENTITY powerdevil-time "0.8 SBU"> +]> + +<sect1 id="powerdevil" xreflabel="PowerDevil-&plasma2-version;"> + <?dbhtml filename="powerdevil.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>PowerDevil-&plasma2-version;</title> + + <indexterm zone="powerdevil"> + <primary sortas="a-PowerDevil">PowerDevil</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to PowerDevil</title> + + <para> + The <application>PowerDevil</application> package contains + KDE power management tools. + </para> + + &lfs75_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&powerdevil-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&powerdevil-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &powerdevil-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &powerdevil-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &powerdevil-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &powerdevil-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">PowerDevil Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="plasma-workspace"/> + </para> + + <para condition="html" role="usernotes"> + User Notes: <ulink url="&blfs-wiki;/powerdevil"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of PowerDevil</title> + + <para> + Install <application>PowerDevil</application> by running the following + commands: + </para> + +<screen><userinput>mkdir build && +cd build && + +cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ + -DCMAKE_BUILD_TYPE=Release \ + -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \ + -DLIB_INSTALL_DIR=lib \ + -DBUILD_TESTING=OFF \ + -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \ + .. && +make</userinput></screen> + + <para> + This package does not come with a test suite. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/cmake-release.xml"/> + + <para> + <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch + is used to set correct XDG configuration directory. + </para> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/kf5-libdir.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/kf5-tests.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/qt5-plugins-dir.xml"/> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + None + </seg> + <seg> + libpowerdevilconfigcommonprivate.so, libpowerdevilcore.so + and libpowerdevilui.so + </seg> + <seg> + None + </seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
