zeal: update to 0.4.0.

This commit is contained in:
Dominic Monroe 2017-09-20 10:47:48 +01:00
parent 6da01dc3f4
commit 262fe3d001
1 changed files with 6 additions and 8 deletions

View File

@ -1,21 +1,19 @@
# Template file for 'zeal' # Template file for 'zeal'
pkgname=zeal pkgname=zeal
reverts="20141123_1 20141123_2" reverts="20141123_1 20141123_2"
version=0.3.1 version=0.4.0
revision=1 revision=1
build_style=qmake build_style=cmake
hostmakedepends="pkg-config qt5-qmake" makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel sqlite-devel extra-cmake-modules"
makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel" depends="bsdtar qt5-x11extras"
depends="bsdtar qt5-plugin-sqlite qt5-x11extras"
short_desc="Simple offline API documentation browser" short_desc="Simple offline API documentation browser"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>" maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-3" license="GPL-3"
homepage="http://zealdocs.org/" homepage="http://zealdocs.org/"
distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz"
checksum=55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318 checksum=1f6b50026036923ae0cfbf3f4eb1066ee2fdaf0425d4c321203e0dd9506823fd
configure_args="CONFIG+=no_libappindicator" configure_args="CONFIG+=no_libappindicator"
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel qt5-x11extras-devel"
qt5-x11extras-devel qt5-plugin-sqlite"
fi fi