From 227a40a59788baed1dd90a5a3b494331a75dbe61 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 22 Nov 2004 21:05:53 +0000 Subject: [PATCH] Updated to GNOME-VFS-2.8.3 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2995 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/core/gconf.xml | 11 +++-- gnome/core/gnome-vfs.xml | 74 +++++++++++++++++++----------- gnome/core/libbonobo.xml | 4 +- introduction/welcome/changelog.xml | 3 +- 4 files changed, 58 insertions(+), 34 deletions(-) diff --git a/gnome/core/gconf.xml b/gnome/core/gconf.xml index e5a666c431..afb54f154c 100644 --- a/gnome/core/gconf.xml +++ b/gnome/core/gconf.xml @@ -4,8 +4,8 @@ %general-entities; - - + + @@ -62,7 +62,7 @@ commands: ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ - --sysconfdir=/etc/gnome && + --sysconfdir=/etc/gnome --disable-gtk-doc && make && make install @@ -85,6 +85,11 @@ location (which includes eliminating this parameter), it must be consistent for every subsequent GNOME-2 installation. +: This switch disables building the +documentation during the make step. Omit this option if +you have GTK-Doc installed and wish to rebuild and +install the documentation. + diff --git a/gnome/core/gnome-vfs.xml b/gnome/core/gnome-vfs.xml index 893d6ce3e5..036c1b0fbf 100644 --- a/gnome/core/gnome-vfs.xml +++ b/gnome/core/gnome-vfs.xml @@ -4,12 +4,12 @@ %general-entities; - - - - + + + + + - ]> @@ -24,9 +24,10 @@ Introduction to <application><acronym>GNOME</acronym> Virtual File System</application> -The GNOME Virtual File System package contains virtual file system libraries. This -is used -as one of the foundations of the Nautilus file manager. +The GNOME Virtual File +System package contains virtual file system libraries. This is +used as one of the foundations of the Nautilus file +manager. Package information @@ -34,6 +35,7 @@ as one of the foundations of the Nautilus file manage url="&gnome-vfs-download-http;"/> Download (FTP): +Download MD5 sum: &gnome-vfs-md5sum; Download size: &gnome-vfs-size; Estimated Disk space required: &gnome-vfs-buildsize; @@ -41,25 +43,29 @@ url="&gnome-vfs-download-ftp;"/> &gnome-vfs-time; -<application><acronym>GNOME</acronym> Virtual File System</application> dependencies +<application><acronym>GNOME</acronym> Virtual File +System</application> dependencies Required - -, +, , , and - - + + + Optional - -, +, , , , +, or -GnuTLS, and -OpenAFS - +GnuTLS, + or , +OpenAFS, +Howl and +HAL + @@ -68,7 +74,8 @@ url="&gnome-vfs-download-ftp;"/> Installation of <application><acronym>GNOME</acronym> Virtual File System</application> -Install GNOME Virtual File System by running the following commands: +Install GNOME Virtual File +System by running the following commands: ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ @@ -81,25 +88,36 @@ make install Command explanations ---sysconfdir=/etc/gnome: This switch -puts configuration files in /etc/gnome instead of -$GNOME_PREFIX/etc. +--sysconfdir=/etc/gnome: This switch puts +configuration files in /etc/gnome +instead of $GNOME_PREFIX/etc. ---libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin -: This switch puts libexec files in +--libexecdir=`pkg-config --variable=prefix +ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec. -: This switch will prevent -the rebuilding of documentation during the make command. +rmdir `pkg-config --variable=prefix ORBit-2.0`/doc: +Use this command if $GNOME_PREFIX is anything other than +/usr as the directory is unneeded and +unpopulated. Contents -The GNOME Virtual File -System package contains libgnomevfs libraries. +The GNOME Virtual File +System package contains +gnome-vfs-daemon, +gnomevfs-cat, +gnomevfs-copy, +gnomevfs-info, +gnomevfs-ls, +gnomevfs-mkdir, +gnomevfs-rm, +libgnomevfs libraries and +numerous library modules. diff --git a/gnome/core/libbonobo.xml b/gnome/core/libbonobo.xml index a74cdefaff..9331d200da 100644 --- a/gnome/core/libbonobo.xml +++ b/gnome/core/libbonobo.xml @@ -4,8 +4,8 @@ %general-entities; - - + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9fc35b851b..cc4d6ac96e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -27,7 +27,8 @@ Metacity instructions to required, reported by Denis Trofimenko. November 22nd, 2004 [randy]: Updated to ORBit2-2.12.0, -libbonobo-2.8.0, GConf-2.8.1, GNOME-MIME-Data-2.4.1. +libbonobo-2.8.0, GConf-2.8.1, GNOME-MIME-Data-2.4.1 and +GNOME-VFS-2.8.3. November 21st, 2004 [igor]: Applied a bunch of fixes to XScreenSaver, contributed by Randy.