Skip to content

evince: update to 3.35.1 #1663

Merged
merged 1 commit into from
Feb 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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