[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 4 17:38:39 UTC 2018


    Date: Tuesday, September 4, 2018 @ 17:38:39
  Author: heftig
Revision: 333312

2.30.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 17:33:52 UTC (rev 333311)
+++ PKGBUILD	2018-09-04 17:38:39 UTC (rev 333312)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=at-spi2-atk
-pkgver=2.26.2
+pkgver=2.30.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility"
@@ -10,8 +10,8 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=196498d7f02e4e5662941213e852ef1ca899cf79  # tags/AT_SPI2_ATK_2_26_2^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
+_commit=8cce3d9fa7eabfb484d9515767a80bfaca2ed8e9  # tags/AT_SPI2_ATK_2_30_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -28,8 +28,12 @@
   ninja -C build
 }
 
+check() {
+  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-atk/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list