new packages: perl-Text-CSV, libgovirt, gtk-vnc

This commit is contained in:
suvari
2022-06-25 18:50:16 +03:00
parent 5900be5019
commit ede244cef6
13 changed files with 337709 additions and 336602 deletions
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README.md")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Text-CSV</Name>
<Homepage>http://search.cpan.org/dist/Text-CSV</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<IsA>library</IsA>
<Summary>Perl Module as a comma-separated values manipulator</Summary>
<Description>Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.</Description>
<Archive sha1sum="74be9ee660eff34d216d38d8261a8d0b86d2ba79" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.01.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Pod</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Text-CSV</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-25</Date>
<Version>2.01</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Text-CSV</Name>
<Summary xml:lang="tr">Virgülle ayrılmış değerleri işleyen bir Perl modülü</Summary>
<Description xml:lang="tr">Text::CSV, virgülle ayrılmış değerlerin bileşimi ve ayrıştırılması için olanaklar sağlar. Text::CSV sınıfının bir örneği, alanları bir CSV dizesinde birleştirebilir ve bir CSV dizesini alanlara ayrıştırabilir.</Description>
</Source>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
#!/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 get
def setup():
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr --sysconfdir=/etc --localstatedir=/var")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgovirt</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libgovirt</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>GObject-based library to access oVirt REST API</Summary>
<Description>GoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings.</Description>
<Archive sha1sum="740653e2096d27f66b34fb74ab946953255952ce" type="targz">https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v0.3.8/libgovirt-v0.3.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libgovirt</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>python3</Dependency>
<Dependency>librest</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libgovirt*</Path>
<Path fileType="library">/usr/lib/girepository-1.0/GoVirt-1.0.typelib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>libgovirt-devel</Name>
<Summary>Development files for libgovirt</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency release="current">libgovirt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-24</Date>
<Version>0.3.8</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libgovirt</Name>
<Summary xml:lang="tr">oVirt REST API'sine erişmek için GObject tabanlı kitaplık</Summary>
<Description xml:lang="tr">oVirt REST API'sine erişmek için GObject tabanlı kitaplık</Description>
</Source>
<Package>
<Name>libgovirt-devel</Name>
<Summary xml:lang="tr">libgovirt için geliştirme dosyaları</Summary>
</Package>
</PISI>