[iagno] Remove .desktop.in.in and BugBuddy info



commit 0c7406beaed75d6cae3afd60a67061a7b22cbc40
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 5 10:10:05 2013 -0500

    Remove .desktop.in.in and BugBuddy info

 configure.ac             |    1 -
 data/Makefile.am         |   14 +++++++-------
 data/iagno.desktop.in    |   10 ++++++++++
 data/iagno.desktop.in.in |   14 --------------
 po/POTFILES.in           |    2 +-
 5 files changed, 18 insertions(+), 23 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a69428a..f8b8942 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,6 @@ Makefile
 po/Makefile.in
 data/Makefile
 data/icons/Makefile
-data/iagno.desktop.in
 help/Makefile
 src/Makefile
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index b187b90..388f457 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,9 +19,10 @@ sounds_DATA = \
        flip-piece.ogg \
        gameover.ogg
 
-Gamesdir = $(datadir)/applications
-Games_in_files = iagno.desktop.in.in
-Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
+desktopdir = $(datadir)/applications
+desktop_in_files = iagno.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
 appdata_files = iagno.appdata.xml
@@ -38,12 +39,11 @@ EXTRA_DIST = \
        $(theme_DATA) \
        $(sounds_DATA) \
        $(appdata_files) \
+       $(desktop_in_files) \
        $(gsettings_in_file) \
        $(man_MANS)
 
-CLEANFILES = $(Games_DATA) $(gsettings_SCHEMAS)
-DISTCLEANFILES = $(Games_DATA) $(gsettings_SCHEMAS)
-
- INTLTOOL_DESKTOP_RULE@
+CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(gsettings_SCHEMAS)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/iagno.desktop.in b/data/iagno.desktop.in
new file mode 100644
index 0000000..474d948
--- /dev/null
+++ b/data/iagno.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Icon=iagno
+_Name=Iagno
+_Comment=Dominate the board in a classic version of Reversi
+_Keywords=othello;
+Exec=iagno
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;BoardGame;
+StartupNotify=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index afad3ab..5cc1e83 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/iagno.desktop.in.in
+data/iagno.desktop.in
 [type: gettext/glade]data/iagno.ui
 data/org.gnome.iagno.gschema.xml.in
 src/computer-player.vala


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]