summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,