[rygel] desktop: Remove obsolete Bugzilla entries



commit 26058bbc44374547f493532791b93e514000bb30
Author: Jake Dane <3689-jakedane users noreply gitlab gnome org>
Date:   Sun Sep 11 09:15:58 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.

 data/meson.build                                             | 12 ++----------
 ...references.desktop.in.in => rygel-preferences.desktop.in} |  4 ----
 data/{rygel.desktop.in.in => rygel.desktop.in}               |  4 ----
 3 files changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 76fea3be..1b24a8c5 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -43,22 +43,14 @@ if not (get_option('systemd-user-units-dir') == 'off')
                    install_dir : systemd_user_unit_dir)
 endif
 
-rygel_desktop_preferences_in = configure_file(input: 'rygel-preferences.desktop.in.in',
-               output : 'rygel-preferences.desktop.in',
-               configuration : data_conf)
-
-rygel_desktop_in = configure_file(input: 'rygel.desktop.in.in',
-               output : 'rygel.desktop.in',
-               configuration : data_conf)
-
-i18n.merge_file(input: rygel_desktop_in,
+i18n.merge_file(input: 'rygel.desktop.in',
                 output: 'rygel.desktop',
                 po_dir : join_paths('..','po'),
                 type: 'desktop',
                 install : true,
                 install_dir: join_paths(get_option('datadir'), 'applications'))
 
-i18n.merge_file(input: rygel_desktop_preferences_in,
+i18n.merge_file(input: 'rygel-preferences.desktop.in',
                 output: 'rygel-preferences.desktop',
                 po_dir : join_paths('..','po'),
                 type: 'desktop',
diff --git a/data/rygel-preferences.desktop.in.in b/data/rygel-preferences.desktop.in
similarity index 68%
rename from data/rygel-preferences.desktop.in.in
rename to data/rygel-preferences.desktop.in
index c085642d..14dd9236 100644
--- a/data/rygel-preferences.desktop.in.in
+++ b/data/rygel-preferences.desktop.in
@@ -9,7 +9,3 @@ Terminal=false
 Type=Application
 StartupNotify=true
 NotShowIn=GNOME;
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=Rygel
-X-GNOME-Bugzilla-Component=rygel-preferences
-X-GNOME-Bugzilla-Version=@VERSION@
diff --git a/data/rygel.desktop.in.in b/data/rygel.desktop.in
similarity index 73%
rename from data/rygel.desktop.in.in
rename to data/rygel.desktop.in
index 782a9258..00229209 100644
--- a/data/rygel.desktop.in.in
+++ b/data/rygel.desktop.in
@@ -9,7 +9,3 @@ Type=Application
 NoDisplay=true
 StartupNotify=true
 X-GNOME-Autostart-enabled=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=Rygel
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@


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