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

Jan Steffens heftig at archlinux.org
Sat Mar 17 20:15:17 UTC 2018


    Date: Saturday, March 17, 2018 @ 20:15:17
  Author: heftig
Revision: 308988

archrelease: copy trunk to multilib-testing-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 20:14:14 UTC (rev 308987)
+++ PKGBUILD	2018-03-17 20:15:17 UTC (rev 308988)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=lib32-atk
-pkgver=2.28.0+2+g32f5756
-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=32f57563a73f30dfc2058ae2af0723676cbb8dc0  # gnome-3-28
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
-sha256sums=('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-testing-x86_64/PKGBUILD (from rev 308987, lib32-atk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-17 20:15:17 UTC (rev 308988)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=lib32-atk
+pkgver=2.28.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=d438774da6a23de62bb97e0f7a7684630d8fc0ec  # tags/ATK_2_28_1^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
+sha256sums=('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