[gnome-panel] remove X-GNOME-Bugzilla from desktop file



commit 8edf6fea7eb5fe3b3a40be910f980a74aced6937
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Sep 30 14:17:28 2017 +0300

    remove X-GNOME-Bugzilla from desktop file

 gnome-panel/Makefile.am                            |    7 +------
 ...-panel.desktop.in.in => gnome-panel.desktop.in} |    4 ----
 po/POTFILES.in                                     |    2 +-
 po/POTFILES.skip                                   |    1 -
 4 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/gnome-panel/Makefile.am b/gnome-panel/Makefile.am
index 75a38e6..29ab315 100644
--- a/gnome-panel/Makefile.am
+++ b/gnome-panel/Makefile.am
@@ -207,13 +207,9 @@ panel-resources.h: panel.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourc
        $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate --c-name panel $<
 
 desktopdir = $(datadir)/applications
-desktop_in_in_files = gnome-panel.desktop.in.in
 desktop_in_files = gnome-panel.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
-%.desktop.in: %.desktop.in.in
-       $(AM_V_GEN) sed -e 's,[@]VERSION[@],$(VERSION),g' < $< > $@
-
 %.desktop: %.desktop.in
        $(AM_V_GEN) $(MSGFMT) --desktop --template $< -o $@-t \
                -d $(top_srcdir)/po && mv $@-t $@
@@ -221,13 +217,12 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 EXTRA_DIST =                                   \
        $(ui_FILES)                             \
        panel.gresource.xml                     \
-       $(desktop_in_in_files) \
+       $(desktop_in_files) \
        $(NULL)
 
 CLEANFILES = \
        $(BUILT_SOURCES) \
        $(sys_DATA) \
-       $(desktop_in_files) \
        $(desktop_DATA) \
        $(NULL)
 
diff --git a/gnome-panel/gnome-panel.desktop.in.in b/gnome-panel/gnome-panel.desktop.in
similarity index 77%
rename from gnome-panel/gnome-panel.desktop.in.in
rename to gnome-panel/gnome-panel.desktop.in
index decc0e8..ed1da1e 100644
--- a/gnome-panel/gnome-panel.desktop.in.in
+++ b/gnome-panel/gnome-panel.desktop.in
@@ -6,10 +6,6 @@ Comment=Launch other applications and provide various utilities to manage window
 Icon=gnome-panel
 Exec=gnome-panel
 Terminal=false
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-panel
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@
 Categories=GNOME;GTK;System;Core;
 OnlyShowIn=GNOME-Flashback;
 NoDisplay=true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c14cb13..eae5a94 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -12,7 +12,7 @@ data/org.gnome.gnome-panel.toplevel.gschema.xml
 gnome-panel/applet.c
 gnome-panel/button-widget.c
 gnome-panel/gnome-desktop-item-edit.c
-gnome-panel/gnome-panel.desktop.in.in
+gnome-panel/gnome-panel.desktop.in
 gnome-panel/gp-arrow-button.c
 gnome-panel/gp-properties-dialog.c
 gnome-panel/gp-properties-dialog.ui
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index ab627b0..0fb3682 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1,2 @@
 # List of source files that should *not* be translated.
 # Please keep this file sorted alphabetically.
-gnome-panel/gnome-panel.desktop.in


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