From 7104b7b8560296ab7cfb33e7e8a0d2ba1ecaba22 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 7 Nov 2019 11:35:15 +0100 Subject: [PATCH] appstream-glib: install 0.7.16 evince fails with `/usr/bin/msgfmt: cannot locate ITS rules for evince-pdfdocument.metainfo.xml.in`. installation of 'appstream' is the suggested fix --- appstream-glib.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 appstream-glib.be0 diff --git a/appstream-glib.be0 b/appstream-glib.be0 new file mode 100755 index 000000000..1917f332f --- /dev/null +++ b/appstream-glib.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION appstream-glib-0.7.16-0 + + +SRCURL[0]="https://github.com/hughsie/appstream-glib/archive/appstream_glib_${PKGVERSION//./_}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + -Dstemmer=false +} + + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}