From 2085c6c8e734ec64081b08be6df13b1ebdf6adb8 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Tue, 1 Apr 2025 09:46:32 +0200 Subject: chore: remove unused intltool Signed-off-by: Oz Tiram --- data/meson.build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/meson.build b/data/meson.build index ea61da21..a24f6ebb 100644 --- a/data/meson.build +++ b/data/meson.build @@ -31,20 +31,20 @@ desktop = configure_file( configuration: desktop_conf, ) -custom_target( - 'desktop', +i18n.merge_file( input: desktop, output: 'atril.desktop', - command: [intltool_merge, '-d', '-u', po_dir, '@INPUT@', '@OUTPUT@'], + type: 'desktop', + po_dir: po_dir, install: true, install_dir: desktopdir, ) -appdata = custom_target( - 'appdata', +appdata = i18n.merge_file( input: 'atril.appdata.xml.in', output: 'atril.appdata.xml', - command: [intltool_merge, '-x', '-u', po_dir, '@INPUT@', '@OUTPUT@'], + type: 'xml', + po_dir: po_dir, install: true, install_dir: join_paths(datadir, 'metainfo'), ) -- cgit v1.2.1