[gnome-robots] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots] Remove .desktop.in.in and BugBuddy info
- Date: Sun, 6 Oct 2013 15:06:10 +0000 (UTC)
commit 75400c4399f0016a04c0006004928d2524aabe46
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Oct 6 09:58:14 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 12 ++++++------
data/gnobots2.desktop.in | 10 ++++++++++
data/gnobots2.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 17 insertions(+), 22 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 47229d5..556dc4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,6 @@ data/Makefile
data/icons/Makefile
data/icons/hicolor/Makefile
data/icons/HighContrast/Makefile
-data/gnobots2.desktop.in
help/Makefile
src/Makefile
])
diff --git a/data/Makefile.am b/data/Makefile.am
index 4c8a919..96e586a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -51,9 +51,9 @@ config_DATA = robots2.cfg \
robots_with_safe_teleport.cfg \
nightmare.cfg
-Gamesdir = $(datadir)/applications
-Games_in_files = gnobots2.desktop.in.in
-Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
+desktopdir = $(datadir)/applications
+desktop_in_files = gnobots2.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
appdatadir = $(datadir)/appdata
@@ -87,13 +87,13 @@ EXTRA_DIST = $(cursor_files) \
$(pixmap_DATA) \
$(sounds_DATA) \
$(theme_DATA) \
- $(Games_DATA) \
+ $(desktop_in_files) \
$(config_DATA) \
$(gsettings_in_file) \
$(man_MANS)
-CLEANFILES = $(Games_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(Games_DATA) $(gsettings_SCHEMAS)
+CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
check-local: $(appdata_DATA) $(desktop_DATA)
$(APPDATA_VALIDATE) $(appdata_DATA)
diff --git a/data/gnobots2.desktop.in b/data/gnobots2.desktop.in
new file mode 100644
index 0000000..4890b12
--- /dev/null
+++ b/data/gnobots2.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Robots
+_Comment=Avoid the robots and make them crash into each other
+_Keywords=game;arcade;teleport;
+Exec=gnome-robots
+Icon=gnome-robots
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;ArcadeGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2a71478..06aed6c 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/gnobots2.desktop.in.in
+data/gnobots2.desktop.in
data/org.gnome.robots.gschema.xml.in
src/game.c
src/games-controls.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]