---
 recipes/xournal/xournal_0.4.5.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 recipes/xournal/xournal_0.4.5.bb

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/
+}
-- 
1.6.5.3

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to