Ignore:
Timestamp:
07/28/2014 04:35:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
d49505a9
Parents:
e050b6a
Message:

Update gnome-control-center and gnome-settings-daemon instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/desktop/gnome-settings-daemon.xml

    re050b6a rb0c3569  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
     80      <xref linkend="colord"/>,
     81      <xref linkend="geoclue2"/>,
     82      <xref linkend="geocode-glib"/>,
    8083      <xref linkend="gnome-desktop"/>,
    81       <xref linkend="libnotify"/>, and
    82       <xref linkend="systemd"/>
     84      <xref linkend="libcanberra"/>,
     85      <xref linkend="libgweather"/>,
     86      <xref linkend="libnotify"/>,
     87      <xref linkend="librsvg"/>,
     88      <xref linkend="libwacom"/>,
     89      <xref linkend="pulseaudio"/>,
     90      <xref linkend="upower"/>, and
     91      <xref linkend="xorg-wacom-driver"/>
    8392    </para>
    8493
     
    8695    <para role="recommended">
    8796      <xref linkend="cups"/>,
    88       <xref linkend="colord"/>,
    89       <xref linkend="libgweather"/>,
    90       <xref linkend="geoclue"/>,
    91       <xref linkend="geocode-glib"/>,
    92       <xref linkend="polkit"/>,
    93       <xref linkend="librsvg"/>,
    94       <xref linkend="pulseaudio"/>,
    95       <xref linkend="libwacom"/>,
    96       <xref linkend="xorg-wacom-driver"/>,
    97       <xref linkend="gsettings-desktop-schemas"/>,
    98       <xref linkend="libgnomekbd"/>,
    99       <xref linkend="upower"/>,
    100       <xref linkend="libcanberra"/>,
    10197      <xref linkend="ibus"/>, and
    10298      <xref linkend="nss"/>
     
    120116
    121117    <para>
    122       Install <application>GNOME Settings Daemon</application> by running the following
    123       commands:
    124     </para>
    125 
    126 <screen><userinput>./configure --prefix=/usr \
    127             --sysconfdir=/etc \
     118      Install <application>GNOME Settings Daemon</application> by running the
     119      following commands:
     120    </para>
     121
     122<screen><userinput>./configure --prefix=/usr        \
     123            --sysconfdir=/etc    \
    128124            --disable-packagekit \
    129             --disable-static &amp;&amp;
     125            --disable-static     &amp;&amp;
    130126make</userinput></screen>
    131127
    132128    <para>
    133       <!-- To test the results, issue <command>make check</command>. -->
    134129      This package does not have a working testsuite.
    135130    </para>
     
    139134    </para>
    140135
    141 <screen role="root"><userinput>make install</userinput></screen>
     136<screen role="root"><userinput>make udevrulesdir=/lib/udev/rules.d install</userinput></screen>
    142137
    143138  </sect2>
     
    147142
    148143    <para>
    149       <option>--disable-packagekit</option>: This switch disables use
    150       of PackageKit which isn't suitable for BLFS.
     144      <parameter>--disable-packagekit</parameter>: This switch disables
     145      use of PackageKit which isn't suitable for BLFS.
    151146    </para>
    152147
    153148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    154149      href="../../xincludes/static-libraries.xml"/>
     150
     151    <para>
     152      <parameter>udevrulesdir=/lib/udev/rules.d</parameter>: This switch
     153      ensures that <application>UDev</application> rule is installed in
     154      the correct location.
     155    </para>
    155156
    156157    <para>
     
    177178
    178179    <segmentedlist>
    179       <segtitle>Installed Program</segtitle>
     180      <segtitle>Installed Programs</segtitle>
    180181      <segtitle>Installed Libraries</segtitle>
    181182      <segtitle>Installed Directories</segtitle>
Note: See TracChangeset for help on using the changeset viewer.