[arch-commits] Commit in lib32-pango/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jul 27 20:45:27 UTC 2019


    Date: Saturday, July 27, 2019 @ 20:45:26
  Author: heftig
Revision: 493316

1.44-1

Modified:
  lib32-pango/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-27 19:21:25 UTC (rev 493315)
+++ PKGBUILD	2019-07-27 20:45:26 UTC (rev 493316)
@@ -3,8 +3,8 @@
 # Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
 
 pkgname=lib32-pango
-pkgver=1.43.0
-pkgrel=2
+pkgver=1.44
+pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/"
@@ -11,9 +11,9 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango)
-makedepends=(gobject-introspection git meson)
+makedepends=(git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
+_commit=9a79369d764b0274b6cd7ffb43391d9de0ad3832  # tags/1.44^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,9 +24,6 @@
 
 prepare() {
   cd pango
-
-  # Fix .pc
-  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
 }
 
 build() {
@@ -34,15 +31,15 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  arch-meson pango build --libdir=/usr/lib32
+  arch-meson pango build --libdir=/usr/lib32 -D introspection=false
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{bin,lib,share,include}
+  rm -r "$pkgdir"/usr/{bin,include}
 }



More information about the arch-commits mailing list