summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 09:15:58 +0000
committerJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 09:15:58 +0000
commit26058bbc44374547f493532791b93e514000bb30 (patch)
tree0fc047f47c4f7ec59e6ec1c4f9ed54c3a03122f6 /data
parent86057b72f8ddcee68158fc80bedb2e1832cd318e (diff)
downloadrygel-26058bbc44374547f493532791b93e514000bb30.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/meson.build12
-rw-r--r--data/rygel-preferences.desktop.in (renamed from data/rygel-preferences.desktop.in.in)4
-rw-r--r--data/rygel.desktop.in (renamed from data/rygel.desktop.in.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
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
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@