[Lunar-commits] CVS: moonbase/gnome2-core/ORBit2 BUILD, 1.6,
1.7 DEPENDS, 1.2, 1.3 DETAILS, 1.9, 1.10
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 15:08:52 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-core/ORBit2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12930/ORBit2
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/ORBit2/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 12 Sep 2003 03:52:32 -0000 1.6
+++ BUILD 9 Apr 2004 15:08:20 -0000 1.7
@@ -1,12 +1,13 @@
(
- ./configure --build=$BUILD \
- --sysconfdir=/etc \
- --prefix=/usr \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/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 \
+ --enable-gtk-doc \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/ORBit2/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Sep 2003 07:43:07 -0000 1.2
+++ DEPENDS 9 Apr 2004 15:08:20 -0000 1.3
@@ -1,2 +1,3 @@
depends libIDL &&
+depends linc &&
depends popt
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/ORBit2/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 21 Jan 2004 13:15:49 -0000 1.9
+++ DETAILS 9 Apr 2004 15:08:20 -0000 1.10
@@ -1,12 +1,12 @@
MODULE=ORBit2
- VERSION=2.8.3
+ VERSION=2.10.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.8/$SOURCE
- SOURCE_VFY=md5:c6c4b63de2f70310e33a52a37257ddaf
+ SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/2.10/$SOURCE
+ SOURCE_VFY=md5:fe86ec038fc51ee0e90e84169a8dda6c
WEB_SITE=http://orbit-resource.sourceforge.net
ENTERED=20020714
- UPDATED=20031011
+ UPDATED=20040409
SHORT="High-performance CORBA Object Request Broker."
cat << EOF
ORBit is a high-performance CORBA (Common Object Request Broker
More information about the Lunar-commits
mailing list