[arch-commits] Commit in lib32-atk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Fri Apr 17 08:16:18 UTC 2020
Date: Friday, April 17, 2020 @ 08:16:17
Author: lcarlier
Revision: 615423
archrelease: copy trunk to multilib-x86_64
Added:
lib32-atk/repos/multilib-x86_64/PKGBUILD
(from rev 615422, lib32-atk/trunk/PKGBUILD)
Deleted:
lib32-atk/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-17 08:16:12 UTC (rev 615422)
+++ PKGBUILD 2020-04-17 08:16:17 UTC (rev 615423)
@@ -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.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}
-}
Copied: lib32-atk/repos/multilib-x86_64/PKGBUILD (from rev 615422, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-17 08:16:17 UTC (rev 615423)
@@ -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.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}
+}
More information about the arch-commits
mailing list