[arch-commits] Commit in atk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 10 18:38:18 UTC 2019


    Date: Tuesday, September 10, 2019 @ 18:38:17
  Author: heftig
Revision: 362123

archrelease: copy trunk to extra-x86_64

Added:
  atk/repos/extra-x86_64/PKGBUILD
    (from rev 362120, atk/trunk/PKGBUILD)
Deleted:
  atk/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 18:38:17 UTC (rev 362122)
+++ PKGBUILD	2019-09-10 18:38:17 UTC (rev 362123)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atk
-pkgver=2.32
-pkgrel=1
-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=fd6a6599bdae09ac0436e7b7225214429c176a19  # gnome-3-32
-source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f ATK_2_32 fd6a6599bdae09ac0436e7b7225214429c176a19
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 362120, atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-10 18:38:17 UTC (rev 362123)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.34.1
+pkgrel=1
+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=633bde11f93ee971ba8902c6fadbc29c121f71af  # tags/ATK_2_34_1^0
+source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list