[email protected] wrote these words on 07/30/09 07:46 CST: > Author: wblaszcz > Date: 2009-07-30 06:46:58 -0600 (Thu, 30 Jul 2009) > New Revision: 7908 > +++ trunk/BOOK/general.ent 2009-07-30 12:46:58 UTC (rev 7908) > @@ -518,12 +518,12 @@ > <!ENTITY gnome-mime-data-version "2.4.3"> > <!ENTITY gnome-vfs-version "2.18.1"> > <!ENTITY gnome-vfs-monikers-version "2.15.3"> > -<!ENTITY libbonobo-version "2.18.0"> > +<!ENTITY libbonobo-version "2.24.1"> > <!ENTITY libbonoboui-version "2.18.0"> > <!ENTITY libgnome-version "2.18.0"> > <!ENTITY libgnomecanvas-version "2.14.0"> > <!ENTITY libgnomeui-version "2.18.1"> > -<!ENTITY ORBit2-version "2.14.7"> > +<!ENTITY ORBit2-version "2.14.17">
Wayne, How do you determine what versions of the different packages make up a Core GNOME release? Just FYI, I've always done it like this: First go to http://ftp.gnome.org/pub/gnome/platform/2.26/2.26.3/sources/ and see what is listed. Then go to the actual source directory for a particular package and see if there is an updated version. If there is, I'd look at NEWS and the ChangeLog to see if it fixed a bug that was in the release version. I've been known to use an updated version if I felt it fixed a bug, or made it better. Just curious how you are going to go about it. > <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix > ORBit-2.0) \ > - --sysconfdir=&gnome-etc-dir; \ > - --libexecdir=$(pkg-config \ > - --variable=prefix ORBit-2.0)/lib/bonobo \ > - --mandir=$(pkg-config \ > - --variable=prefix ORBit-2.0)/share/man && > + --sysconfdir=&gnome-etc-dir; \ > + --libexecdir=$(pkg-config \ > + --variable=prefix ORBit-2.0)/lib/bonobo \ > + --mandir=$(pkg-config \ > + --variable=prefix ORBit-2.0)/share/man && Just so you know, I had those lines offset on purpose. This shows the reader that it is a continued line and not a new --variable. Just FYI, but I had done that on purpose. The same as if you have a sed command, we do it like this: sed -i -e "kdjfkasjdlkfjdkjfla;ksdjflkadsjfkdsjal;fjdsakfj" \ name_of_file -- Randy rmlscsi: [bogomips 1003.25] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 08:22:00 up 23 days, 20:50, 1 user, load average: 0.12, 0.68, 0.66 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
