Changeset 7e548ae


Ignore:
Timestamp:
07/23/2014 02:23:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
7356a067
Parents:
655f3e9
Message:

Some updates to upower.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13585 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower-systemd.xml

    r655f3e9 r7e548ae  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/upower-&upower-version;-upstream_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">UPower Dependencies</bridgehead>
    7686
     
    90100    <bridgehead renderas="sect4">Optional</bridgehead>
    91101    <para role="optional">
    92       <xref linkend="gtk-doc"/> and
    93       <xref linkend="python3"/> (used only in the testsuite).
     102      <xref linkend="gtk-doc"/>,
     103      <xref linkend="python3"/> (used only in the testsuite) and
     104      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>
    94105    </para>
    95106
     
    107118    </para>
    108119
    109 <screen><userinput>./configure --prefix=/usr        \
     120<screen><userinput>patch -Np1 -i ../upower-&upower-version;-upstream_fixes-1.patch &amp;&amp;
     121./configure --prefix=/usr        \
    110122            --sysconfdir=/etc    \
    111123            --localstatedir=/var \
    112             --disable-static     \
    113             --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
     124            --disable-static     &amp;&amp;
    114125make</userinput></screen>
    115126
    116127    <para>
    117       To test the results, issue: <command>make check</command>. Some
    118       checks may not pass due to missing files. Test suite should be run from
    119       a local GUI session started with dbus-launch.
     128      To test the results, issue: <command>make check</command>. Test
     129      suite should be run from a local GUI session started with
     130      dbus-launch.
    120131    </para>
    121132
     
    133144    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134145      href="../../xincludes/static-libraries.xml"/>
    135 
    136     <para>
    137       <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
    138       This switch specifies the install location for the systemd units.
    139     </para>
    140146
    141147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.