[ease] Fix ease.desktop.in.in



commit f8f8968883c607da01fdbe960474aa3b0c0e8dcf
Author: Nate Stedman <natesm gmail com>
Date:   Sun Aug 8 00:12:05 2010 -0400

    Fix ease.desktop.in.in

 Makefile.am             |    1 +
 data/ease.desktop.in.in |   12 ++++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c5d3d92..770d4b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,7 @@ potfiles:
 	echo "# List of source files which contain translatable strings." > po/POTFILES.in
 	echo "[encoding: UTF-8]" >> po/POTFILES.in
 	echo "data/ease.desktop.in" >> po/POTFILES.in
+	echo "data/ease.desktop.in.in" >> po/POTFILES.in
 	ls ease-core | grep ease- | grep .vala | sed "s/ease/ease-core\/ease/g" >> po/POTFILES.in
 	ls ease | grep ease- | grep .vala | sed "s/ease/ease\/ease/g" >> po/POTFILES.in
 	ls data/ui | while read line; do echo "data/ui/$$line" >> po/POTFILES.in; done
diff --git a/data/ease.desktop.in.in b/data/ease.desktop.in.in
new file mode 100644
index 0000000..718ff34
--- /dev/null
+++ b/data/ease.desktop.in.in
@@ -0,0 +1,12 @@
+[Desktop Entry]
+_Name=Ease Presentation Editor
+_Comment=Create nice and elegant presentations
+Exec=ease
+Icon=ease
+Type=Application
+Categories=Office;
+Terminal=false
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=ease
+X-GNOME-Bugzilla-Component=general



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]