aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/evince/evince_0.9.2.bb
blob: d3487a0b3485fe1cc4c902a355ef7b491ea944bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu."
LICENSE = "GPL"
SECTION = "x11/office"
DEPENDS = "tiff djvulibre libxt espgs gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring "
RDEPENDS = "espgs "
RRECOMMENDS = "gnome-vfs-plugin-file"
PR = "r2"

inherit gnome pkgconfig gtk-icon-cache

SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.9/${PN}-${PV}.tar.bz2 \
           file://no-icon-theme.diff;striplevel=0 \
           file://no-help-dir.patch"

EXTRA_OECONF = " --without-libgnome \
                 --disable-thumbnailer \
		 --disable-scrollkeeper \
		 --enable-djvu \
		 "


SRC_URI[md5sum] = "defd7e5f9e8299da9d65b0ad025ccfac"
SRC_URI[sha256sum] = "aab3a4c14612664edfee07b305994d375843be998c5154058458a7afe886a179"