[gnome-nibbles] Remove .desktop.in.in and BugBuddy info



commit f37ec003da94436eef3bba7e6b00f8ac7355ae24
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 6 09:26:29 2013 -0500

    Remove .desktop.in.in and BugBuddy info

 configure.ac                |    1 -
 data/Makefile.am            |    7 ++++---
 data/gnibbles.desktop.in    |   10 ++++++++++
 data/gnibbles.desktop.in.in |   14 --------------
 po/POTFILES.in              |    2 +-
 5 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1ae6d11..d9433df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,6 @@ data/icons/hicolor/Makefile
 data/icons/HighContrast/Makefile
 data/levels/Makefile
 data/pix/Makefile
-data/gnibbles.desktop.in
 help/Makefile
 src/Makefile
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index 33a4133..e074364 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,8 +17,8 @@ sounds_DATA = \
        teleport.ogg
 
 desktopdir=$(datadir)/applications
-desktop_in_files = gnibbles.desktop.in.in
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_in_files = gnibbles.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
@@ -28,12 +28,13 @@ man_MANS = gnome-nibbles.6
 
 EXTRA_DIST = \
        $(appdata_DATA) \
+       $(desktop_in_files) \
        $(sounds_DATA) \
        $(gsettings_in_file) \
        $(man_MANS)
 
 CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
 
 install-exec-hook:
        -if test "$(setgid)" = "true"; then \
diff --git a/data/gnibbles.desktop.in b/data/gnibbles.desktop.in
new file mode 100644
index 0000000..24e84d9
--- /dev/null
+++ b/data/gnibbles.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Nibbles
+_Comment=Guide a worm around a maze
+_Keywords=game;snake;board;
+Exec=gnome-nibbles
+Icon=gnome-nibbles
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;ArcadeGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e498594..9cfd36b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this file in alphabetical order.
 [encoding: UTF-8]
-data/gnibbles.desktop.in.in
+data/gnibbles.desktop.in
 data/org.gnome.nibbles.gschema.xml.in
 src/board.c
 src/games-controls.c


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