[gnome-bluetooth] desktop: Remove obsolete Bugzilla entries



commit ceaa499902f085b958d7dbfa4f1fa61a4ea494b8
Author: Jake Dane <3689-jakedane users noreply gitlab gnome org>
Date:   Sun Sep 11 06:55:51 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.

 po/POTFILES.in                                                |  2 +-
 po/POTFILES.skip                                              |  2 --
 ...tooth-sendto.desktop.in.in => bluetooth-sendto.desktop.in} |  4 ----
 sendto/meson.build                                            | 11 +----------
 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
similarity index 68%
rename from sendto/bluetooth-sendto.desktop.in.in
rename to 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,


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