summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-09-28 15:16:51 -0700
committerSchala2016-09-28 15:16:51 -0700
commit007bf9f905c01236e299cdba40cb3253abe52d5b (patch)
tree806cd14747a8f165643dc26bb15015684ffab382
parentc02e7d0e1d5d07f99b1dc5704ed62daaffdd2c95 (diff)
downloadaur-007bf9f905c01236e299cdba40cb3253abe52d5b.tar.gz
graphite2 support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0e787fd0db..2df846f317b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 9 23:33:04 UTC 2016
+# Wed Sep 28 22:16:19 UTC 2016
pkgbase = mingw-w64-harfbuzz
pkgdesc = OpenType text shaping engine (mingw-w64)
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.freedesktop.org/wiki/Software/HarfBuzz
arch = any
license = MIT
@@ -19,6 +19,7 @@ pkgbase = mingw-w64-harfbuzz
pkgname = mingw-w64-harfbuzz
depends = mingw-w64-freetype2
depends = mingw-w64-glib2
+ depends = mingw-w64-graphite
pkgname = mingw-w64-harfbuzz-icu
pkgdesc = OpenType text shaping engine (ICU integration) (mingw-w64)
diff --git a/PKGBUILD b/PKGBUILD
index 8bc4af68c085..1809d15340d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=mingw-w64-harfbuzz
pkgname=(mingw-w64-harfbuzz mingw-w64-harfbuzz-icu)
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=(any)
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -32,6 +32,7 @@ build() {
--with-cairo \
--with-icu \
--with-gobject \
+ --with-graphite2 \
--disable-introspection
make
popd
@@ -39,7 +40,7 @@ build() {
}
package_mingw-w64-harfbuzz() {
- depends=(mingw-w64-freetype2 mingw-w64-glib2)
+ depends=(mingw-w64-freetype2 mingw-w64-glib2 mingw-w64-graphite)
for _arch in ${_architectures}; do
cd "${srcdir}/harfbuzz-${pkgver}/build-${_arch}"
make DESTDIR="${pkgdir}" install