[swell-foop] Remove .desktop.in.in and BugBuddy info



commit a47d159c06dfd989d4dae4ee67e8b5138a5a7a6b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 6 10:07:34 2013 -0500

    Remove .desktop.in.in and BugBuddy info

 configure.ac                  |    1 -
 data/Makefile.am              |    8 +++-----
 data/swell-foop.desktop.in    |   10 ++++++++++
 data/swell-foop.desktop.in.in |   14 --------------
 po/POTFILES.in                |    2 +-
 5 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ac17305..fc4941f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,6 @@ data/icons/Makefile
 data/themes/Makefile
 data/themes/colors/Makefile
 data/themes/shapesandcolors/Makefile
-data/swell-foop.desktop.in
 help/Makefile
 src/Makefile
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index 615b8f3..9c90649 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,9 +9,9 @@ swelldir=$(datadir)/swell-foop
 swell_DATA = \
     preferences.ui
 
-desktop_in_files = swell-foop.desktop.in.in
+desktop_in_files = swell-foop.desktop.in
 desktopdir = $(datadir)/applications
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
@@ -27,9 +27,7 @@ CLEANFILES = \
        $(desktop_DATA) \
        $(gsettings_SCHEMAS)
 
-DISTCLEANFILES = \
-       $(desktop_DATA) \
-       $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
 
 @INTLTOOL_SCHEMAS_RULE@
 
diff --git a/data/swell-foop.desktop.in b/data/swell-foop.desktop.in
new file mode 100644
index 0000000..5fedbec
--- /dev/null
+++ b/data/swell-foop.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Swell Foop
+_Comment=Clear the screen by removing groups of colored and shaped tiles
+_Keywords=game;logic;board;same;matching;
+Icon=swell-foop
+Exec=swell-foop
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3aaf1de..37cf4e8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,7 @@
 [encoding: UTF-8]
 data/org.gnome.swell-foop.gschema.xml.in
 [type: gettext/glade]data/preferences.ui
-data/swell-foop.desktop.in.in
+data/swell-foop.desktop.in
 src/game.vala
 src/game-view.vala
 src/swell-foop.vala


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