new packages: persepolis, python-setproctitle, some rebuilds..

This commit is contained in:
suvari
2022-02-05 19:12:39 +03:00
parent c4f5f6ea06
commit b713487000
26 changed files with 326 additions and 43 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>persepolis</Name>
<Homepage>https://persepolisdm.github.io</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<Summary>Qt front-end for aria2 download manager</Summary>
<Description>Persepolis is a Download Manager and a GUI For aria2.</Description>
<Archive sha1sum="3a71d3b089eb36c8b043bc0ae2cae77eac24a307" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>persepolis</Name>
<RuntimeDependencies>
<Dependency>aria2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>python3-qt5</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc/persepolis</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-05</Date>
<Version>3.2.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>