hypnotix new package
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr", "usr/*")
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hypnotix</Name>
|
||||
<Homepage>https://github.com/linuxmint/hypnotix</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Summary>
|
||||
<Description>Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır.</Description>
|
||||
<Archive sha1sum="1ff6636a31e8d98ba9314ec439df4b6c1e0a60cd" type="targz">https://github.com/linuxmint/hypnotix/archive/refs/tags/1.9.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hypnotix</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xapp</Dependency>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>mpv-player</Dependency>
|
||||
<Dependency>python3-cairo</Dependency>
|
||||
<Dependency>python3-imdbpy</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-youtube_dl</Dependency>
|
||||
<Dependency>python3-setproctitle</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="icons">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/hypnotix</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>1.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hypnotix</Name>
|
||||
<Summary xml:lang="tr">Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Summary>
|
||||
<Description xml:lang="tr">Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user