[Lunar-commits] CVS: moonbase/gnome2-core/libIDL BUILD, 1.4,
1.5 DETAILS, 1.4, 1.5 POST_INSTALL, 1.1, NONE
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 15:08:56 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-core/libIDL
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12930/libIDL
Modified Files:
BUILD DETAILS
Removed Files:
POST_INSTALL
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/libIDL/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,13 @@
(
- unset CC CCC CPP CXX
-
- ./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
+ unset CC CCC CPP CXX &&
+ ./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: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libIDL/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 12 Sep 2003 03:52:35 -0000 1.4
+++ DETAILS 9 Apr 2004 15:08:23 -0000 1.5
@@ -1,12 +1,12 @@
MODULE=libIDL
- VERSION=0.8.2
+ VERSION=0.8.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.8/$SOURCE
- SOURCE_VFY=md5:a75d2dbf3a3c66b567047c94245f8b82
+ SOURCE_VFY=md5:39640ea026d81e721b0c78a8aaeb7d59
WEB_SITE=http://orbit-resource.sourceforge.net
ENTERED=20020713
- UPDATED=20030912
+ UPDATED=20040409
SHORT="libIDL is a library for creating trees of CORBA IDL files."
cat << EOF
libIDL is a library licensed under the GNU LGPL for creating trees of
--- POST_INSTALL DELETED ---
More information about the Lunar-commits
mailing list