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

Jan Steffens heftig at archlinux.org
Sun Apr 14 16:00:29 UTC 2019


    Date: Sunday, April 14, 2019 @ 16:00:28
  Author: heftig
Revision: 350779

1.43.0-2

Modified:
  pango/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 13:13:10 UTC (rev 350778)
+++ PKGBUILD	2019-04-14 16:00:28 UTC (rev 350779)
@@ -2,7 +2,7 @@
 
 pkgname=pango
 pkgver=1.43.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/"
@@ -16,16 +16,19 @@
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd pango
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd pango
+
+  # Fix .pc
+  git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037
 }
 
 build() {
-  arch-meson $pkgname build -D enable_docs=true
+  arch-meson pango build -D enable_docs=true
   ninja -C build
 }
 



More information about the arch-commits mailing list