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

Jan Steffens heftig at archlinux.org
Sat Mar 17 20:15:41 UTC 2018


    Date: Saturday, March 17, 2018 @ 20:15:40
  Author: heftig
Revision: 319564

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 20:14:17 UTC (rev 319563)
+++ PKGBUILD	2018-03-17 20:15:40 UTC (rev 319564)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atk
-pkgver=2.28.0+2+g32f5756
-pkgrel=1
-pkgdesc="The interface definitions of accessibility infrastructure"
-url="https://git.gnome.org/browse/atk"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(gobject-introspection git gtk-doc meson)
-_commit=32f57563a73f30dfc2058ae2af0723676cbb8dc0  # gnome-3-28
-source=("git+https://git.gnome.org/browse/atk#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 enable_docs=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 319563, atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-17 20:15:40 UTC (rev 319564)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.28.1
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/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")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable_docs=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list