[Lunar-commits] CVS: moonbase/gnome2-core/libgnomeui BUILD, 1.4, 1.5 DEPENDS, 1.1, 1.2 DETAILS, 1.6, 1.7

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


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

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/libgnomeui/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	13 Sep 2003 15:33:52 -0000	1.4
+++ BUILD	9 Apr 2004 15:08:25 -0000	1.5
@@ -1,13 +1,12 @@
 (
 
-  ./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		\
-		$OPTS                             		&&
-
-  default_make
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make                   
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libgnomeui/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	1 Oct 2002 06:53:41 -0000	1.1
+++ DEPENDS	9 Apr 2004 15:08:25 -0000	1.2
@@ -1,2 +1,2 @@
-depends libbonoboui
-
+depends libbonoboui   &&
+depends gnome-keyring

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libgnomeui/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	12 Sep 2003 03:52:36 -0000	1.6
+++ DETAILS	9 Apr 2004 15:08:25 -0000	1.7
@@ -1,12 +1,12 @@
            MODULE=libgnomeui
-         VERSION=2.4.0.1
+         VERSION=2.6.0
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_VFY=md5:196f4a3f1f4a531ff57acaa879e98dd2
-   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.4/$SOURCE
+      SOURCE_VFY=md5:ef295e03112ed1647de991ad4552ce28
+   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.6/$SOURCE
         WEB_SITE=http://developer.gnome.org
-         ENTERED=20020714
-         UPDATED=20030912
+         ENTERED=20020713
+         UPDATED=20040409
            SHORT="The GNOME User Interface Library Functions"
 cat << EOF
 The GNOME User Interface Library Functions - This includes



More information about the Lunar-commits mailing list