Ignore:
Timestamp:
06/21/2006 01:46:25 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3838dc02
Parents:
998dcf8
Message:

Updated to GNOME-2.14.2. All version entities have been updated with the core package updates being complete. The 'Additional' packages will be updated in upcoming commits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6184 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/control-center.xml

    r998dcf8 ra6bee1f  
    77  <!ENTITY control-center-download-http "&gnome-download-http;/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
    88  <!ENTITY control-center-download-ftp  "&gnome-download-ftp;/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
    9   <!ENTITY control-center-md5sum        "f3d8520b8544e1f910600ba889e02523">
    10   <!ENTITY control-center-size          "1.7 MB">
    11   <!ENTITY control-center-buildsize     "57.3 MB">
    12   <!ENTITY control-center-time          "1.4 SBU">
     9  <!ENTITY control-center-md5sum        "08711b0f14584e7eaa9f4c275085ab36">
     10  <!ENTITY control-center-size          "1.8 MB">
     11  <!ENTITY control-center-buildsize     "60.2 MB">
     12  <!ENTITY control-center-time          "1.5 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">control-center-&control-center-version;.tar</keyword>
    23       <keyword role="ftpdir">control-center</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6965    <bridgehead renderas="sect4">Optional</bridgehead>
    7066    <para role="optional"><xref linkend="evolution-data-server"/>,
    71     <xref linkend="alsa"/>,
    72     <xref linkend="gst-plugins"/>, and
    73     <xref linkend="xscreensaver"/></para>
     67    <xref linkend="alsa"/>, and
     68    <xref linkend="gst-plugins-base"/></para>
     69
     70    <para>Though they are only run-time dependencies and
     71    <application>Control Center</application> will compile just fine without
     72    them installed, there are two screen saver packages that can be installed
     73    which will provide a robust collection of screen savers and screen
     74    locking capability. <ulink
     75    url="&gnome-download-http;/gnome-screensaver/2.14/">GNOME
     76    ScreenSaver</ulink> (BLFS page is forthcoming) is looked for first, with a
     77    fallback to <xref linkend="xscreensaver"/> if necessary.</para>
    7478
    7579    <para condition="html" role="usernotes">User Notes:
     
    8488    following commands:</para>
    8589
    86 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    87             --libexecdir=`pkg-config \
    88             --variable=prefix ORBit-2.0`/lib/control-center \
     90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    8991            --localstatedir=/var/lib \
    90             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     92            --sysconfdir=&gnome-etc-dir; \
     93            --libexecdir=$(pkg-config \
     94                --variable=prefix ORBit-2.0)/lib/control-center &amp;&amp;
    9195make</userinput></screen>
    9296
     
    102106    <title>Command Explanations</title>
    103107
    104     <para><parameter>--libexecdir=`pkg-config --variable=prefix
    105     ORBit-2.0`/lib/control-center</parameter>: This switch puts libexec files in
     108    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     109    ORBit-2.0)/lib/control-center</parameter>: This switch puts libexec files in
    106110    <filename class="directory">$GNOME_PREFIX/lib/control-center</filename>
    107111    instead of
     
    145149        modules and <application>Nautilus</application> library module
    146150        extensions</seg>
    147         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,desktop/}{,schemas/}apps/{too many to list}
    148         and the following subdirectories of $GNOME_PREFIX/:
     151        <seg>The following subdirectories of $GNOME_PREFIX/:
    149152        include/gnome-window-settings-2.0,
    150         lib/{lib, nautilus, window-manager-settings},
    151         share/{{,gnome/help/,omf}control-center-2.0,
    152         gnome/{cursor-fonts,vfolders}}</seg>
     153        lib/{control-center, nautilus, window-manager-settings},
     154        share/{{,gnome/help/,omf/}control-center-2.0,
     155        gnome/{default-applications,cursor-fonts}}</seg>
    153156      </seglistitem>
    154157    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.