Changeset 26da27fa


Ignore:
Timestamp:
05/18/2005 12:22:40 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
3265ae7
Parents:
a1cbe963
Message:

Updated to GConf Editor-2.10.0; commented out the Nautilus Media package from inclusion in the book

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra1cbe963 r26da27fa  
    1 <!ENTITY day          "17">
     1<!ENTITY day          "18">
    22<!ENTITY month        "05">
    33<!ENTITY year         "2005">
  • gnome/add/add.xml

    ra1cbe963 r26da27fa  
    3434  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-media.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-audio.xml"/>
     36
     37  <!-- excluding nautilus-media from the project at this point. It is broken
     38  and Googling shows the package could very well be obselete now.
     39
    3640  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus-media.xml"/>
     41
     42  -->
     43
    3744  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-netstatus.xml"/>
    3845  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcalctool.xml"/>
  • gnome/add/gconf-editor.xml

    ra1cbe963 r26da27fa  
    77<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
    88<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
    9 <!ENTITY gconf-editor-md5sum "193d5970b570366fd435b2b7ebdd8047">
    10 <!ENTITY gconf-editor-size "510 KB">
    11 <!ENTITY gconf-editor-buildsize "8.7 MB">
    12 <!ENTITY gconf-editor-time "0.10 SBU">
     9<!ENTITY gconf-editor-md5sum "651a18f7eb5af91761521aa4f04ccc07">
     10<!ENTITY gconf-editor-size "543 KB">
     11<!ENTITY gconf-editor-buildsize "7 MB">
     12<!ENTITY gconf-editor-time "0.1 SBU">
    1313]>
    1414
     
    5858<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    5959    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    60 make &amp;&amp;
    61 make install</command></userinput></screen>
     60make</command></userinput></screen>
     61
     62<para>This package does not come with a test suite.</para>
     63
     64<para>Now, as the root user:</para>
     65
     66<screen><userinput role='root'><command>make install</command></userinput></screen>
    6267
    6368</sect2>
     
    95100
    96101</sect1>
    97 
  • introduction/welcome/changelog.xml

    ra1cbe963 r26da27fa  
    2828      <para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1,
    2929      bug-buddy-2.10.0, EOG-2.10.0, AT SPI-1.6.4, gtksourceview-1.2.0,
    30       gedit-2.10.2, GGV-2.8.4 and File Roller-2.10.3.</para>
     30      gedit-2.10.2, GGV-2.8.4, File Roller-2.10.3 and GConf
     31      Editor-2.10.0.</para>
    3132    </listitem>
    3233
Note: See TracChangeset for help on using the changeset viewer.