[Lunar-commits] CVS: moonbase/gnome2-extras/pyorbit BUILD, 1.1,
1.2 DETAILS, 1.4, 1.5
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 15:38:53 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-extras/pyorbit
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17411/pyorbit
Modified Files:
BUILD DETAILS
Log Message:
Updating more modules for Gnome 2.6.0 release
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/pyorbit/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 19 Jul 2003 14:49:46 -0000 1.1
+++ BUILD 9 Apr 2004 15:38:51 -0000 1.2
@@ -1,15 +1,12 @@
(
- export PKG_CONFIG_PATH=/opt/lunar/gnome/2/lib/pkgconfig:$PKG_CONFIG_PATH &&
- ./configure --build=$BUILD \
- --sysconfdir=/etc \
- --prefix=/usr \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-platform-gnome-2 &&
+ ./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
- default_make
-
) > $C_FIFO 2>&1
-
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/pyorbit/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 12 Sep 2003 03:52:40 -0000 1.4
+++ DETAILS 9 Apr 2004 15:38:51 -0000 1.5
@@ -5,7 +5,7 @@
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.0/$SOURCE
WEB_SITE=www.gnome.org
ENTERED=20021114
- UPDATED=20030912
+ UPDATED=20040409
SHORT="Orbit2 binding for python"
cat << EOF
Orbit2 bindings for python
More information about the Lunar-commits
mailing list