diff options
author | Nicola Murino | 2021-02-19 21:52:11 +0100 |
---|---|---|
committer | Nicola Murino | 2021-02-19 21:52:11 +0100 |
commit | 3052162768018514fe409eb85a548675a29612bf (patch) | |
tree | bdc98e1190ef60e2923cb57d93a5fe672dcbebce /PKGBUILD | |
parent | d8c0155871bbfd615360024fe8177e0ca0c021f3 (diff) | |
download | aur-3052162768018514fe409eb85a548675a29612bf.tar.gz |
add gtk-doc to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 } |