summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorross <ross@b067294f-1dea-0310-9683-c47a78595994>2005-01-25 17:40:23 +0000
committerross <ross@b067294f-1dea-0310-9683-c47a78595994>2005-01-25 17:40:23 +0000
commitefdeb1b636f1954e17f5dd334fdf65f44ff90c3e (patch)
treeee9bf356bd2c3c113baa089a2899a918ceff97b1
parent76626f52a6bedbdbcf7aecf6814db4b6eed7b77f (diff)
Add a desktop file
git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1046 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am2
-rw-r--r--data/xoo.desktop9
3 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e59c700..00b032e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-25 Ross Burton <ross@burtonini.com>
+
+ * data/Makefile.am:
+ * data/xoo.desktop:
+ Added .desktop file
+
2005-01-12 mallum,,, <mallum@openedhand.com>
* website/default.css:
diff --git a/data/Makefile.am b/data/Makefile.am
index d158b1b..292a8db 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,3 +6,5 @@ device_DATA = ipaq3800.xml ipaq3800.png dot.png
uidir = $(pkgdatadir)
ui_DATA = Xoo.glade
+desktopdir = $(datadir)/applications
+desktop_DATA = xoo.desktop
diff --git a/data/xoo.desktop b/data/xoo.desktop
new file mode 100644
index 0000000..62e0f9b
--- /dev/null
+++ b/data/xoo.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Xoo
+Comment=Handheld Device Simulator
+Exec=xoo
+Terminal=false
+Type=Application
+Categories=GNOME;Application;Development;
+StartupNotify=true