hypnotix: ver. bump to 2.7

This commit is contained in:
suvari
2022-06-22 17:51:27 +03:00
parent 350a58a1e8
commit 339cb679c9
2 changed files with 20 additions and 4 deletions
-3
View File
@@ -6,7 +6,6 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#def setup():
@@ -17,8 +16,6 @@ def build():
def install():
pisitools.insinto("/usr", "usr/*")
shelltools.chmod(get.installDIR() + "/usr/lib/*")
shelltools.chmod(get.installDIR() + "/usr/bin/*")
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
+20 -1
View File
@@ -12,7 +12,18 @@
<IsA>app</IsA>
<Summary>Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Summary>
<Description>Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Description>
<Archive sha1sum="c28af02d450807e92584bcb39727040289403abd" type="targz">https://github.com/linuxmint/hypnotix/archive/refs/tags/2.6.tar.gz</Archive>
<Archive sha1sum="c24c4f58b6b6ce79ff9d9b65f58f7b3fc434c6fb" type="targz">https://github.com/linuxmint/hypnotix/archive/refs/tags/2.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>xapp-devel</Dependency>
<Dependency>dconf-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-imdbpy</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>mpv-player-devel</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python3-cairo-devel</Dependency>
<Dependency>python3-setproctitle</Dependency>
</BuildDependencies>
</Source>
<Package>
@@ -24,6 +35,7 @@
<Dependency>python3-cairo</Dependency>
<Dependency>python3-imdbpy</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-Unidecode</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python3-setproctitle</Dependency>
</RuntimeDependencies>
@@ -40,6 +52,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-05-22</Date>
<Version>2.7</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-05-22</Date>
<Version>2.6</Version>