[hamster-applet] renamed the desktop file to avoid mixups



commit 16fff28942e282e24dbbd45f8aab4e992575472c
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Jan 24 11:24:49 2010 +0000

    renamed the desktop file to avoid mixups

 configure.ac                                       |    2 +-
 data/.gitignore                                    |    4 ++--
 data/Makefile.am                                   |    6 +++---
 ...ktop.in.in => hamster-standalone.desktop.in.in} |    0
 4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c6d3539..b7bd73b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ data/art/Makefile
 po/Makefile.in
 ])
 AC_OUTPUT(
-data/hamster-applet.desktop.in
+data/hamster-standalone.desktop.in
 src/hamster/Makefile
 src/hamster/widgets/Makefile
 help/Makefile
diff --git a/data/.gitignore b/data/.gitignore
index cae78d2..0d449d5 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -1,4 +1,4 @@
 Hamster_Applet.server
 Hamster_Applet.server.in
-hamster-applet.desktop
-hamster-applet.desktop.in
+hamster-standalone.desktop
+hamster-standalone.desktop.in
diff --git a/data/Makefile.am b/data/Makefile.am
index fac0006..f73158d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,7 +11,7 @@ server_DATA = $(server_in_files:.server.in=.server)
 # Desktop file
 ################################################################################
 desktopdir = $(datadir)/applications
-desktop_in_files = hamster-applet.desktop.in
+desktop_in_files = hamster-standalone.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 @INTLTOOL_DESKTOP_RULE@
@@ -56,7 +56,7 @@ DISTCLEANFILES = \
 EXTRA_DIST = \
 	$(xml_in_files) \
 	Hamster_Applet.server.in.in \
-	hamster-applet.desktop.in.in \
+	hamster-standalone.desktop.in.in \
 	$(resources_DATA)
 
-CLEANFILES = hamster-applet.desktop
+CLEANFILES = hamster-standalone.desktop
diff --git a/data/hamster-applet.desktop.in.in b/data/hamster-standalone.desktop.in.in
similarity index 100%
rename from data/hamster-applet.desktop.in.in
rename to data/hamster-standalone.desktop.in.in



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