wok-next annotate evince/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 6f5739796e82 |
children |
rev | line source |
---|---|
pascal@20185 | 1 # SliTaz package receipt v2. |
erjo@4727 | 2 |
erjo@4727 | 3 PACKAGE="evince" |
slaxemulator@9357 | 4 VERSION="2.32.0" |
erjo@4727 | 5 CATEGORY="office" |
al@21080 | 6 SHORT_DESC="Document viewer for GNOME" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="https://wiki.gnome.org/Apps/Evince" |
al@20473 | 10 |
erjo@4727 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@12595 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" |
erjo@4727 | 13 |
al@20534 | 14 BUILD_DEPENDS="gnome-doc-utils docbook-xml libxml2-dev \ |
al@21017 | 15 gnome-icon-theme gtk2-dev intltool lcms-dev util-linux-uuid-dev \ |
pascal@20003 | 16 poppler-dev tiff-dev dbus-glib-dev xorg-dev lcms2-dev" |
al@21020 | 17 SPLIT="$PACKAGE-dev" |
monghitri@13986 | 18 |
al@21143 | 19 DEPENDS_std="liblcms libpoppler libtiff dbus-glib glib util-linux-uuid" |
al@21080 | 20 TAGS_std="viewer pdf tiff ps postscript dvi" |
al@21080 | 21 |
al@20473 | 22 compile_rules() { |
al@20555 | 23 export LDFLAGS="$LDFLAGS -lICE" |
al@20555 | 24 |
al@20473 | 25 ./configure \ |
al@20473 | 26 --prefix=/usr \ |
erjo@4727 | 27 --libexecdir=/usr/lib/$PACKAGE \ |
erjo@4727 | 28 --disable-nautilus \ |
erjo@4727 | 29 --disable-scrollkeeper \ |
erjo@4727 | 30 --disable-comics \ |
erjo@4727 | 31 --without-gconf \ |
erjo@4727 | 32 --without-keyring \ |
erjo@4727 | 33 --disable-schemas-install \ |
erjo@4727 | 34 --disable-gtk-doc-html \ |
erjo@4727 | 35 --with-help-formats=none \ |
samuel_trassare@11788 | 36 --disable-help \ |
erjo@4727 | 37 $CONFIGURE_ARGS && |
al@20569 | 38 fix libtool && |
al@20569 | 39 make -j1 && |
al@21020 | 40 make -j1 DESTDIR=$install install || return 1 |
pascal@20185 | 41 |
al@20473 | 42 install -Dm644 $stuff/evince.desktop $install/usr/share/applications/evince.desktop |
erjo@4727 | 43 } |