summaryrefslogtreecommitdiff
path: root/sendto
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 /sendto
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.
Diffstat (limited to 'sendto')
-rw-r--r--sendto/bluetooth-sendto.desktop.in (renamed from sendto/bluetooth-sendto.desktop.in.in)4
-rw-r--r--sendto/meson.build11
2 files changed, 1 insertions, 14 deletions
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,