blob: 193ae3c0d00fb3e834ab0b9c96f48aa420fd0582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Evince is simply a document viewer"
LICENSE = ""
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
|