summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 07:16:21 +0000
committerJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 07:16:21 +0000
commit2ed57e840ed8df1a38db226becb3ba3dfaf992db (patch)
tree547c729186ff97f784ddcc5b6db7488f5722e1be
parentfd4161593673fee8f43bd28e9b0f0ea702c3a7ef (diff)
downloadlibgnomekbd-2ed57e840ed8df1a38db226becb3ba3dfaf992db.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.
-rw-r--r--libgnomekbd/gkbd-keyboard-display.desktop.in (renamed from libgnomekbd/gkbd-keyboard-display.desktop.in.in)4
-rw-r--r--libgnomekbd/meson.build11
2 files changed, 1 insertions, 14 deletions
diff --git a/libgnomekbd/gkbd-keyboard-display.desktop.in.in b/libgnomekbd/gkbd-keyboard-display.desktop.in
index 1662256..92b7f06 100644
--- a/libgnomekbd/gkbd-keyboard-display.desktop.in.in
+++ b/libgnomekbd/gkbd-keyboard-display.desktop.in
@@ -8,9 +8,5 @@ Terminal=false
Type=Application
StartupNotify=true
NoDisplay=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=libgnomekbd
-X-GNOME-Bugzilla-Component=Drawing
-X-GNOME-Bugzilla-Version=@VERSION@
Categories=GNOME;GTK;Core;System;
OnlyShowIn=GNOME;
diff --git a/libgnomekbd/meson.build b/libgnomekbd/meson.build
index ca65a89..ed14f0f 100644
--- a/libgnomekbd/meson.build
+++ b/libgnomekbd/meson.build
@@ -163,17 +163,8 @@ install_headers(
subdir: 'libgnomekbd',
)
-gkbd_keyboard_display_cfg = configuration_data()
-gkbd_keyboard_display_cfg.set('VERSION', meson.project_version())
-
-gkbd_keyboard_display_in = configure_file(
- input: 'gkbd-keyboard-display.desktop.in.in',
- output: 'gkbd-keyboard-display.desktop.in',
- configuration: gkbd_keyboard_display_cfg,
-)
-
i18n.merge_file(
- input: gkbd_keyboard_display_in,
+ input: 'gkbd-keyboard-display.desktop.in',
output: 'gkbd-keyboard-display.desktop',
po_dir: '../po',
type: 'desktop',