mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
dbus: do not depend on system to avoid circular dep; remove obsolete file.
This commit is contained in:
parent
1158509bd1
commit
a034c76602
3 changed files with 7 additions and 16 deletions
|
@ -10,5 +10,4 @@ long_desc="${long_desc}
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin/dbus-launch usr/bin
|
vmove usr/bin/dbus-launch usr/bin
|
||||||
vmove usr/share/man/man1/dbus-launch.1 usr/share/man/man1
|
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
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'dbus'
|
# Template file for 'dbus'
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.6.8
|
version=1.6.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||||
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
|
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
|
||||||
--disable-doxygen-docs --disable-xml-docs --enable-systemd
|
--disable-doxygen-docs --disable-xml-docs --disable-static --enable-epoll
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll
|
--disable-asserts --with-system-socket=/run/dbus/system_bus_socket
|
||||||
--disable-asserts --disable-static"
|
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/
|
||||||
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
|
--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"
|
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||||
subpackages="dbus-devel dbus-libs dbus-x11"
|
subpackages="dbus-devel dbus-libs dbus-x11"
|
||||||
system_accounts="dbus"
|
system_accounts="dbus"
|
||||||
|
|
Loading…
Add table
Reference in a new issue