[gnome-shell] data: Drop old bugzilla references in .desktop files



commit 27b927448b56459be920ad7c5c115c94d284c91c
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Dec 4 16:23:08 2019 +0100

    data: Drop old bugzilla references in .desktop files
    
    They are obsolete, and I don't think we have a gitlab replacement
    (plus the fields probably stopped being relevant when bug-buddy
    went out of fashion ages ago).
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/920

 data/gnome-shell-extension-prefs.desktop.in.in | 4 ----
 data/meson.build                               | 1 -
 data/org.gnome.Shell.desktop.in.in             | 4 ----
 3 files changed, 9 deletions(-)
---
diff --git a/data/gnome-shell-extension-prefs.desktop.in.in b/data/gnome-shell-extension-prefs.desktop.in.in
index 1b144c5bd3..6920487439 100644
--- a/data/gnome-shell-extension-prefs.desktop.in.in
+++ b/data/gnome-shell-extension-prefs.desktop.in.in
@@ -3,10 +3,6 @@ Type=Application
 Name=Shell Extensions
 Comment=Configure GNOME Shell Extensions
 Exec=@bindir@/gnome-shell-extension-prefs %u
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-shell
-X-GNOME-Bugzilla-Component=extensions
-X-GNOME-Bugzilla-Version=@VERSION@
 Categories=GNOME;GTK;
 OnlyShowIn=GNOME;
 NoDisplay=true
diff --git a/data/meson.build b/data/meson.build
index 88a61765f5..ee4b1abbf9 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -13,7 +13,6 @@ desktopconf = configuration_data()
 # We substitute in bindir so it works as an autostart
 # file when built in a non-system prefix
 desktopconf.set('bindir', bindir)
-desktopconf.set('VERSION', meson.project_version())
 desktopconf.set('systemd_hidden', have_systemd ? 'true' : 'false')
 
 foreach desktop_file : desktop_files
diff --git a/data/org.gnome.Shell.desktop.in.in b/data/org.gnome.Shell.desktop.in.in
index 1b46ef9447..59d1cd2fe9 100644
--- a/data/org.gnome.Shell.desktop.in.in
+++ b/data/org.gnome.Shell.desktop.in.in
@@ -3,10 +3,6 @@ Type=Application
 Name=GNOME Shell
 Comment=Window management and application launching
 Exec=@bindir@/gnome-shell
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-shell
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@
 Categories=GNOME;GTK;Core;
 OnlyShowIn=GNOME;
 NoDisplay=true


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