Ignore:
Timestamp:
07/25/2007 02:48:30 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f2f4e4a
Parents:
69d7fdf0
Message:

Updated core GNOME-2 to version 2.18.3. Separated the core packages into 'Platform' and 'Desktop' sections

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-menus.xml

    r69d7fdf0 r65ed5cb  
    77  <!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    88  <!ENTITY gnome-menus-download-ftp  "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    9   <!ENTITY gnome-menus-md5sum        "9926e7ad14255d1a08c7e774052f8a3a">
    10   <!ENTITY gnome-menus-size          "406 KB">
    11   <!ENTITY gnome-menus-buildsize     "7.4 MB">
     9  <!ENTITY gnome-menus-md5sum        "e2b97b01b33b9744baf26982a8ad588a">
     10  <!ENTITY gnome-menus-size          "437 KB">
     11  <!ENTITY gnome-menus-buildsize     "8 MB">
    1212  <!ENTITY gnome-menus-time          "0.2 SBU">
    1313]>
     
    8686
    8787<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    88             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     88            --sysconfdir=&gnome-etc-dir; \
     89            --enable-inotify &amp;&amp;
    8990make</userinput></screen>
    9091
     
    105106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    106107    href="../../xincludes/gnome-sysconfdir.xml"/>
     108
     109    <para><parameter>--enable-inotify</parameter>: This parameter is used so
     110    that file polling is accomplished using the kernel inotify calls, instead
     111    of using other polling methods. Remove this parameter if you wish to fall
     112    back to <application>Gamin</application> as the file polling method.</para>
    107113
    108114  </sect2>
     
    152158
    153159<screen><literal>export PYTHONPATH=$PYTHONPATH:$(pkg-config --variable=prefix \
    154        ORBit-2.0)/lib/python2.4/site-packages:$(pkg-config \
     160       ORBit-2.0)/lib/python2.5/site-packages:$(pkg-config \
    155161       --variable=prefix \
    156        ORBit-2.0)/lib/python2.4/site-packages/GMenuSimpleEditor</literal></screen>
     162       ORBit-2.0)/lib/python2.5/site-packages/GMenuSimpleEditor</literal></screen>
    157163
    158164      </sect4>
Note: See TracChangeset for help on using the changeset viewer.