[gnote/meson] Translate backlinks desktop file using custom command
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnote/meson] Translate backlinks desktop file using custom command
- Date: Sun,  4 Apr 2021 12:07:04 +0000 (UTC)
commit 6f53b9c5c674885e118a3a36df6d8eb822985ff8
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Apr 4 14:17:21 2021 +0300
    Translate backlinks desktop file using custom command
 src/addins/backlinks/meson.build | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/addins/backlinks/meson.build b/src/addins/backlinks/meson.build
index ffda95c1..2b6fb711 100644
--- a/src/addins/backlinks/meson.build
+++ b/src/addins/backlinks/meson.build
@@ -6,12 +6,11 @@ configured_desktop_file = configure_file(
   configuration: addin_conf,
 )
 
-i18n.merge_file(
+custom_target(
   desktop_file,
-  type: 'desktop',
   input: configured_desktop_file,
   output: desktop_file,
-  po_dir: '../../../po',
+  command: msgfmt_plugin_cmd,
   install: true,
   install_dir: addins_install_dir,
 )
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]