wok-next view evince/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 6f5739796e82
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="evince"
4 VERSION="2.32.0"
5 CATEGORY="office"
6 SHORT_DESC="Document viewer for GNOME"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Evince"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
14 BUILD_DEPENDS="gnome-doc-utils docbook-xml libxml2-dev \
15 gnome-icon-theme gtk2-dev intltool lcms-dev util-linux-uuid-dev \
16 poppler-dev tiff-dev dbus-glib-dev xorg-dev lcms2-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="liblcms libpoppler libtiff dbus-glib glib util-linux-uuid"
20 TAGS_std="viewer pdf tiff ps postscript dvi"
22 compile_rules() {
23 export LDFLAGS="$LDFLAGS -lICE"
25 ./configure \
26 --prefix=/usr \
27 --libexecdir=/usr/lib/$PACKAGE \
28 --disable-nautilus \
29 --disable-scrollkeeper \
30 --disable-comics \
31 --without-gconf \
32 --without-keyring \
33 --disable-schemas-install \
34 --disable-gtk-doc-html \
35 --with-help-formats=none \
36 --disable-help \
37 $CONFIGURE_ARGS &&
38 fix libtool &&
39 make -j1 &&
40 make -j1 DESTDIR=$install install || return 1
42 install -Dm644 $stuff/evince.desktop $install/usr/share/applications/evince.desktop
43 }