The Appstream-Glib provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that makes it easy to edit nodes and convert to and from the standardized XML representation.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.3.0.tar.xz
Download MD5 sum: 925a056455b4eef441e692423ac0c5c5
Download size: 1.6 MB
Estimated disk space required: 14 MB (additional 1 MB for the tests)
Estimated build time: 0.3 SBU
Fontconfig-2.11.1, gdk-pixbuf-2.30.8, and libarchive-3.1.2
docbook-xml-4.5, docbook-xsl-1.78.1, GTK-Doc-1.20, libxslt-1.1.28, and yaml
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/appstream-glib
Install appstream-glib by running the following commands:
./configure --prefix=/usr \ --disable-static \ --disable-dep11 && make
To test the results, issue: make -k check. One test fails, if yaml is not installed.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--disable-dep11
: Remove
this witch, if you have yaml installed.
Last updated on 2014-08-30 18:39:13 +1200