Skip to content

Commit

Permalink
Revert "dbus: version bumped to 1.6.2."
Browse files Browse the repository at this point in the history
This reverts commit 2858ad8.

The removal of this patch was not tested by me, and it breaks my desktop.

This patch is required to make dbus activation work under systemd user sessions.

stop messing with things if you don't understand it.
  • Loading branch information
ahkok committed Jul 13, 2012
1 parent 836ee6f commit 828f948
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions system/dbus/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
rm -fr /lib/systemd/system/sockets.target.wants/dbus.socket
rm -fr /lib/systemd/system/multi-user.target.wants/dbus.service

patch_it $SOURCE2 1 &&

if kernel_option_present CONFIG_INOTIFY_USER ; then
OPTS+=" --enable-inotify"
else
Expand Down
8 changes: 5 additions & 3 deletions system/dbus/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
MODULE=dbus
VERSION=1.6.2
VERSION=1.6.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=dbus-fix-sba-for-dbus-activation.patch
SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE
SOURCE_VFY=sha1:09d55ac4ea4ccf0d233070909494028f5a4e1e63
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:9bfc971ff4cafa2741050d53a98cc7bfdc56880a
WEB_SITE=http://dbus.freedesktop.org
ENTERED=20031219
UPDATED=20120712
UPDATED=20120619
SHORT="A message bus system for applications"
LUNAR_RESTART_SERVICES=off

Expand Down

0 comments on commit 828f948

Please sign in to comment.