diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-17 11:39:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-17 11:39:48 +0200 |
commit | 3ac4bce80157a1a72d2f8e158956525c9567b236 (patch) | |
tree | 48b015bde6fe6a6b1fc5837ba6e54796a02ad433 /recipes/gnome | |
parent | 402f1f697406d4d1a844a6c6b7736435053d69c6 (diff) |
gnote: add 0.5.0
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnote_0.5.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gnome/gnote_0.5.0.bb b/recipes/gnome/gnote_0.5.0.bb new file mode 100644 index 0000000000..cc11022b7c --- /dev/null +++ b/recipes/gnome/gnote_0.5.0.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Note taking application" +LICENSE = "GPL" + +DEPENDS = "libpcre libgnomeui gconf-dbus gtkmm boost" + +inherit gnome + +FILES_${PN}-dbg += "${libdir}/gnote/*/*/.debug" |