libxmlb:updated

This commit is contained in:
blue-devil
2020-09-02 23:41:37 +02:00
parent 82edfe1bd3
commit eac1b29cce
3 changed files with 42 additions and 26 deletions
+6 -7
View File
@@ -4,20 +4,19 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup(): def setup():
mesontools.configure() mesontools.configure("-Dgtkdoc=true \
--libexecdir=/usr/lib")
def build(): def build():
mesontools.build() mesontools.build()
def install(): def install():
mesontools.install() mesontools.install()
pisitools.dodoc("LICENSE", "README*")
#shelltools.cd("..") # remove installed tests
pisitools.dodoc("LICENSE", "NEWS", "README*") pisitools.removeDir("/usr/lib/installed-tests/")
pisitools.removeDir("/usr/share/installed-tests/")
+29 -18
View File
@@ -1,18 +1,18 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>libxmlb</Name> <Name>libxmlb</Name>
<Homepage>https://github.com/hughsie/libxmlb</Homepage> <Homepage>https://github.com/hughsie/libxmlb</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>Ayhan Yalçınsoy</Name>
<Email>admins@pisilinux.org</Email> <Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager> </Packager>
<License>LGPLv3</License> <PartOf>programming.library</PartOf>
<IsA>library</IsA> <License>GPLv2</License>
<Summary>A library to help create and query binary XML blobs</Summary> <Summary>Library for querying compressed XML metadata</Summary>
<Description>A library to help create and query binary XML blobs</Description> <Description>Library for querying compressed XML metadata</Description>
<Archive sha1sum="e5ee3779a5025d2130859015b12eead2b407a9e3" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.1.15.tar.xz</Archive> <Archive sha1sum="79a9bbd866eb149f00548837f7df287d51bd03b7" type="tarxz">https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
@@ -25,14 +25,18 @@
<Package> <Package>
<Name>libxmlb</Name> <Name>libxmlb</Name>
<Summary>Library for querying compressed XML metadata</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="data">/usr/share/doc</Path>
<Path fileType="library">/usr/libexec</Path> <Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/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> </Files>
</Package> </Package>
@@ -40,22 +44,29 @@
<Name>libxmlb-devel</Name> <Name>libxmlb-devel</Name>
<Summary>Development files for libxmlb</Summary> <Summary>Development files for libxmlb</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">libxmlb</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency release="current">libxmlb</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <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"> <Update release="1">
<Date>2020-04-02</Date> <Date>2020-02-01</Date>
<Version>0.1.15</Version> <Version>0.1.14</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>PisiLinux Community</Name> <Name>Ayhan Yalçınsoy</Name>
<Email>admins@pisilinux.org</Email> <Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+7 -1
View File
@@ -5,4 +5,10 @@
<Summary xml:lang="tr">A library to help create and query binary XML blobs</Summary> <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> <Description xml:lang="tr">A library to help create and query binary XML blobs</Description>
</Source> </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>