main/dbus-test-runner: switch to ubports source (!565)

This commit is contained in:
Luca Weiss 2019-08-19 17:00:14 +02:00 committed by Oliver Smith
parent 7cf5d4c054
commit 894ac97fa2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=dbus-test-runner
pkgver=15.04.0
pkgver=15.04.0_git20180109
_commit="86d63d119566974bd841cacd3202599b3b1a845d"
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"
@ -9,9 +10,9 @@ 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"
source="$pkgname-$_commit.tar.gz::https://github.com/ubports/dbus-test-runner/archive/$_commit.tar.gz"
options="!check"
builddir="$srcdir"
builddir="$srcdir/$pkgname-$_commit"
build() {
export CFLAGS="${CFLAGS:-} -Wno-error=deprecated -Wno-error=deprecated-declarations"
@ -27,4 +28,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
}
sha512sums="ce358cfa0b993546306f723c2cbd2e2226badee44d0bdbbe94d279912cdbfd07e291ffe3e5b84800933533c87a32dbe17cdf2aa875f2503096ffdf88cab2c15c dbus-test-runner-15.04.0.tar.gz"
sha512sums="89189a6df11a69e7ace97805fe6238515838731fabf00972f0e607612fbd057c5178b5899a93420b89943f39962d2cf8c87d36d439fb06d1c4cd70518cb623ae dbus-test-runner-86d63d119566974bd841cacd3202599b3b1a845d.tar.gz"