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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 19 07:53:36 UTC 2019


    Date: Tuesday, March 19, 2019 @ 07:53:36
  Author: alucryd
Revision: 442620

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-atk/repos/multilib-x86_64/PKGBUILD
    (from rev 442619, 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-03-19 07:53:28 UTC (rev 442619)
+++ PKGBUILD	2019-03-19 07:53:36 UTC (rev 442620)
@@ -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.30.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=90ed6bd964b8a2b93c7cf3ea018483e437913785 # tags/ATK_2_30_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 442619, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-19 07:53:36 UTC (rev 442620)
@@ -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.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}
+}



More information about the arch-commits mailing list