[gnome-klotski] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski] Remove .desktop.in.in and BugBuddy info
- Date: Sat, 5 Oct 2013 19:12:04 +0000 (UTC)
commit 751da5b74004c35d0bf28a1a5b4e02b531405896
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 5 13:50:00 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 6 +++---
data/gnotski.desktop.in | 10 ++++++++++
data/gnotski.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 14 insertions(+), 19 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 14b7869..2b722b9 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/gnotski.desktop.in
help/Makefile
src/Makefile
])
diff --git a/data/Makefile.am b/data/Makefile.am
index 2d1d98f..dcbd99c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -12,8 +12,8 @@ pixmap_DATA = \
gnome-klotski.svg
desktopdir = $(datadir)/applications
-desktop_in_files = gnotski.desktop.in.in
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_in_files = gnotski.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
appdatadir = $(datadir)/appdata
@@ -27,7 +27,7 @@ EXTRA_DIST = \
$(pixmap_DATA)
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/gnotski.desktop.in b/data/gnotski.desktop.in
new file mode 100644
index 0000000..d78a81e
--- /dev/null
+++ b/data/gnotski.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Klotski
+_Comment=Slide blocks to solve the puzzle
+_Keywords=game;strategy;logic;move;
+Exec=gnome-klotski
+Icon=gnome-klotski
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9a02161..aee03a5 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/gnotski.desktop.in.in
+data/gnotski.desktop.in
data/org.gnome.klotski.gschema.xml.in
src/gnome-klotski.vala
src/puzzle-view.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]