blob: 905ce519b8a65c32be2acec4f7c485a9ae1405a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Evince is simply a document viewer"
LICENSE = "GPL"
DEPENDS = "tiff espgs-native espgs poppler gtk+ libgnomeui libgnomeprint libgnomeprintui"
RDEPENDS = "espgs"
RRECOMMENDS = "gnome-vfs-plugin-file"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.3/${PN}-${PV}.tar.bz2 \
file://no-doc.patch;patch=1"
EXTRA_OECONF = "--disable-tiff"
inherit gnome pkgconfig
|