From 27b927448b56459be920ad7c5c115c94d284c91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 4 Dec 2019 16:23:08 +0100 Subject: [PATCH] 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 1b144c5bd..692048743 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 88a61765f..ee4b1abbf 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 1b46ef944..59d1cd2fe 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