Merge pull request #15738 from Rmys/master

qbittorrent
This commit is contained in:
Rmys
2024-12-19 17:02:25 +03:00
committed by GitHub
2 changed files with 22 additions and 9 deletions
+9 -4
View File
@@ -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")
+13 -5
View File
@@ -13,16 +13,17 @@
<IsA>app:gui</IsA>
<Summary>An open-source software alternative to µTorrent.</Summary>
<Description>An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar</Description>
<Archive sha1sum="9e4d7f668fc559aebaee8177e2c13365aa06e8b1" type="tarxz">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.2/qbittorrent-5.0.2.tar.xz/download</Archive>
<Archive sha1sum="ba109c3cb17edba253614ffedbc05783c4ad4f18" type="binary">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.3/qbittorrent-5.0.3.tar.xz/download</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>geoip-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt6-svg-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency versionFrom="2.0.9">libtorrent-rasterbar-devel</Dependency>
</BuildDependencies>
</Source>
@@ -34,7 +35,7 @@
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>openssl</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>libtorrent-rasterbar</Dependency>
</RuntimeDependencies>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="21">
<Date>2024-12-19</Date>
<Version>5.0.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2024-11-28</Date>
<Version>5.0.2</Version>