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
+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>