diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-07-10 23:18:21 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-07-10 23:18:21 +0000 |
commit | 0aad8b50511c04a4dfda2b43d4e450c3b4b9a9fb (patch) | |
tree | dbcd615e586c1c3afaf7712ac3915e0a363790c7 /packages/evince | |
parent | ae988107e071274eb49f0b6b6c128f5be8c8390e (diff) |
evince_0.9.2.bb : version bump
Diffstat (limited to 'packages/evince')
-rw-r--r-- | packages/evince/evince_0.9.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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" + |