Author: randy Date: 2006-02-03 16:20:03 -0700 (Fri, 03 Feb 2006) New Revision: 5639
Modified: trunk/BOOK/gnome/add/gnome-utils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated the Gnome Utilities instructions to fit the GNOME-2.12.2 version Modified: trunk/BOOK/gnome/add/gnome-utils.xml =================================================================== --- trunk/BOOK/gnome/add/gnome-utils.xml 2006-02-03 17:00:48 UTC (rev 5638) +++ trunk/BOOK/gnome/add/gnome-utils.xml 2006-02-03 23:20:03 UTC (rev 5639) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY gnome-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2"> - <!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2"> - <!ENTITY gnome-utils-md5sum "345a330b7a80e09c0d5a6562438b346b"> + <!ENTITY gnome-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2"> + <!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2"> + <!ENTITY gnome-utils-md5sum "71d615932e4ddf7182abeb734b8e370c"> <!ENTITY gnome-utils-size "1.7 MB"> - <!ENTITY gnome-utils-buildsize "30.4 MB"> + <!ENTITY gnome-utils-buildsize "30.7 MB"> <!ENTITY gnome-utils-time "0.3 SBU"> ]> @@ -78,8 +78,10 @@ running the following commands:</para> <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ - --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ - --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; && + --libexecdir=`pkg-config \ + --variable=prefix ORBit-2.0`/lib/gnome-utils \ + --localstatedir=/var/lib \ + --sysconfdir=&gnome-etc-dir; && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -94,9 +96,11 @@ <title>Command Explanations</title> <para><parameter>--libexecdir=`pkg-config - --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts - libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> - instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para> + --variable=prefix ORBit-2.0`/lib/gnome-utils</parameter>: This switch puts + libexec files in + <filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename> + instead of + <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para> <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts <application>ScrollKeeper</application> files in @@ -123,9 +127,9 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>gdict-applet, gfloppy, gnome-dictionary, gnome-panel-screenshot, + <seg>gfloppy, gnome-dictionary, gnome-panel-screenshot, gnome-screenshot, gnome-search-tool, and gnome-system-log</seg> - <seg>GNOME_GDictApplet.server bonobo server</seg> + <seg>None</seg> <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gfloppy, &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-dictionary, &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-screenshot, Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-02-03 17:00:48 UTC (rev 5638) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-02-03 23:20:03 UTC (rev 5639) @@ -48,7 +48,8 @@ <para>[randy] - Updated the following GNOME Add-on package instructions to fit the 2.12.2 version changes: libgnomecups, libgnomeprint, libgnomeprintui, libgtkhtml, Evolution Data Server, - system-tools-backends, EOG, gucharmap, File Roller.</para> + system-tools-backends, EOG, gucharmap, File Roller, + Gnome Utilities.</para> </listitem> <listitem> <para>[randy] - Updated the GNOME Core packages to the 2.12.2 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
