aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/evince/evince_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/evince/evince_0.9.0.bb')
-rw-r--r--recipes/evince/evince_0.9.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/evince/evince_0.9.0.bb b/recipes/evince/evince_0.9.0.bb
new file mode 100644
index 0000000000..815b30e5eb
--- /dev/null
+++ b/recipes/evince/evince_0.9.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu."
+LICENSE = "GPL"
+SECTION = "x11/office"
+DEPENDS = "tiff 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;patch=1;pnum=0 \
+ file://no-help-dir.patch;patch=1"
+
+EXTRA_OECONF = "--without-libgnome --disable-thumbnailer --disable-scrollkeeper"
+