summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchala2016-09-28 16:17:41 -0700
committerSchala2016-09-28 16:17:41 -0700
commit294c79885cf552d04b09a0d69dd39f8fe91b99c1 (patch)
tree1b5fbc2dc5dc0b418f1f675cbda002fc4888192b /PKGBUILD
parent0764081185ef631eadbd94e24fcad238faf1cf3e (diff)
downloadaur-294c79885cf552d04b09a0d69dd39f8fe91b99c1.tar.gz
pango.types fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe9a55146683..51c0afc34fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-pango
pkgver=1.40.3
-pkgrel=1
+pkgrel=2
pkgdesc="A library for layout and rendering of text (mingw-w64)"
arch=(any)
url="http://www.pango.org"
@@ -8,12 +8,16 @@ license=("LGPL")
makedepends=(mingw-w64-configure gtk-doc)
depends=(mingw-w64-harfbuzz mingw-w64-cairo)
options=(staticlibs !strip !buildflags !emptydirs)
-source=("http://ftp.gnome.org/pub/gnome/sources/pango/${pkgver:0:4}/pango-${pkgver}.tar.xz")
-sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
+source=("http://ftp.gnome.org/pub/gnome/sources/pango/${pkgver:0:4}/pango-${pkgver}.tar.xz"
+"0001-no-unconditional-xft-please.all.patch")
+sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3'
+ 'eccc044bbd156b252f5a13f7894c3a6cd1efc6ea80eaee57a5865895b192616d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "$srcdir/pango-$pkgver"
+ patch -p1 -i ${srcdir}/0001-no-unconditional-xft-please.all.patch
+ autoreconf -fi
sed -i 's/have_libthai=true/have_libthai=false/' configure
}