[arch-commits] Commit in atk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Apr 2 18:47:10 UTC 2020
Date: Thursday, April 2, 2020 @ 18:47:09
Author: heftig
Revision: 379155
archrelease: copy trunk to extra-x86_64
Added:
atk/repos/extra-x86_64/PKGBUILD
(from rev 379154, atk/trunk/PKGBUILD)
Deleted:
atk/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 18:13:27 UTC (rev 379154)
+++ PKGBUILD 2020-04-02 18:47:09 UTC (rev 379155)
@@ -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.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
-}
Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 379154, atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-02 18:47:09 UTC (rev 379155)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.36.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)
+provides=(libatk-1.0.so)
+_commit=dbe95f6170ae1f4bb76c755506b4e3dd3990d5aa # tags/ATK_2_36_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 --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list