[ease] Move the .desktop file to a separate data/ directory



commit 7b5393cf1b29035a3371d677f4346fcdbf2c1a66
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Thu May 27 16:04:01 2010 +0200

    Move the .desktop file to a separate data/ directory

 Makefile.am                       |    4 ++--
 ease.desktop => data/ease.desktop |    4 ++--
 po/POTFILES.in                    |    1 +
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6d8e166..1252911 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ ease_LDADD = \
 	$(EASE_LIBS) \
 	$(NULL)
 
-EXTRA_DIST = config.rpath m4/ChangeLog ease.desktop  \
+EXTRA_DIST = config.rpath m4/ChangeLog data/ease.desktop  \
 	$(NULL)
 
 DISTCLEANFILES = \
@@ -72,4 +72,4 @@ DISTCLEANFILES = \
 ACLOCAL_AMFLAGS = -I m4
 
 Applicationsdir = /usr/share/applications
-Applications_DATA = ease.desktop
+Applications_DATA = data/ease.desktop
diff --git a/ease.desktop b/data/ease.desktop
similarity index 50%
rename from ease.desktop
rename to data/ease.desktop
index 860b391..910fb87 100644
--- a/ease.desktop
+++ b/data/ease.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=Ease
-Comment=A Desktop Presentation Application
+Name=Ease presentation editor
+Comment=Create nice and elegant presentations
 Exec=ease
 Type=Application
 Categories=Office;
diff --git a/po/POTFILES.in b/po/POTFILES.in
index beb41b1..3a8d565 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
 # List of source files which contain translatable strings.
 [encoding: UTF-8]
+data/ease.desktop
 src/Actor.vala
 src/Document.vala
 src/EditorEmbed.vala



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