[four-in-a-row] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Remove .desktop.in.in and BugBuddy info
- Date: Sat, 5 Oct 2013 15:04:12 +0000 (UTC)
commit ae2679372c5d2e7e35ae094d2cf320419d9e59cc
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 5 09:53:52 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 9 ++++-----
data/gnect.desktop.in | 10 ++++++++++
data/gnect.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 15 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ac5ccfb..6e752be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@ data/Makefile
data/icons/Makefile
data/icons/hicolor/Makefile
data/icons/HighContrast/Makefile
-data/gnect.desktop.in
help/Makefile
src/Makefile
])
diff --git a/data/Makefile.am b/data/Makefile.am
index 4177c22..2feebb0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,9 +27,10 @@ sounds_DATA = \
velenadir = $(datadir)/four-in-a-row
velena_DATA = white_ob.cn4.gz
-desktop_in_files = gnect.desktop.in.in
desktopdir = $(datadir)/applications
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_in_files = gnect.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
appdatadir = $(datadir)/appdata
appdata_DATA = four-in-a-row.appdata.xml
@@ -45,12 +46,10 @@ EXTRA_DIST = $(pixmap_DATA) \
$(man_MANS)
CLEANFILES = $(gsettings_SCHEMAS) $(desktop_DATA)
-DISTCLEANFILES = $(gsettings_SCHEMAS) $(desktop_DATA)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
check-local: $(appdata_DATA) $(desktop_DATA)
$(APPDATA_VALIDATE) $(appdata_DATA)
$(DESKTOP_FILE_VALIDATE) $(desktop_DATA)
- INTLTOOL_DESKTOP_RULE@
-
-include $(top_srcdir)/git.mk
diff --git a/data/gnect.desktop.in b/data/gnect.desktop.in
new file mode 100644
index 0000000..9203a65
--- /dev/null
+++ b/data/gnect.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Icon=four-in-a-row
+_Name=Four-in-a-Row
+_Comment=Make lines of the same color to win
+_Keywords=game;strategy;logic;
+Exec=four-in-a-row
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4142198..64df853 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/gnect.desktop.in.in
+data/gnect.desktop.in
data/org.gnome.four-in-a-row.gschema.xml.in
src/games-controls.c
src/games-stock.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]