[dconf-editor] build: Remove X-GNOME-Bugzilla stuff



commit 11bb65e1f549f2fcd2b83a0bcc368c8828ac0b98
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Jul 13 19:15:45 2017 +0200

    build: Remove X-GNOME-Bugzilla stuff
    
    The X-GNOME-Bugzilla stuff was used by Bug-Buddy, that was the
    bug reporting tool in the GNOME 2 era.
    
    This patch removes that stuff, and also simplifies the desktop
    file generation process.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784921

 editor/Makefile.am                      |    8 +-------
 editor/ca.desrt.dconf-editor.desktop.in |    2 ++
 2 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/editor/Makefile.am b/editor/Makefile.am
index f69efc9..37d5753 100644
--- a/editor/Makefile.am
+++ b/editor/Makefile.am
@@ -61,13 +61,7 @@ desktop_in_files = ca.desrt.dconf-editor.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 ca.desrt.dconf-editor.desktop: ca.desrt.dconf-editor.desktop.in
-       $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@.tmp && \
-                  (echo 'Icon=dconf-editor'; \
-                   echo 'X-GNOME-Bugzilla-Bugzilla=GNOME'; \
-                   echo 'X-GNOME-Bugzilla-Product=dconf-editor'; \
-                   echo 'X-GNOME-Bugzilla-Component=general'; \
-                   echo 'X-GNOME-Bugzilla-Version='$(VERSION)) >> $@.tmp && \
-                  mv $@.tmp $@
+       $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
 
 dbusservicedir = $(datadir)/dbus-1/services
 dbusservice_DATA = ca.desrt.dconf-editor.service
diff --git a/editor/ca.desrt.dconf-editor.desktop.in b/editor/ca.desrt.dconf-editor.desktop.in
index 0f827d8..317e2a7 100644
--- a/editor/ca.desrt.dconf-editor.desktop.in
+++ b/editor/ca.desrt.dconf-editor.desktop.in
@@ -10,3 +10,5 @@ Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;System;
 DBusActivatable=true
+# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
+Icon=dconf-editor


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