# Contributor: Bart Ribbers # Maintainer: Luca Weiss pkgname=dbus-test-runner pkgver=15.04.0 pkgrel=0 pkgdesc="A small little utility to run a couple of executables under a new DBus session for testing" url="https://launchpad.net/dbus-test-runner" arch="x86_64" license=GPL-3.0 depends="dbus" makedepends="gnome-common automake autoconf intltool libtool dbus-glib-dev" source="$pkgname-$pkgver.tar.gz::https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/dbus-test-runner/$pkgver+16.10.20160906-0ubuntu1/dbus-test-runner_$pkgver+16.10.20160906.orig.tar.gz" options="!check" builddir="$srcdir" build() { export CFLAGS="${CFLAGS:-} -Wno-error=deprecated -Wno-error=deprecated-declarations" ./autogen.sh \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --libexecdir=/usr/lib make } package() { cd "$builddir" make DESTDIR="$pkgdir/" install } sha512sums="ce358cfa0b993546306f723c2cbd2e2226badee44d0bdbbe94d279912cdbfd07e291ffe3e5b84800933533c87a32dbe17cdf2aa875f2503096ffdf88cab2c15c dbus-test-runner-15.04.0.tar.gz"