mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:17:15 +08:00
qbittorrent: due to some bugs in qt5 version,revert to use qt4.
This commit is contained in:
parent
afe3e7c9dc
commit
6f2e33553b
@ -1,12 +1,12 @@
|
||||
pkgname=qbittorrent
|
||||
pkgver=3.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A bittorrent client written in C++ / Qt using the good libtorrent library"
|
||||
arch=('x86_64')
|
||||
url="http://www.qbittorrent.org/"
|
||||
license=('GPL')
|
||||
depends=('qt5-base' 'libtorrent-rasterbar' 'xdg-utils' 'boost-libs')
|
||||
makedepends=('boost' 'geoip' 'qt5-tools')
|
||||
depends=('qt' 'libtorrent-rasterbar' 'xdg-utils' 'boost-libs')
|
||||
makedepends=('boost' 'geoip')
|
||||
optdepends=('python3: needed for search'
|
||||
'geoip: improves peer country resolution')
|
||||
categories=('network')
|
||||
@ -18,9 +18,7 @@ md5sums=('55a582d86db0db9734aee446b8daa267')
|
||||
build()
|
||||
{
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr \
|
||||
--enable-systemd \
|
||||
--with-qt5
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user