summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2021-02-19 21:52:11 +0100
committerNicola Murino2021-02-19 21:52:11 +0100
commit3052162768018514fe409eb85a548675a29612bf (patch)
treebdc98e1190ef60e2923cb57d93a5fe672dcbebce /PKGBUILD
parentd8c0155871bbfd615360024fe8177e0ca0c021f3 (diff)
downloadaur-3052162768018514fe409eb85a548675a29612bf.tar.gz
add gtk-doc to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b16a467aaa4..5b7080362849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=mingw-w64-cairo-bootstrap
pkgver=1.17.4
-pkgrel=1
+pkgrel=2
pkgdesc="2D graphics library with support for multiple output devices (mingw-w64 bootstrap)"
_commit=156cd3eaaebfd8635517c2baf61fcf3627ff7ec2 # tags/1.17.4^0
arch=(any)
url="http://cairographics.org/"
license=("LGPL" "MPL")
-makedepends=(mingw-w64-configure git)
+makedepends=(mingw-w64-configure git gtk-doc)
depends=(mingw-w64-pixman mingw-w64-glib2 mingw-w64-fontconfig mingw-w64-libpng mingw-w64-lzo)
options=(!strip !buildflags staticlibs)
provides=(${pkgname%-bootstrap}=$pkgver)
@@ -36,9 +36,6 @@ prepare() {
patch -p1 -i ${srcdir}/0026-create-argb-fonts.all.patch
patch -p1 -i ${srcdir}/0027-win32-print-fix-unbounded-surface-assertion.patch
- # Fix typo
- sed -i 's/have_png/use_png/g' configure.ac
-
NOCONFIGURE=1 ./autogen.sh
}