persepolis ver. bump

This commit is contained in:
Rmys
2025-12-26 12:37:25 +03:00
parent 3bdbf58667
commit adcfdf70bd
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 pythonmodules
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure()
def build(): def build():
pythonmodules.compile(pyVer="3") mesontools.build()
shelltools.system("python3 setup.py build")
def check(): def check():
pass pass
@@ -20,6 +25,6 @@ def check():
#pythonmodules.run("test/run_examples_test.py",pyVer="3") #pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install(): def install():
pythonmodules.install(pyVer="3") mesontools.install()
pisitools.dodoc("LICENSE", "README*") pisitools.dodoc("LICENSE", "README*")
+1
View File
@@ -14,6 +14,7 @@
<Description>Persepolis is a Download Manager and a GUI For aria2.</Description> <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> <Archive sha1sum="3cce2fcf547dc31132e3379d7a6c73201d3f2d73" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/5.2.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>aria2-devel</Dependency> <Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency> <Dependency>ffmpeg-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency> <Dependency>qt5-svg-devel</Dependency>