[gnome-sudoku] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] Remove .desktop.in.in and BugBuddy info
- Date: Tue, 1 Oct 2013 01:00:19 +0000 (UTC)
commit 2195add95d791f2a988b96fd583379f6e03f828a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Sep 30 19:37:05 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 5 ++---
data/gnome-sudoku.desktop.in | 11 +++++++++++
data/gnome-sudoku.desktop.in.in | 15 ---------------
po/POTFILES.in | 2 +-
5 files changed, 14 insertions(+), 20 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da4cd9a..dcf616d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,6 @@ data/Makefile
data/icons/Makefile
data/icons/hicolor/Makefile
data/icons/HighContrast/Makefile
-data/gnome-sudoku.desktop.in
help/Makefile
src/Makefile
src/lib/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 8d49448..2e4cb9a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,8 +6,8 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
@GSETTINGS_RULES@
desktopdir = $(datadir)/applications
-desktop_in_files = gnome-sudoku.desktop.in.in
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_in_files = gnome-sudoku.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
appdatadir = $(datadir)/appdata
@@ -45,7 +45,6 @@ CLEANFILES = \
$(gsettings_SCHEMAS)
DISTCLEANFILES = \
- $(desktop_DATA) \
$(gsettings_SCHEMAS)
-include $(top_srcdir)/git.mk
diff --git a/data/gnome-sudoku.desktop.in b/data/gnome-sudoku.desktop.in
new file mode 100644
index 0000000..4adda84
--- /dev/null
+++ b/data/gnome-sudoku.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+_Name=Sudoku
+_Comment=Test your logic skills in this number grid puzzle
+_Keywords=game;board;tiles;japanese;
+Exec=gnome-sudoku
+Icon=gnome-sudoku
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
+Version=1.0
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 78127a8..a1bdfbe 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-sudoku.desktop.in.in
+data/gnome-sudoku.desktop.in
data/org.gnome.gnome-sudoku.gschema.xml.in
[type: gettext/glade]data/print_games.ui
[type: gettext/glade]data/select_game.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]