[five-or-more] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Remove .desktop.in.in and BugBuddy info
- Date: Sat, 5 Oct 2013 14:49:09 +0000 (UTC)
commit b0fe073472dabc1dda6b95bd5141295968ab8a1f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 5 09:24:53 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 7 ++++---
data/glines.desktop.in | 10 ++++++++++
data/glines.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2be5a3b..04622fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,6 @@ Makefile
po/Makefile.in
data/Makefile
data/icons/Makefile
-data/glines.desktop.in
help/Makefile
src/Makefile
])
diff --git a/data/Makefile.am b/data/Makefile.am
index 1a1b820..6092f56 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,9 +22,9 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
man_MANS = five-or-more.6
-desktop_in_files = glines.desktop.in.in
+desktop_in_files = glines.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
@@ -33,11 +33,12 @@ appdata_DATA = five-or-more.appdata.xml
EXTRA_DIST = \
$(theme_DATA) \
$(appdata_DATA) \
+ $(desktop_in_files) \
$(gsettings_in_file) \
$(man_MANS) \
$(ui_DATA)
CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
-include $(top_srcdir)/git.mk
diff --git a/data/glines.desktop.in b/data/glines.desktop.in
new file mode 100644
index 0000000..bb53905
--- /dev/null
+++ b/data/glines.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Five or More
+_Comment=Remove colored balls from the board by forming lines
+_Keywords=game;strategy;logic;
+Exec=five-or-more
+Icon=five-or-more
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4b56fb6..e926c37 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/glines.desktop.in.in
+data/glines.desktop.in
[type: gettext/glade]data/five-or-more-preferences.ui
[type: gettext/glade]data/five-or-more.ui
[type: gettext/glade]data/menu.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]