[tali] Remove .desktop.in.in and BugBuddy info
- From: Michael Catanzaro <mcatanzaro src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [tali] Remove .desktop.in.in and BugBuddy info
 
- Date: Sun,  6 Oct 2013 15:38:09 +0000 (UTC)
 
commit f30e5e85cb0f157028ef5593ee5333b96f141197
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 6 10:30:52 2013 -0500
    Remove .desktop.in.in and BugBuddy info
 configure.ac             |    1 -
 data/Makefile.am         |   11 ++++++-----
 data/gtali.desktop.in    |   10 ++++++++++
 data/gtali.desktop.in.in |   14 --------------
 po/POTFILES.in           |    2 +-
 5 files changed, 17 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cc92af1..ad9cdb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,6 @@ Makefile
 po/Makefile.in
 data/Makefile
 data/icons/Makefile
-data/gtali.desktop.in
 help/Makefile
 src/Makefile
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index 696f0ba..485082d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -24,9 +24,9 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
 
 man_MANS = tali.6
 
-gamesdir = $(datadir)/applications
-games_in_files = gtali.desktop.in.in
-games_DATA = $(games_in_files:.desktop.in.in=.desktop)
+desktopdir = $(datadir)/applications
+desktop_in_files = gtali.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
@@ -34,12 +34,13 @@ appdata_DATA = tali.appdata.xml
 
 EXTRA_DIST = \
        $(appdata_DATA) \
+       $(desktop_in_files) \
        $(gsettings_in_file) \
        $(man_MANS) \
        $(pixmap_DATA)
 
-CLEANFILES = $(games_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(games_DATA) $(gsettings_SCHEMAS)
+CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
 
 check-local: $(appdata_DATA) $(desktop_DATA)
        $(APPDATA_VALIDATE) $(appdata_DATA)
diff --git a/data/gtali.desktop.in b/data/gtali.desktop.in
new file mode 100644
index 0000000..fe7d9a7
--- /dev/null
+++ b/data/gtali.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+_Name=Tali
+_Comment=Beat the odds in a poker-style dice game
+_Keywords=yahtzee;
+Exec=tali
+Icon=tali
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;CardGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ae41842..9ae820a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,8 +1,8 @@
 # List of source files containing translatable strings.
 # Please keep this file in alphabetical order.
 [encoding: UTF-8]
+data/gtali.desktop.in
 data/org.gnome.tali.gschema.xml.in
-data/gtali.desktop.in.in
 src/clist.c
 src/games-scores-dialog.c
 src/games-stock.c
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]