[Lunar-commits] CVS: moonbase/devel/dbus 30-dbus, NONE, 1.1 BUILD,
1.6, 1.7 DEPENDS, 1.7, 1.8 DETAILS, 1.9, 1.10
Nick Hudson
nhudson at lunar-linux.org
Thu Mar 31 03:07:00 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/dbus
In directory espresso.foo-projects.org:/tmp/cvs-serv1076
Modified Files:
BUILD DEPENDS DETAILS
Added Files:
30-dbus
Log Message:
Updating dbus to new version 0.23.4 and adding a start script so that dbus starts up correctly when the user launches X
--- NEW FILE: 30-dbus ---
#!/bin/bash
# launches a session dbus instance
dbuslaunch="`which dbus-launch 2>/dev/null`"
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
eval `$dbuslaunch --sh-syntax --exit-with-session`
fi
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 28 Mar 2005 12:11:45 -0000 1.6
+++ BUILD 31 Mar 2005 03:06:57 -0000 1.7
@@ -11,6 +11,8 @@
# on FIRST install due to the lack of existing /var/lib/dbus
add_priv_user messagebus:messagebus -d /dev/null -s /bin/false &&
mkdir -p /var/lib/dbus &&
- chown -R messagebus:messagebus /var/lib/dbus
+ chown -R messagebus:messagebus /var/lib/dbus &&
+
+ cp $SCRIPT_DIRECTORY/30-dbus /etc/X11/xinit/xinitrc.d/
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/DEPENDS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DEPENDS 28 Feb 2005 17:52:05 -0000 1.7
+++ DEPENDS 31 Mar 2005 03:06:57 -0000 1.8
@@ -1,7 +1,7 @@
depends glib-2 &&
depends libxml2 &&
-optional_depends "mono" "--enable-mono" "" "for mono/c# bindings" &&
+optional_depends "gtk-sharp" "--enable-mono" "" "for mono/c# bindings" &&
optional_depends "gtk+-2" "--enable-gtk" "" "for Gtk+-2 bindings" &&
optional_depends "Pyrex" "--enable-python" \
"--disable-python" \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 16 Mar 2005 15:33:31 -0000 1.9
+++ DETAILS 31 Mar 2005 03:06:57 -0000 1.10
@@ -1,11 +1,11 @@
MODULE=dbus
- VERSION=0.23.2
+ VERSION=0.23.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://$MODULE.freedesktop.org/releases/
- SOURCE_VFY=sha1:11c5efc7b972d9450a71c9b59edc1a9197d888d2
+ SOURCE_VFY=sha1:57ea3dd1a0ef520b1f891932e7ccd6b8d59eaca9
WEB_SITE=http://dbus.freedesktop.org
ENTERED=20031219
- UPDATED=20050316
+ UPDATED=20050331
MAINTAINER=nhudson at lunar-linux.org
SHORT="A message bus system for applications"
More information about the Lunar-commits
mailing list