[oe-commits] Thomas Zimmermann : xournal: add version 0.4.5 and include . desktop file from source. Fixes SHR bug #734

git version control git at git.openembedded.org
Tue Nov 24 15:02:56 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a12117346588829898e6a041a4432fb0370c0c76
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a12117346588829898e6a041a4432fb0370c0c76

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Tue Nov 24 13:56:39 2009 +0000

xournal: add version 0.4.5 and include .desktop file from source. Fixes SHR bug #734

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/checksums.ini               |    4 ++++
 recipes/xournal/xournal_0.4.5.bb |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index a2878ce..10ce619 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -30238,6 +30238,10 @@ sha256=bb797a384b9acb8209fea572934d1b1484c5de41f062fe152ae99962f52f98ea
 md5=b3d352d08e71606383c31da5790b8d60
 sha256=dff617ca33dc263caecb6afc5d42c109166ef2a1c0fe0afa070ff6691ea0e8d7
 
+[http://xournal.sourceforge.net/xournal-0.4.5.tar.gz]
+md5=795e4396ded2b67766eb2926be1fb4a9
+sha256=a7d7c2cb544451939779276e6e5ee5acc756bd0efb5253de15dc00bfe07755d1
+
 [http://xournal.sourceforge.net/xournal-0.4.tar.gz]
 md5=139ef3045c99dc5c07118b47ff9257e1
 sha256=4de076c38b4b64188d23821e7d7a0f6a26b1d6707e768dadda14eb69dcc84598
diff --git a/recipes/xournal/xournal_0.4.5.bb b/recipes/xournal/xournal_0.4.5.bb
new file mode 100644
index 0000000..747dfed
--- /dev/null
+++ b/recipes/xournal/xournal_0.4.5.bb
@@ -0,0 +1,19 @@
+HOMEPAGE = "http://xournal.sf.net/"
+DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
+DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
+# For pdftopnm:
+RDEPENDS = "poppler"
+SECTION = "x11"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
+           "
+
+inherit autotools pkgconfig
+
+# make desktop-install in Makefile is not useable for us, so just copy the .desktop file from source
+do_install_append () {
+	install -d ${D}${datadir}/applications/
+	install -m 0644 ${S}/xournal.desktop ${D}${datadir}/applications/
+}





More information about the Openembedded-commits mailing list