From fe651b3641a78de6c8690bc8e61336426d5ff1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 1 Apr 2016 09:28:55 +0200 Subject: [PATCH] qupzilla: update to 2.0.0 --- common/shlibs | 2 +- srcpkgs/qupzilla/template | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 9a3f266fc41..8e9609dcfdc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2111,7 +2111,7 @@ libprocps.so.5 procps-ng-3.3.11_1 libskarnet.so.2.3 skalibs-2.3.7.0_1 libtidy.so.5 libtidy5-5.1.25_1 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1 -libQupZilla.so.1 qupzilla-1.8.6_1 +libQupZilla.so.2 qupzilla-2.0.0_1 libinjeqt.so.0 injeqt-1.0.1_1 libgadu.so.3 libgadu-1.12.1_1 libhiredis.so.0.13 hiredis-0.13.1_1 diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 50e50cef1ab..b3b422d5e6f 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -1,22 +1,31 @@ # Template file for 'qupzilla' pkgname=qupzilla -version=1.8.9 -revision=3 +version=2.0.0 +revision=1 wrksrc=QupZilla-${version} build_style=qmake hostmakedepends="pkg-config" -makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel - qt5-x11extras-devel hunspell-devel" +makedepends="hunspell-devel qt5-script-devel qt5-tools-devel qt5-declarative-devel + qt5-location-devel qt5-webchannel-devel qt5-webengine-devel qt5-webview-devel + qt5-svg-devel qt5-x11extras-devel xcb-util-devel" depends="qt5-plugin-sqlite" short_desc="Lightweight multiplatform browser" maintainer="Jürgen Buchmüller " license="GPL-3" homepage="http://www.qupzilla.com/" distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz" -checksum=620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac +checksum=b357e2d3de91ec833a34f958c6eb649d86113235ee27a519722d8cae58bc8c78 do_build() { # Avoid disable_parallel_build=yes by re-running make once make ${makejobs} ${make_build_args} ${make_build_target} || make ${makejobs} ${make_build_args} ${make_build_target} } + +qupzilla-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>${version}_${revision}" + pkg_install() { + vmove usr/include + } +}