dbus: add check script
This commit is contained in:
parent
c3a55b15f0
commit
d43c7498cf
2 changed files with 3 additions and 1 deletions
2
srcpkgs/dbus/files/dbus/check
Executable file
2
srcpkgs/dbus/files/dbus/check
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec dbus-send --system / org.freedesktop.DBus.Peer.Ping > /dev/null 2> /dev/null
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.10.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
||||
--enable-xml-docs --disable-static --disable-tests --enable-epoll --disable-asserts
|
||||
|
|
Loading…
Reference in a new issue