[Lunar-commits] r21567 - moonbase/trunk/devel/dbus

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Sep 24 17:39:05 UTC 2006


Author: v3rt1g0
Date: 2006-09-24 17:39:05 +0000 (Sun, 24 Sep 2006)
New Revision: 21567

Modified:
   moonbase/trunk/devel/dbus/BUILD
   moonbase/trunk/devel/dbus/DEPENDS
   moonbase/trunk/devel/dbus/DETAILS
Log:
  Module Version Bump: dbus (0.61 -> 0.62)

  * fixes memory leaks
  * added qt4 bindings
  * documentation updates
  * tidyed up the DEPENDS and tweaked the OPTS to be a bit more complete.
  * been using 0.62 for a while now .. most notabily with gaim-svn, bmpx,
    notification-daemon, gnome-vfs.  If anyone has issues, let me know.

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/devel/dbus/BUILD
===================================================================
--- moonbase/trunk/devel/dbus/BUILD	2006-09-24 16:54:53 UTC (rev 21566)
+++ moonbase/trunk/devel/dbus/BUILD	2006-09-24 17:39:05 UTC (rev 21567)
@@ -12,13 +12,14 @@
 
   export LDFLAGS="$LDFLAGS -lexpat"
  
-  OPTS="$OPTS --enable-glib --enable-x --enable-checks --enable-verbose-mode \
+  OPTS="$OPTS --enable-glib --with-x --enable-checks --enable-verbose-mode   \
         --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid     \
         --with-system-socket=/var/lib/dbus/system_bus_socket                 \
-        --with-session-socket-dir=/tmp"
-  
-  default_build &&
+        --with-session-socket-dir=/tmp  --with-dbus-user=messagebus          \
+        --disable-xml-docs"
 
+  default_build  &&
+
   # The following used to be in POST_INSTALL but the service wasn't starting
   # on FIRST install due to the lack of existing /var/lib/dbus
   add_priv_user messagebus:messagebus -d /dev/null -s /bin/false &&

Modified: moonbase/trunk/devel/dbus/DEPENDS
===================================================================
--- moonbase/trunk/devel/dbus/DEPENDS	2006-09-24 16:54:53 UTC (rev 21566)
+++ moonbase/trunk/devel/dbus/DEPENDS	2006-09-24 17:39:05 UTC (rev 21567)
@@ -1,14 +1,11 @@
-depends glib-2   &&
-depends libxml2  &&
+depends  glib-2   &&
+depends  libxml2  &&
 
-optional_depends "gtk+-2" "--enable-gtk" \
-                 "--disable-gtk"         \
-                 "for Gtk+-2 bindings"  &&
-		 
-optional_depends "Pyrex" "--enable-python" \
-                 "--disable-python"        \
-                 "for Python bindings"    &&
-		 
-optional_depends "qt3" "--enable-qt3 --disable-qt" \
-                 "--disable-qt3"                   \
-                 "for Qt bindings"
+optional_depends  "gtk+-2"  "--enable-gtk"     "--disable-gtk"     \
+                  "to install the GTK+-2 bindings"                 &&
+optional_depends  "Pyrex"   "--enable-python"  "--disable-python"  \
+                  "to install the Python bindings"                 &&
+optional_depends  "qt3"                                            \
+                  "--enable-qt3   --disable-qt --without-qt-moc"   \
+                  "--disable-qt3  --without-qt3-moc"               \
+                  "to install the Qt3 bindings"

Modified: moonbase/trunk/devel/dbus/DETAILS
===================================================================
--- moonbase/trunk/devel/dbus/DETAILS	2006-09-24 16:54:53 UTC (rev 21566)
+++ moonbase/trunk/devel/dbus/DETAILS	2006-09-24 17:39:05 UTC (rev 21567)
@@ -1,11 +1,11 @@
           MODULE=dbus
-         VERSION=0.61
+         VERSION=0.62
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://$MODULE.freedesktop.org/releases/
-      SOURCE_VFY=sha1:fdddc695dad64974fb4138fcb04a77a66f1f47f8
-        WEB_SITE=http://dbus.freedesktop.org
+      SOURCE_VFY=sha1:45acea9bd19902791c6dbd8620256caf9d74a667
+        WEB_SITE=http://dbus.freedesktop.org/
          ENTERED=20031219
-         UPDATED=20060402
+         UPDATED=20060924
       MAINTAINER=nhudson at lunar-linux.org
            SHORT="A message bus system for applications"
 



More information about the Lunar-commits mailing list