[gnome-chess] Remove the .desktop.in.in and BugBuddy info



commit 026f5d664af4107d68c73042fc76ca473ac09f74
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Sep 26 09:37:57 2013 -0500

    Remove the .desktop.in.in and BugBuddy info

 configure.ac                                       |    1 -
 data/Makefile.am                                   |    9 ++++-----
 data/{glchess.desktop.in.in => glchess.desktop.in} |    4 ----
 po/POTFILES.in                                     |    2 +-
 4 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9100c8b..d55c701 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,6 @@ data/pieces/3d/Makefile
 data/pieces/fancy/Makefile
 data/pieces/simple/Makefile
 data/textures/Makefile
-data/glchess.desktop.in
 help/Makefile
 po/Makefile.in
 src/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index c36627e..3d3e18a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,8 +1,8 @@
 SUBDIRS = icons pieces textures
 
 desktopdir = $(datadir)/applications
-desktop_in_files = glchess.desktop.in.in
-desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+desktop_in_files = glchess.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
@@ -30,12 +30,11 @@ check-local: $(appdata_DATA) $(desktop_DATA)
 
 EXTRA_DIST = \
        $(appdata_in_files) \
+       $(desktop_in_files) \
        $(gsettings_SCHEMAS)
 
 CLEANFILES = \
        $(appdata_DATA) \
-       glchess.desktop
-
-DISTCLEANFILES = glchess.desktop.in
+       $(desktop_DATA)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/glchess.desktop.in.in b/data/glchess.desktop.in
similarity index 67%
rename from data/glchess.desktop.in.in
rename to data/glchess.desktop.in
index 100baa8..0c47e00 100644
--- a/data/glchess.desktop.in.in
+++ b/data/glchess.desktop.in
@@ -11,7 +11,3 @@ StartupNotify=true
 Icon=gnome-chess
 MimeType=application/x-chess-pgn;
 GenericName=3D Chess Game
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-games
-X-GNOME-Bugzilla-Component=BugBuddyBugs
-X-GNOME-Bugzilla-Version= VERSION@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0a1b702..2464f92 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/glchess.desktop.in.in
+data/glchess.desktop.in
 data/gnome-chess.appdata.xml.in
 [type: gettext/glade]data/gnome-chess.ui
 [type: gettext/glade]data/menu.ui


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