[gnome-system-monitor] desktop: Remove obsolete Bugzilla entries



commit 022d455fb33bc4cec641f90c18fd777e1ae9fe29
Author: Jake Dane <3689-jakedane users noreply gitlab gnome org>
Date:   Sun Sep 11 07:12:28 2022 +0000

    desktop: Remove obsolete Bugzilla entries
    
    The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2
    technology that's been gone for over a decade. These entries are
    obsolete and can be removed.

 ...monitor-kde.desktop.in.in => gnome-system-monitor-kde.desktop.in | 4 ----
 ...-system-monitor.desktop.in.in => gnome-system-monitor.desktop.in | 4 ----
 meson.build                                                         | 6 +-----
 3 files changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/gnome-system-monitor-kde.desktop.in.in b/gnome-system-monitor-kde.desktop.in
similarity index 80%
rename from gnome-system-monitor-kde.desktop.in.in
rename to gnome-system-monitor-kde.desktop.in
index 23435234..40b0a309 100644
--- a/gnome-system-monitor-kde.desktop.in.in
+++ b/gnome-system-monitor-kde.desktop.in
@@ -10,9 +10,5 @@ Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;System;Monitor;
 OnlyShowIn=KDE;
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=system-monitor
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=Monitor;System;Process;CPU;Memory;Network;History;Usage;
diff --git a/gnome-system-monitor.desktop.in.in b/gnome-system-monitor.desktop.in
similarity index 81%
rename from gnome-system-monitor.desktop.in.in
rename to gnome-system-monitor.desktop.in
index c6998c2e..c9fbfe84 100644
--- a/gnome-system-monitor.desktop.in.in
+++ b/gnome-system-monitor.desktop.in
@@ -10,9 +10,5 @@ Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;System;Monitor;
 NotShowIn=KDE;
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=system-monitor
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=Monitor;System;Process;CPU;Memory;Network;History;Usage;Performance;Task;Manager;Activity;
diff --git a/meson.build b/meson.build
index d5321de4..c82cfbe5 100644
--- a/meson.build
+++ b/meson.build
@@ -129,11 +129,7 @@ foreach file : [
     'gnome-system-monitor-kde.desktop',
   ]
   desktop_files += i18n.merge_file(
-    input : configure_file(
-      configuration: dataconf,
-      input : file + '.in.in',
-      output: file + '.in'
-    ),
+    input : file + '.in',
     output: file,
     po_dir: 'po',
     type: 'desktop',


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