summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-10-14 12:24:48 -0700
committerBuildTools2015-10-14 12:24:48 -0700
commit3aa0b1683b57b69efb6dda29debb61189a6c0770 (patch)
treefc143edd17487d9d3db28202a7b9b5678b21d724
parentaf7ff089343563f096b84ab285cb730c49228ae0 (diff)
downloadaur-3aa0b1683b57b69efb6dda29debb61189a6c0770.tar.gz
tweaked to better line up to native PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd9a787f842..ae7b9296e7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-cairo
pkgdesc = Cairo vector graphics library (mingw-w64)
pkgver = 1.14.2
- pkgrel = 4
+ pkgrel = 5
url = http://cairographics.org/
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 6e9d19fef0e7..f6fe64ab1eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=mingw-w64-cairo
pkgver=1.14.2
-pkgrel=4
+pkgrel=5
pkgdesc="Cairo vector graphics library (mingw-w64)"
arch=(any)
url="http://cairographics.org/"
@@ -39,14 +39,13 @@ build() {
${_arch}-configure \
--enable-win32 \
--enable-win32-font \
- --enable-png \
--enable-gobject \
--enable-tee \
--disable-xlib \
--disable-xcb \
- --enable-fc \
- --enable-ft \
- --disable-silent-rules \
+ --enable-pdf \
+ --enable-ps \
+ --enable-svg \
ac_cv_prog
make
popd