Merge pull request #17914 from Rmys/master

persepolis ver. bump
This commit is contained in:
Rmys
2025-12-26 12:38:33 +03:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+8 -3
View File
@@ -7,11 +7,16 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure()
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
mesontools.build()
def check():
pass
@@ -20,6 +25,6 @@ def check():
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
mesontools.install()
pisitools.dodoc("LICENSE", "README*")
+1
View File
@@ -14,6 +14,7 @@
<Description>Persepolis is a Download Manager and a GUI For aria2.</Description>
<Archive sha1sum="3cce2fcf547dc31132e3379d7a6c73201d3f2d73" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/5.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>