CVS: moonbase/gnome2-extras/gnome-python2 BUILD, 1.1, 1.2 DEPENDS, 1.3, 1.4 DETAILS, 1.6, 1.7

nhudson at lunar-linux.org nhudson at lunar-linux.org
Sun Sep 7 22:49:12 GMT 2003


Update of /var/cvs/lunar/moonbase/gnome2-extras/gnome-python2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14310

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Adding a patch to gnome-python2 and also changing the DEPENDS file to get rid of recursive depends 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-python2/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	19 Nov 2002 03:18:14 -0000	1.1
+++ BUILD	7 Sep 2003 22:49:10 -0000	1.2
@@ -1,13 +1,15 @@
 (
    export PKG_CONFIG_PATH=/opt/lunar/gnome/2/lib/pkgconfig:$PKG_CONFIG_PATH &&
+   export PYTHON=/usr/bin/python2.3  &&
+   patch_it $SOURCE_CACHE/$SOURCE2 1 &&
 
+   aclocal && automake && autoconf                             &&
    ./configure  --build=$BUILD					\
                 --sysconfdir=/etc                               \
-                --prefix=/usr           			\
+                --prefix=/usr            		        \
 		--localstatedir=/var				\
 		--infodir=/usr/share/info	        	\
-		--mandir=/usr/share/man	                	\
-		--enable-platform-gnome-2			&&
+		--mandir=/usr/share/man	                       &&
 
    default_make
    

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-python2/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	4 Sep 2003 02:06:27 -0000	1.3
+++ DEPENDS	7 Sep 2003 22:49:10 -0000	1.4
@@ -1,10 +1,5 @@
 depends  Python			&&
 depends  gtk+-2			&&
-depends  libgnomecanvas		&&
-depends  libglade2		&&
-depends  bonobo-activation	&&
-depends  GConf2			&&
 depends  gnome-panel		&&
 depends  pygtk2                 &&
-depends  libgnome               &&
 depends  pyorbit 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-python2/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	4 Sep 2003 02:02:05 -0000	1.6
+++ DETAILS	7 Sep 2003 22:49:10 -0000	1.7
@@ -1,9 +1,11 @@
           MODULE=gnome-python2
 	     MOD=gnome-python
          VERSION=2.0.0
-          SOURCE=$MOD-$VERSION.tar.gz
+          SOURCE=$MOD-$VERSION.tar.bz2
+         SOURCE2=gnome-python-client-command.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/$MOD/2.0/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
         WEB_SITE=www.gnome.org
          ENTERED=20021002
          UPDATED=20030904




More information about the Lunar-commits mailing list