dbus: add check script

This commit is contained in:
Enno Boland 2016-04-14 16:57:46 +02:00
parent c3a55b15f0
commit d43c7498cf
2 changed files with 3 additions and 1 deletions

2
srcpkgs/dbus/files/dbus/check Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec dbus-send --system / org.freedesktop.DBus.Peer.Ping > /dev/null 2> /dev/null

View file

@ -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