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

Jan Steffens heftig at archlinux.org
Sat Feb 29 23:50:34 UTC 2020


    Date: Saturday, February 29, 2020 @ 23:50:34
  Author: heftig
Revision: 376426

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 23:50:22 UTC (rev 376425)
+++ PKGBUILD	2020-02-29 23:50:34 UTC (rev 376426)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.34.1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility"
-arch=(x86_64)
-license=(LGPL)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=043b793de2161a0548835424f4d087ac90d1172d  # tags/AT_SPI2_ATK_2_34_1^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#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
-}
-
-check() {
-  dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 376425, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-29 23:50:34 UTC (rev 376426)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.34.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=(LGPL)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=eac8e935128753f8204ecc3904e6e3e7b231e3ea  # tags/AT_SPI2_ATK_2_34_2^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#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
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list