Skip to content

Commit

Permalink
Merge pull request #1663 from mariux64/update-evince-3351
Browse files Browse the repository at this point in the history
evince: update to 3.35.1
  • Loading branch information
wwwutz authored Feb 7, 2020
2 parents 496102a + 35ac650 commit bc12ae2
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions evince.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION evince-3.34.1-1
# BEE_VERSION evince-3.35.1-0

# requires:
# bee update json-glib-1.4.4-0
Expand All @@ -25,13 +25,31 @@ SRCURL[0]="https://download.gnome.org/sources/evince/${PKGVERSION[2]}/evince-${P
#}

mee_configure() {
#PS1='xxx ' bash -norc
bee_configure \
--enable-introspection \
--disable-static \
--disable-nls \
--disable-browser-plugin \
--disable-libgnome-desktop \
--disable-maintainer-mode \
--disable-nautilus \
--disable-thumbnailer
--disable-nls \
--disable-schemas-compile \
--disable-static \
--disable-thumbnailer \
--enable-comics \
--enable-dbus \
--enable-djvu \
--enable-introspection \
--enable-multimedia \
--enable-pdf \
--enable-previewer \
--enable-ps \
--enable-t1lib \
--enable-tiff \
--enable-viewer \
--enable-xps \
--with-gtk-unix-print \
--with-platform=gnome \
--without-keyring
}

#mee_build() {
Expand All @@ -41,11 +59,10 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
start_cmd mv -v ${D}${DATAROOTDIR}/applications/{org.gnome.Evince-previewer,evince-previewer}.desktop
start_cmd mv -v ${D}${DATAROOTDIR}/applications/{org.gnome.Evince,evince}.desktop
mv -v ${D}${DATAROOTDIR}/applications/{org.gnome.Evince-previewer,evince-previewer}.desktop
mv -v ${D}${DATAROOTDIR}/applications/{org.gnome.Evince,evince}.desktop
for i in bg ca cs da de el en_GB es eu fi fr gl hu id it ja ko lv nl oc pl pt_BR ro ru sl sr sv te uk vi zh_CN zh_HK zh_TW; do
rm -rf ${D}/usr/share/help/${i}
done
Expand Down

0 comments on commit bc12ae2

Please sign in to comment.