[Lunar-commits] CVS: moonbase/gnome2-core/gnome-vfs2 BUILD, 1.4, 1.5 DEPENDS, 1.2, 1.3 DETAILS, 1.9, 1.10

Nick Hudson nhudson at lunar-linux.org
Fri Apr 9 15:08:55 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-core/gnome-vfs2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12930/gnome-vfs2

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Updating to Gnome 2.6.0 Desktop Release, I have to say that cvs merging is alot easier to do than moving the files over by hand.  Now go get yourself a 40 and do some updating!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gnome-vfs2/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	13 Sep 2003 15:33:51 -0000	1.4
+++ BUILD	9 Apr 2004 15:08:23 -0000	1.5
@@ -1,14 +1,15 @@
-(  
-   
-   ./configure  --build=$BUILD					\
-                --sysconfdir=/etc                               \
-                --prefix=/opt/lunar/gnome/2.4			\
-		--localstatedir=/var				\
-		--infodir=/opt/lunar/gnome/2.4/share/info	\
-		--mandir=/opt/lunar/gnome/2.4/share/man		\
-                --with-html-dir=/usr/share/gtk-doc/html         \
-		$OPTS                   			&&
+(
+
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                --enable-ipv6                     \
+                --enable-gtk-doc                  \
+                $OPTS                             &&
+    default_make                                  &&
+    echo "trash:    libvfolder-desktop.so">>${D}/etc/gnome-vfs-2.0/modules/default-modules.conf
 
-   default_make
-   
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gnome-vfs2/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2003 07:43:08 -0000	1.2
+++ DEPENDS	9 Apr 2004 15:08:23 -0000	1.3
@@ -1,3 +1,4 @@
 depends gnome-mime-data2 &&
-optional_depends "openssl" "" "" "for ssl support" &&
-optional_depends "fam" "" "" "for filesystem monitoring"
+optional_depends "openssl" "--enable-openssl --with-openssl-includes=/usr/include/openssl --with-openssl-libs=/usr/lib" "--disable-openssl" "for ssl support" &&
+optional_depends "fam" "" "" "for filesystem monitoring" &&
+optional_depends "samba" "--enable-samba --with-samba-includes=/usr/include --with-samba-libs=/usr/lib" "--disable-samba" "for samba support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/gnome-vfs2/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	14 Mar 2004 15:39:54 -0000	1.9
+++ DETAILS	9 Apr 2004 15:08:23 -0000	1.10
@@ -1,12 +1,12 @@
            MODULE=gnome-vfs2
-         VERSION=2.4.3
+         VERSION=2.6.0
           SOURCE=gnome-vfs-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnome-vfs-$VERSION
-   SOURCE_URL[0]=$GNOME_URL/sources/gnome-vfs/2.4/$SOURCE
-      SOURCE_VFY=md5:d217b3c241852ccb9e9147b63f8eb6d4
+   SOURCE_URL[0]=$GNOME_URL/sources/gnome-vfs/2.6/$SOURCE
+      SOURCE_VFY=md5:4d0323cf015dd006210fcacd4bfe7420 
         WEB_SITE=http://www.gnome.org
          ENTERED=20020714
-         UPDATED=20040314
+         UPDATED=20040409
            SHORT="gnome-vfs is a file system abstraction library for GNOME"
 cat << EOF
 Gnome-VFS is a file system abstraction library for GNOME



More information about the Lunar-commits mailing list