[arch-commits] Commit in at-spi2-core/repos (2 files)

Jan Steffens heftig at archlinux.org
Tue Sep 4 17:30:35 UTC 2018


    Date: Tuesday, September 4, 2018 @ 17:30:35
  Author: heftig
Revision: 333309

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-x86_64/
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333308, at-spi2-core/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333308, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-04 17:30:35 UTC (rev 333309)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.30.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+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=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() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  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" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list