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

Maxime Gauduin alucryd at archlinux.org
Thu Sep 12 19:18:25 UTC 2019


    Date: Thursday, September 12, 2019 @ 19:18:24
  Author: alucryd
Revision: 509780

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 19:18:16 UTC (rev 509779)
+++ PKGBUILD	2019-09-12 19:18:24 UTC (rev 509780)
@@ -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.32.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=fd6a6599bdae09ac0436e7b7225214429c176a19 # tags/ATK_2_32_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 509779, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 19:18:24 UTC (rev 509780)
@@ -0,0 +1,43 @@
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=lib32-atk
+pkgver=2.34.1
+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=633bde11f93ee971ba8902c6fadbc29c121f71af # tags/ATK_2_34_1^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}
+}



More information about the arch-commits mailing list