]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add evince 0.9.0 tarball bb, and set PV in evince_svn to be 0.9+srcdate
authorRoss Burton <ross@openedhand.com>
Tue, 15 May 2007 07:28:35 +0000 (07:28 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 15 May 2007 07:28:35 +0000 (07:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1722 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/evince/evince_0.9.0.bb [new file with mode: 0644]
meta-extras/packages/evince/evince_svn.bb

diff --git a/meta-extras/packages/evince/evince_0.9.0.bb b/meta-extras/packages/evince/evince_0.9.0.bb
new file mode 100644 (file)
index 0000000..ed5d318
--- /dev/null
@@ -0,0 +1,11 @@
+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"
index 5d7c15d519035c92e12bc9064ca1c9cf6c84838e..34bf26609ae46e4b153ee7893f14a0b19b8c8450 100644 (file)
@@ -3,6 +3,8 @@ LICENSE = "GPL"
 SECTION = "x11/office"
 DEPENDS = "gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring"
 
+PV = "0.9.0+svn${SRCDATE}"
+
 inherit gnome pkgconfig gtk-icon-cache
 
 SRC_URI = "svn://svn.gnome.org/svn/evince;module=trunk \