mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1722 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
421 B
BlitzBasic
12 lines
421 B
BlitzBasic
DESCRIPTION = "Evince is a document viewer for document formats like PDF, PS, DjVu."
|
|
LICENSE = "GPL"
|
|
SECTION = "x11/office"
|
|
DEPENDS = "gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring"
|
|
|
|
inherit gnome pkgconfig gtk-icon-cache
|
|
|
|
SRC_URI = "${GNOME_MIRROR}/${PN}/0.9/${PN}-${PV}.tar.bz2 \
|
|
file://no-icon-theme.diff;patch=1;pnum=0"
|
|
|
|
EXTRA_OECONF = "--without-libgnome --disable-thumbnailer"
|