[gnome-tetravex] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex] Remove .desktop.in.in and BugBuddy info
- Date: Sun, 6 Oct 2013 15:46:19 +0000 (UTC)
commit 4ae6af674dd32e23c46d2e29052b6aaaaa063e56
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Oct 6 10:38:49 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 7 ++++---
data/gnome-tetravex.desktop.in | 10 ++++++++++
data/gnome-tetravex.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 42e0081..76a809e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,6 @@ data/Makefile
data/icons/Makefile
data/icons/hicolor/Makefile
data/icons/HighContrast/Makefile
-data/gnome-tetravex.desktop.in
help/Makefile
src/Makefile
])
diff --git a/data/Makefile.am b/data/Makefile.am
index d384122..22f1a83 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,9 +3,9 @@ SUBDIRS = icons
uidir = $(datadir)/gnome-tetravex
ui_DATA = gnome-tetravex.ui
-desktop_in_files = gnome-tetravex.desktop.in.in
+desktop_in_files = gnome-tetravex.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
@@ -20,12 +20,13 @@ man_MANS = gnome-tetravex.6
EXTRA_DIST = \
$(appdata_DATA) \
+ $(desktop_in_files) \
$(ui_DATA) \
$(gsettings_in_file) \
$(man_MANS)
CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
check-local: $(appdata_DATA) $(desktop_DATA)
$(APPDATA_VALIDATE) $(appdata_DATA)
diff --git a/data/gnome-tetravex.desktop.in b/data/gnome-tetravex.desktop.in
new file mode 100644
index 0000000..7d05bbb
--- /dev/null
+++ b/data/gnome-tetravex.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Tetravex
+_Comment=Complete the puzzle by matching numbered tiles
+_Keywords=game;logic;board;
+Exec=gnome-tetravex
+Icon=gnome-tetravex
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 378071b..ed7746c 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/gnome-tetravex.desktop.in.in
+data/gnome-tetravex.desktop.in
[type: gettext/glade]data/gnome-tetravex.ui
data/org.gnome.tetravex.gschema.xml.in
src/gnome-tetravex.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]