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

Jan Steffens heftig at archlinux.org
Sat Sep 8 14:23:30 UTC 2018


    Date: Saturday, September 8, 2018 @ 14:23:30
  Author: heftig
Revision: 334139

archrelease: copy trunk to testing-x86_64

Added:
  atk/repos/testing-x86_64/PKGBUILD
    (from rev 334138, atk/trunk/PKGBUILD)
Deleted:
  atk/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 14:23:17 UTC (rev 334138)
+++ PKGBUILD	2018-09-08 14:23:30 UTC (rev 334139)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atk
-pkgver=2.29.92+2+g14115cc
-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=14115cc94086fb2a0a5cd32e67c70f623847df64  # master
-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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 334138, atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-08 14:23:30 UTC (rev 334139)
@@ -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.30.0
+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=90ed6bd964b8a2b93c7cf3ea018483e437913785  # tags/ATK_2_30_0^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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list