imdex libxmlb libgme
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
#!/usr/bin/python
|
||||
#!/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 get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
mesontools.configure("--prefix=/usr -Dstemming=false -Dqt=true -Dvapi=true")
|
||||
mesontools.configure("-Dgtkdoc=true \
|
||||
--libexecdir=/usr/lib")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
##def check():
|
||||
# mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
# remove installed tests
|
||||
pisitools.removeDir("/usr/lib/installed-tests/")
|
||||
pisitools.removeDir("/usr/share/installed-tests/")
|
||||
@@ -1,47 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libxmlb</Name>
|
||||
<Homepage>https://github.com/hughsie/libxmlb</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL2.1</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A library to help create and query binary XML blobs</Summary>
|
||||
<Description>A library to help create and query binary XML blobs</Description>
|
||||
<Archive sha1sum="0d1401cb33e304d7a7ee87f53e7997fd35c11b96" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.1.14.tar.xz</Archive>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<Summary>Library for querying compressed XML metadata</Summary>
|
||||
<Description>Library for querying compressed XML metadata</Description>
|
||||
<Archive sha1sum="79a9bbd866eb149f00548837f7df287d51bd03b7" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libxmlb</Name>
|
||||
<Summary>Library for querying compressed XML metadata</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/Xmlb-1.0.gir</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="library">/usr/lib/libxmlb.*</Path>
|
||||
<Path fileType="executable">/usr/lib/xb-tool</Path>
|
||||
<Path fileType="data">/usr/share/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libxmlb-devel</Name>
|
||||
<Summary>Development files for libxmlb</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">libxmlb</Dependency>
|
||||
@@ -53,12 +54,19 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-02</Date>
|
||||
<Version>0.2.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-02</Date>
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>0.1.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libxmlb</Name>
|
||||
<Summary xml:lang="tr">A library to help create and query binary XML blobs</Summary>
|
||||
<Description xml:lang="tr">A library to help create and query binary XML blobs</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libxmlb-devel</Name>
|
||||
<Summary xml:lang="tr">libxmlb için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">libxmlb-devel, libxmlb için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user