libjcat new package

This commit is contained in:
Rmys
2021-10-20 18:21:48 +03:00
parent 57c96e81c7
commit 62a4b5308a
7 changed files with 257 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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("-D gtkdoc=true")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "NEWS", "README*")
+93
View File
@@ -0,0 +1,93 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libjcat</Name>
<Homepage>https://github.com/hughsie/libjcat</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Library for reading and writing Jcat files</Summary>
<Description>Jcat dosyalarını okumak ve yazmak için kitaplık </Description>
<Archive sha1sum="d49e7c97acdba7251de385ef077c52fb76b30f2f" type="targz">https://github.com/hughsie/libjcat/archive/refs/tags/0.1.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>help2man</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libjcat.patch</Patch>
<Patch level="1">libjcat.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libjcat</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gpgme</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>libgpg-error</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/installed-tests</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
</Package>
<Package>
<Name>libjcat-devel</Name>
<Summary>Development files for libjcat</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency release="current">libjcat</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>
<Package>
<Name>libjcat-docs</Name>
<Summary>Development files for libjcat</Summary>
<RuntimeDependencies>
<Dependency release="current">libjcat</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-20</Date>
<Version>0.1.8</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libjcat</Name>
<Summary xml:lang="tr">Library for reading and writing Jcat files</Summary>
<Description xml:lang="tr">Jcat dosyalarını okumak ve yazmak için kitaplık </Description>
</Source>
</PISI>