dbus: do not depend on system to avoid circular dep; remove obsolete file.

This commit is contained in:
Juan RP 2012-12-03 17:52:20 +01:00
parent 1158509bd1
commit a034c76602
3 changed files with 7 additions and 16 deletions

View file

@ -10,5 +10,4 @@ long_desc="${long_desc}
do_install() {
vmove usr/bin/dbus-launch usr/bin
vmove usr/share/man/man1/dbus-launch.1 usr/share/man/man1
vinstall ${FILESDIR}/30-dbus-xinit 755 etc/X11/xinit/xinitrc.d 30-dbus
}

View file

@ -1,9 +0,0 @@
#!/bin/sh
# 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

View file

@ -1,14 +1,15 @@
# Template file for 'dbus'
pkgname=dbus
version=1.6.8
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
--disable-doxygen-docs --disable-xml-docs --enable-systemd
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll
--disable-asserts --disable-static"
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
--disable-doxygen-docs --disable-xml-docs --disable-static --enable-epoll
--disable-asserts --with-system-socket=/run/dbus/system_bus_socket
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/
--with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends="pkg-config expat-devel libX11-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="dbus-devel dbus-libs dbus-x11"
system_accounts="dbus"