summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-19 10:32:22 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-19 10:41:22 +0200
commitd6e61afea56bb12919144ceb66a0d1dd221aeb21 (patch)
treef54d5dfc6e38d6903fd7820dab54b1748061ab4f /media-libs/libchamplain/metadata.xml
parentnet-libs/webkit-gtk: add support for building with ruby:2.6 (diff)
downloadgentoo-d6e61afea56bb12919144ceb66a0d1dd221aeb21.tar.gz
gentoo-d6e61afea56bb12919144ceb66a0d1dd221aeb21.tar.bz2
gentoo-d6e61afea56bb12919144ceb66a0d1dd221aeb21.zip
media-libs/libchamplain: fix gtk-doc, other fixes and touchups
* Fix LICENSE from LGPL-2 to LGPL-2.1+. * Fix USE=gtk-doc to always be honored (implicitly disabled upstream if gtk widgetry is disabled) and actually show up in devhelp. * Add missing meson minimum version requirement - requires 0.49.0, but meson.eclass only guarantees 0.48.2 at this point. * Fix EAPI-7 bump to actually be an EAPI-7 port by properly using DEPEND and BDEPEND. * Use emesonargs array to be able to comment options on the relevant line. * Add longdescription to metadata. * Sort deps and options in occurrences order for easier review on future bumps. * Depend on >=gobject-introspection-1.54 to ensure compat with meson. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/libchamplain/metadata.xml')
-rw-r--r--media-libs/libchamplain/metadata.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/libchamplain/metadata.xml b/media-libs/libchamplain/metadata.xml
index 996e7cacd217..c119093f59a9 100644
--- a/media-libs/libchamplain/metadata.xml
+++ b/media-libs/libchamplain/metadata.xml
@@ -5,4 +5,10 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
+ <longdescription lang="en">
+ libchamplain is a Gtk widget displaying zoomable and pannable maps that can be
+ loaded from various network sources. It supports overlay layers, markers, and
+ custom elements displayed on top of the maps. The library is written in C but
+ other language mappings are also available thanks to GObject-introspection.
+ </longdescription>
</pkgmetadata>