Changeset 60c5a5d


Ignore:
Timestamp:
07/14/2014 02:37:07 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
7585458
Parents:
fc0589b
Message:

Added gnome-intro page and added that the build is assumed to be done on a systemd system. Removed reference to systemd not being
supported on platform page Removed reference to systmed users not needing to install
libcap as it is already covered on the intro Converted colord page to
use systemd

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfc0589b r60c5a5d  
    5353<!ENTITY gnome-download-http  "http://ftp.gnome.org/pub/gnome/sources">
    5454<!ENTITY gnome-download-ftp    "ftp://ftp.gnome.org/pub/gnome/sources">
    55 <!ENTITY gnome-minor          "3.12">
    56 
     55<!ENTITY gnome-minor          ".12">
     56<!ENTITY gnome-version        "3">
    5757<!-- These entities are used to identify versions of LFS
    5858     packages referenced throughout the BLFS book. -->
  • general/sysutils/colord.xml

    rfc0589b r60c5a5d  
    139139            --with-daemon-user=colord    \
    140140            --enable-vala                \
    141             --enable-systemd-login=no    \
     141            --enable-systemd-login=yes   \
    142142            --disable-bash-completion    \
    143143            --disable-static             \
    144             --with-systemdsystemunitdir=no &amp;&amp;
     144            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    145145make</userinput></screen>
    146146
     
    164164
    165165    <para>
    166       <parameter>--enable-libsystemd-login=no</parameter>: This parameter fixes
    167       building without <application>systemd</application>, which is not part
    168       of LFS/BLFS. If you use <application>systemd</application>,
    169       replace "no" by "yes".
    170     </para>
    171 
    172     <para>
    173166      <parameter>--with-daemon-user=colord</parameter>: This
    174167      switch is used so the <command>colord</command> daemon
     
    189182    </para>
    190183
    191     <para>
    192       <option>--disable-systemd-login</option>: This switch prevents
    193       <command>configure</command> to look for
    194       <application>Systemd</application> libraries.
    195     </para>
    196 
    197     <para>
    198       <option>--with-systemdsystemunitdir=no</option>: Disable
    199       attempting to build with systemd libraries.
    200     </para>
    201 
    202184    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    203185      href="../../xincludes/static-libraries.xml"/>
     
    209191      <option>--disable-gusb</option>: Use this switch if you don't have
    210192      <application>libgusb</application> installed.
    211     </para>
    212 
    213     <para>
    214       <option>--disable-gudev</option>: Use this switch if you don't have GUdev
    215       installed.
    216193    </para>
    217194
     
    228205    version of the FHS used before LFS-7.5.</para>
    229206
    230     <sect3 role="commands">
    231     <title>Systemd Unit File</title>
    232     <note>
    233     <para>
    234      This package will link against systemd libraries to utilize logind support,
    235      but it is disabled by default. Remove the "--disable-systemd-login"
    236      switch from the configure line.
    237     </para>
    238     </note> 
    239  </sect3>
    240207 </sect2>
    241208
  • gnome/gnome.xml

    rfc0589b r60c5a5d  
    1616  <title>Selected GNOME Applications</title>
    1717
    18 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-intro.xml"/> -->
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-intro.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="platform/platform.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="applications/applications.xml"/>
  • gnome/platform/platform.xml

    rfc0589b r60c5a5d  
    1717
    1818  <para>
    19     The objective of this section is not to build a
    20     <application>GNOME</application> desktop, because it depends on
    21     <application>Systemd</application>, which BLFS doesn't support. Rather, it
    22     provides packages required for some platform independent
     19    The primary objective of this section is to build a
     20    <application>GNOME</application> desktop. However, it
     21    also provides packages required for some platform independent
    2322    <application>GNOME</application> applications to build and run properly
    2423    under any Window Manager (e.g.
  • introduction/welcome/changelog.xml

    rfc0589b r60c5a5d  
    6767        <listitem>
    6868          <para>[cjg] - Replaced consolekit dependency on lxde-common page with systemd.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[cjg] - Added gnome-intro page and added that the build is being done on a systemd system.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[cjg] - Removed reference to systemd not being supported on platform page.</para>
     75        </listitem>
     76        <listitem>
     77          <para>[cjg] - Removed reference to systmed users not needing to install libcap as it is already covered on the intro.</para>
     78        </listitem>
     79        <listitem>
     80          <para>[cjg] - Converted colord page to use systemd.</para>
    6981        </listitem>
    7082      </itemizedlist>
  • postlfs/security/libcap.xml

    rfc0589b r60c5a5d  
    6969  <sect2 role="installation">
    7070    <title>Installation of libcap</title>
    71 
    72      <note>
    73      <para>
    74      Systemd users don't need to install this package since it has
    75      already been installed as part of LFS.
    76      </para>
    77      </note>
    7871
    7972    <para>Install <application>libcap</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.