summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 06:55:51 +0000
committerBastien Nocera <hadess@hadess.net>2022-09-12 11:58:36 +0200
commitceaa499902f085b958d7dbfa4f1fa61a4ea494b8 (patch)
tree5130ab21ab57a73dd53987f710f4963049eaba73
parent86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2 (diff)
downloadgnome-bluetooth-ceaa499902f085b958d7dbfa4f1fa61a4ea494b8.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--po/POTFILES.in2
-rw-r--r--po/POTFILES.skip2
-rw-r--r--sendto/bluetooth-sendto.desktop.in (renamed from sendto/bluetooth-sendto.desktop.in.in)4
-rw-r--r--sendto/meson.build11
4 files changed, 2 insertions, 17 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index da290571..5e3ed55a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,5 +6,5 @@ lib/bluetooth-settings-widget.c
lib/bluetooth-settings-obexpush.c
lib/bluetooth-utils.c
lib/settings.ui
-sendto/bluetooth-sendto.desktop.in.in
+sendto/bluetooth-sendto.desktop.in
sendto/main.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 87ddf5e1..a83408d0 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1 @@
lib/bluetooth-hdy-column.c
-sendto/bluetooth-sendto.desktop.in
-sub/sendto/bluetooth-sendto.desktop.in
diff --git a/sendto/bluetooth-sendto.desktop.in.in b/sendto/bluetooth-sendto.desktop.in
index 59358fd6..0050650a 100644
--- a/sendto/bluetooth-sendto.desktop.in.in
+++ b/sendto/bluetooth-sendto.desktop.in
@@ -9,7 +9,3 @@ Type=Application
Categories=GTK;GNOME;Utility;FileTools;
StartupNotify=true
NoDisplay=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-bluetooth
-X-GNOME-Bugzilla-Component=sendto
-X-GNOME-Bugzilla-Version=@VERSION@
diff --git a/sendto/meson.build b/sendto/meson.build
index ea718dab..ae5022c4 100644
--- a/sendto/meson.build
+++ b/sendto/meson.build
@@ -10,20 +10,11 @@ executable(
install_man(name + '.1')
-desktop_conf = configuration_data()
-desktop_conf.set('VERSION', gnomebt_version)
-
desktop = name + '.desktop'
-desktop_in = configure_file(
- input: desktop + '.in.in',
- output: '@BASENAME@',
- configuration: desktop_conf,
-)
-
i18n.merge_file (
type: 'desktop',
- input: desktop_in,
+ input: desktop + '.in',
output: desktop,
po_dir: po_dir,
install: true,