wok-next view evince/receipt @ rev 20647

Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 03 16:25:23 2018 +0300 (2018-05-03)
parents fb9d8c16e8db
children f48456621a9d
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="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/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 gtk+-dev intltool lcms-dev util-linux-uuid-dev \
16 poppler-dev tiff-dev dbus-glib-dev xorg-dev lcms2-dev"
17 SPLIT="evince-dev"
19 compile_rules() {
20 export LDFLAGS="$LDFLAGS -lICE"
22 ./configure \
23 --prefix=/usr \
24 --libexecdir=/usr/lib/$PACKAGE \
25 --disable-nautilus \
26 --disable-scrollkeeper \
27 --disable-comics \
28 --without-gconf \
29 --without-keyring \
30 --disable-schemas-install \
31 --disable-gtk-doc-html \
32 --with-help-formats=none \
33 --disable-help \
34 $CONFIGURE_ARGS &&
35 fix libtool &&
36 make -j1 &&
37 make -j1 DESTDIR=$DESTDIR install || return 1
39 install -Dm644 $stuff/evince.desktop $install/usr/share/applications/evince.desktop
40 }
42 genpkg_rules() {
43 case $PACKAGE in
44 evince)
45 copy @std
46 TAGS="viewer pdf tiff ps postscript dvi"
47 DEPENDS="lcms poppler tiff dbus-glib glib util-linux-uuid"
48 ;;
49 *-dev)
50 copy @dev
51 ;;
52 esac
53 }