[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jul 19 09:10:35 UTC 2018
Date: Thursday, July 19, 2018 @ 09:10:34
Author: heftig
Revision: 362383
archrelease: copy trunk to multilib-x86_64
Added:
lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 362382, lib32-pango/trunk/PKGBUILD)
Deleted:
lib32-pango/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-19 09:08:10 UTC (rev 362382)
+++ PKGBUILD 2018-07-19 09:10:34 UTC (rev 362383)
@@ -1,46 +0,0 @@
-# $Id$
-# Contributor: Biru Ionut <ionut at archlinux.ro>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
-
-pkgname=lib32-pango
-pkgver=1.42.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango)
-makedepends=(gobject-introspection git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=46f8583c87c45b304ac98d06005c49df67d53b07 # tags/1.42.1^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd pango
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd pango
-}
-
-build() {
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
- arch-meson pango build --libdir=/usr/lib32
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- rm -r "$pkgdir"/usr/{bin,lib,share,include}
-}
Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 362382, lib32-pango/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-19 09:10:34 UTC (rev 362383)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Biru Ionut <ionut at archlinux.ro>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
+
+pkgname=lib32-pango
+pkgver=1.42.2
+pkgrel=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango)
+makedepends=(gobject-introspection git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=a03d16a850253eae321be4bd2d134a9c6a1ed6ce # tags/1.42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pango
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd pango
+}
+
+build() {
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+ arch-meson pango build --libdir=/usr/lib32
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+ rm -r "$pkgdir"/usr/{bin,lib,share,include}
+}
More information about the arch-commits
mailing list