From 45cfbd76bb760c971f50495f920a3c089d29e809 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 13 Oct 2024 20:00:00 +0000 Subject: po: pass additional arguments to xgettext --- po/meson.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/po/meson.build b/po/meson.build index 8f075704..e4d451ff 100644 --- a/po/meson.build +++ b/po/meson.build @@ -6,5 +6,10 @@ i18n = import('i18n') i18n.gettext( meson.project_name(), preset: 'glib', - data_dirs: '.' + data_dirs: '.', + args: [ + '--copyright-holder=Linux-PAM Project', + '--msgid-bugs-address=https://github.com/linux-pam/linux-pam/issues', + '--package-version=1.6.1', + ], ) -- cgit v1.2.3