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>
|
||||
+221
-17
@@ -3986,7 +3986,7 @@
|
||||
<Summary xml:lang="tr">Mobil modemler için yönetim katmanı</Summary>
|
||||
<Description xml:lang="en">ModemManager provides a unified high level API for communicating with mobile broadband modems.</Description>
|
||||
<Description xml:lang="tr">ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir.</Description>
|
||||
<Archive type="tarxz" sha1sum="7af36416f71f676cf5e27d4cf2f1a3b5062e54ac" name="ModemManager-1.14.10.tar.xz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.14.10.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="c3aefcf55f62b3ec339504e15e6f120b1956ff34" name="ModemManager-1.14.12.tar.xz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.14.12.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
@@ -3994,14 +3994,16 @@
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>ppp-devel</Dependency>
|
||||
<Dependency>libqmi-devel</Dependency>
|
||||
<Dependency>libmbim-devel</Dependency>
|
||||
<Dependency versionFrom="1.28.6">libqmi-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.8">libmbim-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>elogind-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>dbus-python3</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>network/connection/ModemManager/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -4039,7 +4041,7 @@
|
||||
<Summary xml:lang="en">Development files for ModemManager</Summary>
|
||||
<Summary xml:lang="tr">ModemManager için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="13">ModemManager</Dependency>
|
||||
<Dependency release="14">ModemManager</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/ModemManager/</Path>
|
||||
@@ -4066,7 +4068,7 @@
|
||||
<Summary xml:lang="en">Development files for libmm-glib</Summary>
|
||||
<Summary xml:lang="tr">libmm-glib için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="13">libmm-glib</Dependency>
|
||||
<Dependency release="14">libmm-glib</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -4079,13 +4081,20 @@
|
||||
<Name>ModemManager-docs</Name>
|
||||
<Summary xml:lang="en">Development files for ModemManager</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="13">ModemManager</Dependency>
|
||||
<Dependency release="14">ModemManager</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.14.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2021-02-25</Date>
|
||||
<Version>1.14.10</Version>
|
||||
@@ -8647,13 +8656,15 @@
|
||||
<PartOf>network.library</PartOf>
|
||||
<Summary xml:lang="en">QMI modem protocol helper library</Summary>
|
||||
<Description xml:lang="en">libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
|
||||
<Archive type="tarxz" sha1sum="857ace336958c9ee2a43012342b2ef6b2dce5d5f" name="libqmi-1.28.2.tar.xz">https://www.freedesktop.org/software/libqmi/libqmi-1.28.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="5fd33c53e21fbd2e4c1606f42831a393d59ca04f" name="libqmi-1.28.6.tar.xz">https://www.freedesktop.org/software/libqmi/libqmi-1.28.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.6">libmbim-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.8">libmbim-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>network/library/libqmi/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -8679,7 +8690,7 @@
|
||||
<Name>libqmi-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libqmi</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="11">libqmi</Dependency>
|
||||
<Dependency release="12">libqmi</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -8688,6 +8699,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.28.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-04-03</Date>
|
||||
<Version>1.28.2</Version>
|
||||
@@ -9054,12 +9072,14 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
<PartOf>network.library</PartOf>
|
||||
<Summary xml:lang="en">MBIM modem protocol helper library.</Summary>
|
||||
<Description xml:lang="en">libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
|
||||
<Archive type="tarxz" sha1sum="ab0c9a1f84c48f6f2284245c5e36da75efb790f2" name="libmbim-1.24.6.tar.xz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.6.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="83d0178b681f614fe03a0112997a6dcfa3b0c6a0" name="libmbim-1.24.8.tar.xz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>network/library/libmbim/pspec.xml</SourceURI>
|
||||
@@ -9086,7 +9106,7 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
<Summary xml:lang="en">libmbim için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="tr">libmbim için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="9">libmbim</Dependency>
|
||||
<Dependency release="10">libmbim</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -9096,6 +9116,13 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.24.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2021-04-03</Date>
|
||||
<Version>1.24.6</Version>
|
||||
@@ -20217,7 +20244,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<PartOf>x11.library</PartOf>
|
||||
<Summary xml:lang="en">Mesa OpenGL Utility library</Summary>
|
||||
<Description xml:lang="en">Mesa implementation of the standard GLU OpenGL utility API.</Description>
|
||||
<Archive type="targz" sha1sum="2d1388106d2556a3847ae7404d7d9dba6531755b" name="glu-9.0.1.tar.gz">ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.1.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="86758c10bc1c4434f10f43eccc3d8f82b004332b" name="glu-9.0.2.tar.gz">ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -20239,7 +20266,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Summary xml:lang="en">Development files for mesa-glu</Summary>
|
||||
<Summary xml:lang="tr">mesa-glu için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="8">mesa-glu</Dependency>
|
||||
<Dependency release="9">mesa-glu</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -20259,7 +20286,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="8">mesa-glu</Dependency>
|
||||
<Dependency release="9">mesa-glu</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -20268,6 +20295,13 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>9.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-01-08</Date>
|
||||
<Version>9.0.1</Version>
|
||||
@@ -28907,6 +28941,76 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xapp</Name>
|
||||
<Homepage>https://github.com/linuxmint/xapp</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>x11.misc</PartOf>
|
||||
<Summary xml:lang="en">Common library for X-Apps project</Summary>
|
||||
<Summary xml:lang="tr">Common library for X-Apps project</Summary>
|
||||
<Description xml:lang="en">Common library for X-Apps project</Description>
|
||||
<Description xml:lang="tr">Common library for X-Apps project</Description>
|
||||
<Archive type="targz" sha1sum="972d804baaf2f50c9e91caa14c70bb7024574243" name="2.2.2.tar.gz">https://github.com/linuxmint/xapp/archive/refs/tags/2.2.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>libdbusmenu-gtk3</Dependency>
|
||||
<Dependency>libgnomekbd-devel</Dependency>
|
||||
<Dependency>libdbusmenu-devel</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>x11/misc/xapp/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>xapp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libgnomekbd</Dependency>
|
||||
<Dependency>libdbusmenu-gtk3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>xapp-devel</Name>
|
||||
<Summary xml:lang="en">Development files for xapp</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">xapp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>2.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>colord</Name>
|
||||
@@ -41704,6 +41808,57 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>multimedia.tv</PartOf>
|
||||
<Summary xml:lang="en">Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Summary>
|
||||
<Summary xml:lang="tr">Hypnotix is an IPTV streaming application with support for live TV, movies and series.</Summary>
|
||||
<Description xml:lang="en">Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır.</Description>
|
||||
<Description xml:lang="tr">Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır.</Description>
|
||||
<Archive type="targz" sha1sum="1ff6636a31e8d98ba9314ec439df4b6c1e0a60cd" name="1.9.tar.gz">https://github.com/linuxmint/hypnotix/archive/refs/tags/1.9.tar.gz</Archive>
|
||||
<SourceURI>multimedia/tv/hypnotix/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>zvbi</Name>
|
||||
@@ -199110,7 +199265,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Update release="1">
|
||||
<Date>2021-06-10</Date>
|
||||
<Version>40.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
@@ -199674,6 +199829,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>geoclue-devel</Dependency>
|
||||
<Dependency>libhandy-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/apps/gnome-weather/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -225343,6 +225500,53 @@ GNOME Session and the applications that run under it.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>python3-imdbpy</Name>
|
||||
<Homepage>https://imdbpy.sourceforge.io/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary xml:lang="en">Python bindings for the Internet Movie Database (IMDb)</Summary>
|
||||
<Summary xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Summary>
|
||||
<Description xml:lang="en">Python bindings for the Internet Movie Database (IMDb)</Description>
|
||||
<Description xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Description>
|
||||
<Archive type="targz" sha1sum="48945e725320ca0215a9c6f69c0cef284ea08a4e" name="2021.04.18.tar.gz">https://github.com/alberanid/imdbpy/archive/refs/tags/2021.04.18.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/python3/python3-imdbpy/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-imdbpy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>2021.04.18</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>py3game</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6d29f41d603a97282523d67e02435cd5e78b9ab6
|
||||
40b865da9a75b8f598f3a8d3551d11cac91570a2
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
91511b910636634d4e0954e4d7ec5c849a1267a1
|
||||
6a3b8056751ad5f61757217b629e1c5b76fd75b3
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-imdbpy</Name>
|
||||
<Homepage>https://imdbpy.sourceforge.io/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Python bindings for the Internet Movie Database (IMDb)</Summary>
|
||||
<Description>Python bindings for the Internet Movie Database (IMDb)</Description>
|
||||
<Archive sha1sum="48945e725320ca0215a9c6f69c0cef284ea08a4e" type="targz">https://github.com/alberanid/imdbpy/archive/refs/tags/2021.04.18.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-imdbpy.patch</Patch>
|
||||
<Patch level="1">python3-imdbpy.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-imdbpy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>2021.04.18</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>python3-imdbpy</Name>
|
||||
<Summary xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Summary>
|
||||
<Description xml:lang="tr">Python bindings for the Internet Movie Database (IMDb)</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README*")
|
||||
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xapp</Name>
|
||||
<Homepage>https://github.com/linuxmint/xapp</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Common library for X-Apps project</Summary>
|
||||
<Description>Common library for X-Apps project</Description>
|
||||
<Archive sha1sum="972d804baaf2f50c9e91caa14c70bb7024574243" type="targz">https://github.com/linuxmint/xapp/archive/refs/tags/2.2.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>libdbusmenu-gtk3</Dependency>
|
||||
<Dependency>libgnomekbd-devel</Dependency>
|
||||
<Dependency>libdbusmenu-devel</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>xapp.patch</Patch>
|
||||
<Patch level="1">xapp.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xapp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libgnomekbd</Dependency>
|
||||
<Dependency>libdbusmenu-gtk3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>xapp-devel</Name>
|
||||
<Summary>Development files for xapp</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">xapp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-25</Date>
|
||||
<Version>2.2.2</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>xapp</Name>
|
||||
<Summary xml:lang="tr">Common library for X-Apps project</Summary>
|
||||
<Description xml:lang="tr">Common library for X-Apps project</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user