From: Graeme Gregory Date: Tue, 10 Jul 2007 23:18:21 +0000 (+0000) Subject: evince_0.9.2.bb : version bump X-Git-Tag: Release-2010-05/1~8868^2~176^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aad8b50511c04a4dfda2b43d4e450c3b4b9a9fb;p=openembedded.git evince_0.9.2.bb : version bump --- diff --git a/packages/evince/evince_0.9.2.bb b/packages/evince/evince_0.9.2.bb new file mode 100644 index 0000000000..64e2e41275 --- /dev/null +++ b/packages/evince/evince_0.9.2.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 = "r1" + +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" +