Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=e5d96fdffb65ba36c7c16091da4045c936577f52
commit e5d96fdffb65ba36c7c16091da4045c936577f52 Author: crazy <[email protected]> Date: Sat Oct 14 19:47:02 2017 +0200 qbittorrent-3.3.16-2-x86_64 * rebuild with qt5 * use Fexec diff --git a/source/xapps-extra/qbittorrent/FrugalBuild b/source/xapps-extra/qbittorrent/FrugalBuild index 7361c5d..dbda961 100644 --- a/source/xapps-extra/qbittorrent/FrugalBuild +++ b/source/xapps-extra/qbittorrent/FrugalBuild @@ -4,11 +4,11 @@ pkgname=qbittorrent pkgver=3.3.16 -pkgrel=1 +pkgrel=2 pkgdesc="A Bittorrent client." -depends=('libtorrent-rasterbar>=1.1.1-2' 'qt5-base>=5.9.0-3' 'libboost>=1.61.0') +depends=('libtorrent-rasterbar>=1.1.1-2' 'qt5-base>=5.9.2' 'libboost>=1.61.0') rodepends=('geoip' 'python') -makedepends=('boost>=1.60.0' 'qt5-tools>=5.9.0') +makedepends=('boost>=1.60.0' 'qt5-tools>=5.9.2') groups=('xapps-extra') archs=('x86_64') _F_gnome_iconcache="y" @@ -24,8 +24,9 @@ provides=('libktorrent' 'ktorrent') conflicts=('libktorrent' 'ktorrent') build() { + Fmake - make INSTALL_ROOT=$Fdestdir install || Fdie + Fexec make INSTALL_ROOT=$Fdestdir install || Fdie } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
