aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/appstream-glib
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/appstream-glib')
-rw-r--r--meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb (renamed from meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb)15
1 files changed, 9 insertions, 6 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb
index e40354f56c..efb85d77c5 100644
--- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
+++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb
@@ -1,15 +1,15 @@
SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm"
-LICENSE = "LGPLv2.1"
+LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = " \
+ curl \
gperf-native \
glib-2.0 \
gtk+3 \
libyaml \
libarchive \
- libsoup-2.4 \
json-glib \
gdk-pixbuf \
freetype \
@@ -17,18 +17,21 @@ DEPENDS = " \
libstemmer \
"
-inherit meson gobject-introspection gettext bash-completion
+inherit meson gobject-introspection gettext bash-completion pkgconfig manpages
SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
+SRC_URI[sha256sum] = "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96"
EXTRA_OEMESON = " \
-Drpm=false \
"
-FILES_${PN} += "${libdir}/asb-plugins-5"
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native"
-FILES_${PN}-dev += " \
+FILES:${PN} += "${libdir}/asb-plugins-5"
+
+FILES:${PN}-dev += " \
${datadir}/installed-tests \
${datadir}/gettext \
"