aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtkedit/files/gtkedit.desktop
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-10-30 21:42:26 +0300
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-03 16:51:15 +0100
commit8cc8cbb8d3f87fe037451494c5787ed14b60997a (patch)
tree9f4f2b6f79a6b9d5b34eb66ba3e70fec109ccff6 /recipes/gtkedit/files/gtkedit.desktop
parent149c6767459cdb9359238a07fe542f2767799498 (diff)
downloadopenembedded-8cc8cbb8d3f87fe037451494c5787ed14b60997a.tar.gz
gtkedit: Add gtkedit-1.0.0 recipe, a small gtk-1.2 based text editor.
* Added gtkedit.desktop gtkedit doesn't come with a Makefile, so do_compile and do_install are called manually. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/gtkedit/files/gtkedit.desktop')
-rw-r--r--recipes/gtkedit/files/gtkedit.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gtkedit/files/gtkedit.desktop b/recipes/gtkedit/files/gtkedit.desktop
new file mode 100644
index 0000000000..d008b53153
--- /dev/null
+++ b/recipes/gtkedit/files/gtkedit.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Text Editor
+Comment=Simple text editor
+Exec=gtkedit %f
+Icon=text-editor
+Terminal=false
+MimeType=text/plain
+Categories=Application;Utility;TextEditor;GTK;