sigil: use system minizip, add pycompile_dirs
This commit is contained in:
parent
270733a266
commit
40f5862ddc
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'sigil'
|
||||
pkgname=sigil
|
||||
version=0.9.10
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Sigil-${version}"
|
||||
build_style=cmake
|
||||
pycompile_dirs="usr/share/sigil/python3lib"
|
||||
# Can use system zlib, minizip and hunspell; can't use system pcre
|
||||
configure_args="-DUSE_SYSTEM_LIBS=ON"
|
||||
hostmakedepends="pkg-config unzip qt5-qmake"
|
||||
|
@ -11,7 +12,7 @@ makedepends="zlib-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
|
||||
boost-devel hunspell-devel python3-devel"
|
||||
boost-devel hunspell-devel python3-devel minizip-devel"
|
||||
depends="desktop-file-utils python3-lxml"
|
||||
short_desc="A multi-platform EPUB ebook editor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue