[arch-commits] Commit in lib32-atk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Mar 24 13:21:03 UTC 2022
Date: Thursday, March 24, 2022 @ 13:21:03
Author: heftig
Revision: 1174701
archrelease: copy trunk to multilib-x86_64
Added:
lib32-atk/repos/multilib-x86_64/PKGBUILD
(from rev 1174700, lib32-atk/trunk/PKGBUILD)
Deleted:
lib32-atk/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 91 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 44 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-24 13:20:53 UTC (rev 1174700)
+++ PKGBUILD 2022-03-24 13:21:03 UTC (rev 1174701)
@@ -1,47 +0,0 @@
-# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=lib32-atk
-pkgver=2.36.0
-pkgrel=2
-pkgdesc="The interface definitions of accessibility infrastructure (32-bit)"
-url="https://git.gnome.org/browse/atk"
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-glib2 atk)
-makedepends=(git gtk-doc meson)
-provides=(libatk-1.0.so)
-_commit=dbe95f6170ae1f4bb76c755506b4e3dd3990d5aa # tags/ATK_2_36_0^0
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
- cd atk
- git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd atk
-}
-
-build() {
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
- arch-meson atk build \
- -D introspection=false \
- -D enable_docs=false \
- --libdir=/usr/lib32
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- rm -r "${pkgdir}"/usr/{include,share}
-}
Copied: lib32-atk/repos/multilib-x86_64/PKGBUILD (from rev 1174700, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-24 13:21:03 UTC (rev 1174701)
@@ -0,0 +1,44 @@
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=lib32-atk
+pkgver=2.38.0
+pkgrel=1
+pkgdesc="Interface definitions of accessibility infrastructure (32-bit)"
+url="https://gitlab.gnome.org/GNOME/atk"
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-glib2 atk)
+makedepends=(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() {
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+ arch-meson atk build --libdir /usr/lib32 -D introspection=false
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ rm -r "${pkgdir}"/usr/{include,share}
+}
More information about the arch-commits
mailing list