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

Jan Steffens heftig at archlinux.org
Sat Mar 17 20:16:04 UTC 2018


    Date: Saturday, March 17, 2018 @ 20:16:03
  Author: heftig
Revision: 319565

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 20:15:40 UTC (rev 319564)
+++ PKGBUILD	2018-03-17 20:16:03 UTC (rev 319565)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.26.1+2+g493b5a1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility"
-arch=(x86_64)
-license=(GPL2)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=493b5a1c83b248f382b677a4f1fbfb7e31f0dc4f  # master
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 319564, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-17 20:16:03 UTC (rev 319565)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.26.2
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility"
+arch=(x86_64)
+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")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list