diff --git a/network/p2p/qbittorrent/actions.py b/network/p2p/qbittorrent/actions.py
index 0dcee5056a..05f5301744 100644
--- a/network/p2p/qbittorrent/actions.py
+++ b/network/p2p/qbittorrent/actions.py
@@ -7,16 +7,21 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
def setup():
- autotools.rawConfigure("--prefix=/usr")
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
def build():
- #shelltools.system("lrelease src/lang/qbittorrent_tr.ts")
- autotools.make()
+ shelltools.cd("build")
+ cmaketools.make()
def install():
- autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.cd("..")
pisitools.dodoc("AUTHORS", "Changelog", "COPYING*", "README.md")
diff --git a/network/p2p/qbittorrent/pspec.xml b/network/p2p/qbittorrent/pspec.xml
index 598a9bca59..55a54431ea 100644
--- a/network/p2p/qbittorrent/pspec.xml
+++ b/network/p2p/qbittorrent/pspec.xml
@@ -13,16 +13,17 @@
app:gui
An open-source software alternative to µTorrent.
An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar
- https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.2/qbittorrent-5.0.2.tar.xz/download
+ https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.3/qbittorrent-5.0.3.tar.xz/download
+ cmake
zlib-devel
boost-devel
geoip-devel
- qt5-linguist
+ qt6-linguist
python3-devel
- qt5-svg-devel
+ qt6-svg-devel
openssl-devel
- qt5-base-devel
+ qt6-base-devel
libtorrent-rasterbar-devel
@@ -34,7 +35,7 @@
zlib
libgcc
openssl
- qt5-base
+ qt6-base
libnotify
libtorrent-rasterbar
@@ -51,6 +52,13 @@
+
+ 2024-12-19
+ 5.0.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-11-28
5.0.2