libxmlb:updated
This commit is contained in:
@@ -4,20 +4,19 @@
|
||||
# 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()
|
||||
mesontools.configure("-Dgtkdoc=true \
|
||||
--libexecdir=/usr/lib")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("LICENSE", "NEWS", "README*")
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
# remove installed tests
|
||||
pisitools.removeDir("/usr/lib/installed-tests/")
|
||||
pisitools.removeDir("/usr/share/installed-tests/")
|
||||
@@ -1,18 +1,18 @@
|
||||
<?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>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</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="e5ee3779a5025d2130859015b12eead2b407a9e3" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.1.15.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>
|
||||
@@ -25,14 +25,18 @@
|
||||
|
||||
<Package>
|
||||
<Name>libxmlb</Name>
|
||||
<Summary>Library for querying compressed XML metadata</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</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>
|
||||
|
||||
@@ -40,22 +44,29 @@
|
||||
<Name>libxmlb-devel</Name>
|
||||
<Summary>Development files for libxmlb</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libxmlb</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">libxmlb</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</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-04-02</Date>
|
||||
<Version>0.1.15</Version>
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>0.1.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -5,4 +5,10 @@
|
||||
<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>
|
||||
</PISI>
|
||||
|
||||
<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