Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=d0fb9dcd2dbaff112424ca5416547cf9f9ca7796
commit d0fb9dcd2dbaff112424ca5416547cf9f9ca7796 Author: crazy <[email protected]> Date: Mon Feb 5 20:31:43 2018 +0100 qupzilla-2.2.5-1-x86_64 * Version bump * diabled -gnome stuff is broken and I don't have any motivation to fix that anymore diff --git a/source/xapps/qupzilla/FrugalBuild b/source/xapps/qupzilla/FrugalBuild index 96109a8..daf8346 100644 --- a/source/xapps/qupzilla/FrugalBuild +++ b/source/xapps/qupzilla/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Melko <[email protected]> pkgname=qupzilla -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=1 pkgdesc="Web browser written in Qt." url="http://www.qupzilla.co.cc" @@ -14,7 +14,7 @@ _F_gnome_iconcache='y' _F_github_author="QupZilla" _F_github_tag_v="y" Finclude github kf5-version -sha1sums=('8492c6c2db93054eb43c3d1cfd2dc3d558246ec2') +sha1sums=('d9a922db332a5cf79d9bd375d02f6c9622930d98') subpkgs=("$pkgname-kde") subdescs=("Plugin for Qupzilla integration with KWallet.") @@ -23,22 +23,14 @@ subarchs=("x86_64") subdepends=("kwallet5>=$_F_kf5_full") subrodepends=("$pkgname") -subpkgs+=("$pkgname-gnome") -subdescs+=("Plugin for Qupzilla integration with gnome keyring.") -subgroups+=('xapps-extra') -subarchs+=('x86_64') -subdepends+=('libgnome-keyring') -subrodepends+=("$pkgname") - build() { - export KDE_INTEGRATION="true" GNOME_INTEGRATION="true" + export KDE_INTEGRATION="true" Fcd $pkgname-$pkgver Fexec qmake-qt5 QMAKE_CXXFLAGS="$CXXFLAGS" QupZilla.pro || Fdie Fmake Fmakeinstall INSTALL_ROOT=$Fdestdir Fsplit $pkgname-kde /usr/lib/qupzilla/libKWalletPasswords.so - Fsplit $pkgname-gnome /usr/lib/qupzilla/libGnomeKeyringPasswords.so } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
