media-fonts/cantarell: add missing appstream-glib build dep
authorMart Raudsepp <leio@gentoo.org>
Tue, 28 Aug 2018 15:58:57 +0000 (18:58 +0300)
committerMart Raudsepp <leio@gentoo.org>
Tue, 28 Aug 2018 15:58:57 +0000 (18:58 +0300)
During i18n.merge_file() build rule, gettext msgfmt gets called by a meson
script. This in turn looks for ITS rules on how to merge in translations for
a given file. appstream-glib provides /usr/share/gettext/its/appdata.loc,
which tells gettext how to handle *.metainfo.xml files (that in turn points
at appdata.its, also installed by appstream-glib). If that file isn't present
at build time, then gettext errors out due to not knowing how to handle
*.metainfo.xml translation.
As such, we need appstream-glib at build time here, and in various other
packages that have a metainfo/appdata translation in meson.

Closes: https://bugs.gentoo.org/656710
Package-Manager: Portage-2.3.48, Repoman-2.3.10

media-fonts/cantarell/cantarell-0.101.ebuild

index 5f8b20d7d6db99b22118db54dfe7ca1555d4833e..990353386f0a975246a6af3413580ac510b5c5f7 100644 (file)
@@ -15,7 +15,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa
 IUSE=""
 
 RDEPEND="media-libs/fontconfig"
+# appstream-glib provided .loc and .its files required by gettext msgfmt for translation of .metainfo.xml
 DEPEND="
+       dev-libs/appstream-glib
        >=sys-devel/gettext-0.19.8
        virtual/pkgconfig
 "