Date: Tuesday, September 4, 2018 @ 17:30:07 Author: heftig Revision: 333308
2.30.0-1 Modified: at-spi2-core/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-04 17:18:08 UTC (rev 333307) +++ PKGBUILD 2018-09-04 17:30:07 UTC (rev 333308) @@ -1,17 +1,17 @@ -# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.28.0 +pkgver=2.30.0 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" -url="https://git.gnome.org/browse/at-spi2-core" +url="https://gitlab.gnome.org/GNOME/at-spi2-core" arch=(x86_64) license=(GPL2) depends=(dbus glib2 libxtst) makedepends=(intltool gobject-introspection git gtk-doc meson) -_commit=c210da7e817f36643fb6b3fb3410103f9887dcf8 # tags/AT_SPI2_CORE_2_28_0^0 -source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit") +_commit=2f3b23bb626e91aa321f06374ff66a709c323430 # tags/AT_SPI2_CORE_2_30_0^0 +source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -22,14 +22,22 @@ prepare() { cd $pkgname } - + build() { - arch-meson $pkgname build -D enable_docs=true + arch-meson $pkgname build \ + -D dbus_broker=/usr/bin/dbus-broker-launch \ + -D default_bus=dbus-broker \ + -D enable_docs=true ninja -C build } +check() { + # memory test fails without desktop + dbus-run-session meson test -C build || : +} + package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } # vim:set ts=2 sw=2 et: Property changes on: at-spi2-core/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
