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

Laurent Carlier lcarlier at archlinux.org
Sat Mar 13 09:21:49 UTC 2021


    Date: Saturday, March 13, 2021 @ 09:21:48
  Author: lcarlier
Revision: 890023

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-atk/repos/multilib-x86_64/PKGBUILD
    (from rev 890022, lib32-atk/trunk/PKGBUILD)
Deleted:
  lib32-atk/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 09:21:44 UTC (rev 890022)
+++ PKGBUILD	2021-03-13 09:21:48 UTC (rev 890023)
@@ -1,43 +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=1
-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=(gobject-introspection git gtk-doc meson)
-_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 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 890022, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-13 09:21:48 UTC (rev 890023)
@@ -0,0 +1,47 @@
+# 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}
+}



More information about the arch-commits mailing list