diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 18:19:12 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 18:19:12 +0800 |
commit | 1e019c3b87e93c8a3637624adcbd192ba2a8f80c (patch) | |
tree | 5a71f67c9caba9d6e3edc229c81df51c2e4f3670 /devel/appstream-glib/pkg-descr | |
parent | dd3e59380ece215fd747cd6566949559ac27d3f3 (diff) | |
download | marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar.gz marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar.bz2 marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar.lz marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar.xz marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.tar.zst marcuscom-ports-1e019c3b87e93c8a3637624adcbd192ba2a8f80c.zip |
Update appdata-tools to 0.18.0. Say also 'Hello!' to appstream-glib, which
is needed by appdata-tools.
For both ports, ensure NOCONFIGURE=yes is set by using ${SETENV}
For appstream-glib, remove libarchive from the configure.ac and add -larchive
to the LDFLAGS to use the version we have in base.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20006 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/appstream-glib/pkg-descr')
-rw-r--r-- | devel/appstream-glib/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/appstream-glib/pkg-descr b/devel/appstream-glib/pkg-descr new file mode 100644 index 000000000..b2416f5af --- /dev/null +++ b/devel/appstream-glib/pkg-descr @@ -0,0 +1,4 @@ +This library provides objects and helper methods to help +reading and writing AppStream metadata. + +WWW: https://github.com/hughsie/appstream-glib/ |