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/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 mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
examples = "%s/%s/" % (get.docDIR(), get.srcNAME())
def setup():
mesontools.configure()
def build():
mesontools.build()
def check():
mesontools.build("test")
def install():
mesontools.install()
pisitools.insinto(examples, "examples/*")
+97
View File
@@ -0,0 +1,97 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gtk-vnc</Name>
<Homepage>https://wiki.gnome.org/Projects/gtk-vnc</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<Icon>gtk-vnc</Icon>
<IsA>library</IsA>
<Summary>A VNC viewer widget for GTK+</Summary>
<Description>gtk-vnc is a VNC viewer widget for GTK. This widget is also used for displaying guest operating system screens within virt-manager. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.</Description>
<Archive sha1sum="b3da7d9731f80d4c6e99a0b780ef6ccae863f210" type="tarxz">https://download.gnome.org/sources/gtk-vnc/1.3/gtk-vnc-1.3.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>perl-Text-CSV</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>python-gtk-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gtk-vnc</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>zlib</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>libX11</Dependency>
<Dependency>python3</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>cyrus-sasl</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libgvnc*</Path>
<Path fileType="library">/usr/lib/libgtk-vnc*</Path>
<Path fileType="library">/usr/lib/girepository-1.0*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>gtk-vnc-devel</Name>
<Summary>Development files for gtk-vnc</Summary>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency release="current">gtk-vnc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-25</Date>
<Version>1.3</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>gtk-vnc</Name>
<Summary xml:lang="tr">GTK için VNC görüntüleyici aracı</Summary>
<Description xml:lang="tr">Tek görev parçası olmasına rağmen tamamen asenkron çalışabilmesine olanak tanıyan alt döngülerle geliştirilmiş bir vnc görüntüleyici uygulamadır. Özellikle sanallaştırma yönetim yazılımları bu yazılıma gereksinim duyabilir.</Description>
</Source>
<Package>
<Name>gtk-vnc-devel</Name>
<Summary xml:lang="tr">gtk-vnc için geliştirme dosyaları</Summary>
</Package>
</PISI>