zeal: change to build_style=qmake

This commit is contained in:
Andrea Brancaleoni 2015-08-23 18:35:19 +02:00
parent 5344b04c8c
commit 8a235e019b

View file

@ -1,8 +1,9 @@
# Template file for 'zeal'
pkgname=zeal
version=20141123
revision=1
revision=2
build_wrksrc=zeal
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel"
depends="bsdtar qt5-plugin-sqlite"
@ -12,15 +13,4 @@ license="GPL-3"
homepage="http://zealdocs.org/"
distfiles="https://github.com/zealdocs/${pkgname}/archive/${version}.tar.gz"
checksum=bbe2e1d7dfaaad9a399eb78932464d4bd3d1da80cd0751fca897264437b6dd5d
do_configure() {
qmake CONFIG+=no_libappindicator
}
do_build() {
make
}
do_install() {
make INSTALL_ROOT=${DESTDIR} install
}
configure_args="CONFIG+=no_libappindicator"