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

Jan Steffens heftig at archlinux.org
Tue Sep 4 17:33:24 UTC 2018


    Date: Tuesday, September 4, 2018 @ 17:33:24
  Author: heftig
Revision: 333310

2.29.92+2+g14115cc-1

Modified:
  atk/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 17:30:35 UTC (rev 333309)
+++ PKGBUILD	2018-09-04 17:33:24 UTC (rev 333310)
@@ -1,17 +1,17 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=atk
-pkgver=2.28.1
+pkgver=2.29.92+2+g14115cc
 pkgrel=1
-pkgdesc="The interface definitions of accessibility infrastructure"
-url="https://git.gnome.org/browse/atk"
+pkgdesc="Interface definitions of accessibility infrastructure"
+url="https://gitlab.gnome.org/GNOME/atk"
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=d438774da6a23de62bb97e0f7a7684630d8fc0ec  # tags/ATK_2_28_1^0
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
+_commit=14115cc94086fb2a0a5cd32e67c70f623847df64  # master
+source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -24,15 +24,14 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable_docs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: atk/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list