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

Jan Steffens heftig at gemini.archlinux.org
Thu Mar 24 12:36:37 UTC 2022


    Date: Thursday, March 24, 2022 @ 12:36:36
  Author: heftig
Revision: 440644

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 12:36:27 UTC (rev 440643)
+++ PKGBUILD	2022-03-24 12:36:36 UTC (rev 440644)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 440643, atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-24 12:36:36 UTC (rev 440644)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.38.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)
+options=(debug)
+_commit=f1051ba57a2110c46a136a48f4d60a405bc2c3f5  # tags/2.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd atk
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd atk
+}
+
+build() {
+  arch-meson atk build -D docs=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list