aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-09-07 09:44:10 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-09-07 09:44:10 +0000
commita8543e0eb9b23051fb42d4f67928bcb1245becbf (patch)
tree1a347006decd902a7efea0c4017d28f80096c01b /packages
parent1eaac97897027aa22c6bd93c16ad00d55b85e471 (diff)
downloadopenembedded-a8543e0eb9b23051fb42d4f67928bcb1245becbf.tar.gz
xournal/xournal_0.4.0.1.bb : version bump, bugfix release
Diffstat (limited to 'packages')
-rw-r--r--packages/xournal/xournal_0.4.0.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xournal/xournal_0.4.0.1.bb b/packages/xournal/xournal_0.4.0.1.bb
new file mode 100644
index 0000000000..5a8a1b74b7
--- /dev/null
+++ b/packages/xournal/xournal_0.4.0.1.bb
@@ -0,0 +1,17 @@
+HOMEPAGE = "http://xournal.sf.net/"
+DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
+DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
+SECTION = "x11"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
+ file://xournal.desktop"
+
+inherit autotools pkgconfig
+
+do_install_append () {
+ install -d ${D}${datadir}/applications/
+ install -m 0644 ${WORKDIR}/xournal.desktop ${D}${datadir}/applications/
+}
+