Skip to content

Commit

Permalink
appstream-glib: install 0.7.16
Browse files Browse the repository at this point in the history
evince fails with `/usr/bin/msgfmt: cannot locate ITS rules for evince-pdfdocument.metainfo.xml.in`.
installation of 'appstream' is the suggested fix
  • Loading branch information
wwwutz committed Nov 7, 2019
1 parent b86c11f commit 7104b7b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions appstream-glib.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 7104b7b

Please sign in to comment.