From fa59bcf5ac656ac4877e3cf51fb3f57bdea442ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 9 Feb 2017 22:30:31 +0100 Subject: [PATCH] sigil: use system libs Add -DUSE_SYSTEM_LIBS=ON to the configure args to actually use the system libs. The system pcre can not be used, thus remove it from the makedepends and build the shipped version. --- srcpkgs/sigil/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template index 9e92e33c5b9..cb15823bec1 100644 --- a/srcpkgs/sigil/template +++ b/srcpkgs/sigil/template @@ -1,11 +1,13 @@ # Template file for 'sigil' pkgname=sigil version=0.9.7 -revision=2 +revision=3 create_wrksrc=yes build_style=cmake +# Can use system zlib, minizip and hunspell; can't use system pcre +configure_args="-DUSE_SYSTEM_LIBS=ON" hostmakedepends="pkg-config unzip qt5-qmake" -makedepends="zlib-devel minizip-devel pcre-devel qt5-tools-devel qt5-svg-devel +makedepends="zlib-devel minizip-devel qt5-tools-devel qt5-svg-devel qt5-webkit-devel qt5-xmlpatterns-devel qt5-multimedia-devel qt5-sensors-devel qt5-declarative-devel qt5-location-devel qt5-webchannel-devel qt5-plugin-odbc qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds