diff --git a/programming/library/libxmlb/actions.py b/programming/library/libxmlb/actions.py
index 158f26161f..0fc2374315 100644
--- a/programming/library/libxmlb/actions.py
+++ b/programming/library/libxmlb/actions.py
@@ -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/")
\ No newline at end of file
diff --git a/programming/library/libxmlb/pspec.xml b/programming/library/libxmlb/pspec.xml
index d76a9a360f..a670784386 100644
--- a/programming/library/libxmlb/pspec.xml
+++ b/programming/library/libxmlb/pspec.xml
@@ -1,18 +1,18 @@
-
+
libxmlb
https://github.com/hughsie/libxmlb
- PisiLinux Community
- admins@pisilinux.org
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
- LGPLv3
- library
- A library to help create and query binary XML blobs
- A library to help create and query binary XML blobs
- https://people.freedesktop.org/~hughsient/releases/libxmlb-0.1.15.tar.xz
+ programming.library
+ GPLv2
+ Library for querying compressed XML metadata
+ Library for querying compressed XML metadata
+ https://people.freedesktop.org/~hughsient/releases/libxmlb-0.2.0.tar.xz
meson
gtk-doc
@@ -25,14 +25,18 @@
libxmlb
+ Library for querying compressed XML metadata
glib2
- /usr/lib
- /usr/libexec
- /usr/share
- /usr/share/doc
+ /usr/share/doc
+ /usr/share/gir-1.0
+ /usr/share/gtk-doc
+ /usr/lib/libxmlb.*
+ /usr/lib/xb-tool
+ /usr/share/girepository-1.0
+ /usr/lib/girepository-1.0
@@ -40,22 +44,29 @@
libxmlb-devel
Development files for libxmlb
- libxmlb
glib2-devel
+ libxmlb
/usr/include
/usr/lib/pkgconfig
-
+
+
+ 2020-09-02
+ 0.2.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
- 2020-04-02
- 0.1.15
+ 2020-02-01
+ 0.1.14
First release
- PisiLinux Community
- admins@pisilinux.org
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
diff --git a/programming/library/libxmlb/translations.xml b/programming/library/libxmlb/translations.xml
index 22631e4dd7..606538514d 100644
--- a/programming/library/libxmlb/translations.xml
+++ b/programming/library/libxmlb/translations.xml
@@ -5,4 +5,10 @@
A library to help create and query binary XML blobs
A library to help create and query binary XML blobs
-
+
+
+ libxmlb-devel
+ libxmlb için geliştirme dosyaları
+ libxmlb-devel, libxmlb için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file