Merge pull request #9726 from suvari/master
new packages for spice: libcacard, spice-protokol
This commit is contained in:
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
shelltools.copytree("%s/usr/share/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR())
|
||||
pisitools.removeDir("/usr/share/pkgconfig")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>spice-protocol</Name>
|
||||
<Homepage>https://gitlab.freedesktop.org/spice/libcacard</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>science.misc</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Spice protocol header files</Summary>
|
||||
<Description>Spice protocol header files</Description>
|
||||
<Archive sha1sum="c21b654be38e2c1b98325568cdeb8d015066a74c" type="targz">https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v0.14.3/spice-protocol-v0.14.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>spice-protocol</Name>
|
||||
<Summary>Headers for SPICE protocol</Summary>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>nss</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-02-10</Date>
|
||||
<Version>0.14.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+296853
-296661
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f67ab062ec79101fcad08d84cc860c15c639750d
|
||||
9a09af9e70bd5afe101ecab2a19bbaa601f9a41b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cf40a45e541a5caa4ebeebea1ae4968d0cc0a655
|
||||
a55eca1982b7dfc737a122614fa3eb7ff5d07396
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcacard</Name>
|
||||
<Homepage>https://gitlab.freedesktop.org/spice/libcacard</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>science.misc</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>CAC (Common Access Card) library</Summary>
|
||||
<Description>This library provides emulation of smart cards to a virtual card
|
||||
reader running in a guest virtual machine.</Description>
|
||||
<Archive sha1sum="293c2a535fbfad816bb5aac7494cfa7cb6ef32d5" type="tarxz">https://www.spice-space.org/download/libcacard/libcacard-2.8.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>nspr-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pcsc-lite-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libcacard</Name>
|
||||
<Summary>CAC (Common Access Card) library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pcsc-lite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="library">/usr/lib/libcacard.so*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libcacard-devel</Name>
|
||||
<Summary>Development files for libcacard</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pcsc-lite-devel</Dependency>
|
||||
<Dependency release="current">libcacard</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-02-10</Date>
|
||||
<Version>2.8.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcacard</Name>
|
||||
<Summary xml:lang="tr">CAC (Ortak Erişim Kartı) kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar
|
||||
Konuk sanal makinede çalışan okuyucu.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libcacard-devel</Name>
|
||||
<Summary xml:lang="tr">libcacard için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">Bu kitaplık, akıllı kartların sanal bir karta öykünmesini sağlar
|
||||
Konuk sanal makinede çalışan okuyucu.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user