summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-12-09 13:46:37 -0800
committerSchala2016-12-09 13:46:37 -0800
commitc9df38f7576589e8b8e345634a45bf2ab70fb20a (patch)
treebc484df4257cb56a00dc25281e61a7115c9572a4
parent7a7363517b969d367099ce6a25a70b71f0235e7c (diff)
downloadaur-c9df38f7576589e8b8e345634a45bf2ab70fb20a.tar.gz
1.14.8
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c16a123fa7c..1cbc9332a392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 20:56:14 UTC 2015
+# Fri Dec 9 21:45:52 UTC 2016
pkgbase = mingw-w64-cairo
pkgdesc = Cairo vector graphics library (mingw-w64)
- pkgver = 1.14.6
+ pkgver = 1.14.8
pkgrel = 1
url = http://cairographics.org/
arch = any
@@ -21,11 +21,11 @@ pkgbase = mingw-w64-cairo
options = !strip
options = !buildflags
options = staticlibs
- source = http://cairographics.org/releases/cairo-1.14.6.tar.xz
+ source = http://cairographics.org/releases/cairo-1.14.8.tar.xz
source = 0009-standalone-headers.mingw.patch
source = 0026-create-argb-fonts.all.patch
source = 0030-add-cairo-API-to-setup-Win32-surface-for-HDC.patch
- sha1sums = 0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5
+ sha1sums = c6f7b99986f93c9df78653c3e6a3b5043f65145e
sha1sums = 58c548d2791ba20dd7f6e328ff596f746df3aa10
sha1sums = 9c0e533614782a41af2c3806a43ab7fe9d6a5431
sha1sums = c0c9546f120133b8e5b116650ba233a15a1e20c4
diff --git a/.gitignore b/.gitignore
index f46de972b6fc..436a59477780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
+*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 3f68e8826dae..6afb9e2060b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=mingw-w64-cairo
-pkgver=1.14.6
+pkgver=1.14.8
pkgrel=1
pkgdesc="Cairo vector graphics library (mingw-w64)"
arch=(any)
@@ -16,7 +16,7 @@ source=("http://cairographics.org/releases/cairo-${pkgver}.tar.xz"
"0009-standalone-headers.mingw.patch"
"0026-create-argb-fonts.all.patch"
"0030-add-cairo-API-to-setup-Win32-surface-for-HDC.patch")
-sha1sums=('0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5'
+sha1sums=('c6f7b99986f93c9df78653c3e6a3b5043f65145e'
'58c548d2791ba20dd7f6e328ff596f746df3aa10'
'9c0e533614782a41af2c3806a43ab7fe9d6a5431'
'c0c9546f120133b8e5b116650ba233a15a1e20c4')
@@ -46,6 +46,8 @@ build() {
--enable-pdf \
--enable-ps \
--enable-svg \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
ac_cv_prog
make
popd