From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/leafpad/files/leafpad.desktop | 11 +++++++++++ recipes/leafpad/files/leafpad.png | Bin 0 -> 1950 bytes 2 files changed, 11 insertions(+) create mode 100644 recipes/leafpad/files/leafpad.desktop create mode 100644 recipes/leafpad/files/leafpad.png (limited to 'recipes/leafpad/files') diff --git a/recipes/leafpad/files/leafpad.desktop b/recipes/leafpad/files/leafpad.desktop new file mode 100644 index 0000000000..0e582794ea --- /dev/null +++ b/recipes/leafpad/files/leafpad.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Notes +Exec=/usr/bin/leafpad +Icon=leafpad.png +Terminal=false +Type=Application +Categories=Utility;PIM; +SingleInstance=true +StartupNotify=true + diff --git a/recipes/leafpad/files/leafpad.png b/recipes/leafpad/files/leafpad.png new file mode 100644 index 0000000000..c5ee0cff85 Binary files /dev/null and b/recipes/leafpad/files/leafpad.png differ -- cgit v1.2.3