[Lunar-commits] CVS: moonbase/gnome2-apps/dbus BUILD, 1.1.2.1,
1.1.2.2 DEPENDS, 1.1.2.1, 1.1.2.2 DETAILS, 1.1.2.1, 1.1.2.2
Jeff Hodges
jmhodges at lunar-linux.org
Sun Aug 15 05:47:45 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-apps/dbus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27126
Modified Files:
Tag: GNOME_UNSTABLE
BUILD DEPENDS DETAILS
Log Message:
update to 0.22, using libxml2 and some init changes
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/dbus/Attic/BUILD,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- BUILD 11 Aug 2004 01:49:29 -0000 1.1.2.1
+++ BUILD 15 Aug 2004 05:47:43 -0000 1.1.2.2
@@ -1,7 +1,9 @@
(
- export OPTS="$OPTS --with-xml=expat --enable-python --enable-glib --enable-asserts --enable-checks --enable-verbose-mode --disable-mono-docs --with-system-pid-file=/var/run/dbus/dbus.pid --with-system-socket=/var/lib/dbus/system_bus_socket --with-session-socket-dir=/tmp" &&
- ./autogen.sh &&
- default_build
-
+ export OPTS="$OPTS --with-xml=libxml2 --enable-python --enable-glib --enable-asserts --enable-tests --enable-verbose-mode --disable-mono-docs --with-system-pid-file=/var/run/dbus.pid --with-system-socket=/var/lib/dbus/system_bus_socket --with-session-socket-dir=/tmp" &&
+ ./configure $OPTS &&
+ make &&
+ #make check &&
+ prepare_install &&
+ make install
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/dbus/Attic/DEPENDS,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- DEPENDS 11 Aug 2004 01:49:29 -0000 1.1.2.1
+++ DEPENDS 15 Aug 2004 05:47:43 -0000 1.1.2.2
@@ -1,5 +1,4 @@
depends pkgconfig &&
-depends expat &&
depends libxml2 &&
depends glib-2 &&
depends Pyrex &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/dbus/Attic/DETAILS,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- DETAILS 11 Aug 2004 01:49:29 -0000 1.1.2.1
+++ DETAILS 15 Aug 2004 05:47:43 -0000 1.1.2.2
@@ -1,12 +1,11 @@
MODULE=dbus
- VERSION=0.22.20040725
- SOURCE=$MODULE-cvs-20040725.tar.bz2
- SOURCE_URL=http://ninjaskills.org/~joem/$SOURCE
- #SOURCE_URL=http://freedesktop.org/Software/dbus/releases/$SOURCE
-SOURCE_DIRECTORY=/$BUILD_DIRECTORY/$MODULE-cvs
+ VERSION=0.22
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://freedesktop.org/Software/dbus/releases/$SOURCE
+SOURCE_DIRECTORY=/$BUILD_DIRECTORY/$MODULE-$VERSION
WEB_SITE=http://dbus.freedesktop.org
ENTERED=20031219
- UPDATED=20040808
+ UPDATED=20040814
MAINTAINER=nhudson at lunar-linux.org
SHORT="D-BUS is a message bus system for applications."
More information about the Lunar-commits
mailing list