[lightsoff] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lightsoff] Remove .desktop.in.in and BugBuddy info
- Date: Sat, 5 Oct 2013 19:59:04 +0000 (UTC)
commit 56905a097752ab728ac7623a1a40191aa52dd036
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 5 14:44:48 2013 -0500
Remove .desktop.in.in and BugBuddy info
configure.ac | 1 -
data/Makefile.am | 8 ++++----
data/lightsoff.desktop.in | 10 ++++++++++
data/lightsoff.desktop.in.in | 14 --------------
po/POTFILES.in | 2 +-
5 files changed, 15 insertions(+), 20 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f03199f..783d28c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,6 @@ AC_OUTPUT([
Makefile
po/Makefile.in
data/Makefile
-data/lightsoff.desktop.in
data/icons/Makefile
data/icons/hicolor/Makefile
data/icons/HighContrast/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index cda40a8..ba7be71 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,22 +14,22 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
-desktop_in_files = lightsoff.desktop.in.in
+desktop_in_files = lightsoff.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
appdata_DATA = lightsoff.appdata.xml
CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = \
$(appdata_DATA) \
$(lightsoff_DATA) \
$(gsettings_in_file) \
- $(desktop_in_file)
+ $(desktop_in_files)
check-local: $(appdata_DATA) $(desktop_DATA)
$(APPDATA_VALIDATE) $(appdata_DATA)
diff --git a/data/lightsoff.desktop.in b/data/lightsoff.desktop.in
new file mode 100644
index 0000000..ad3e05d
--- /dev/null
+++ b/data/lightsoff.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Lights Off
+_Comment=Turn off all the lights
+_Keywords=game;logic;board;tiles;adjacent;puzzle;
+Icon=lightsoff
+Exec=lightsoff
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;LogicGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4ef34b3..74c622a 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/lightsoff.desktop.in.in
+data/lightsoff.desktop.in
data/org.gnome.lightsoff.gschema.xml.in
src/board-view.vala
src/game-view.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]