
change pacman-dev@archlinux.org to pacmandev@lists.archlinux.org Most of this is copyright notices but this also fixes FS#72129 by updating the address in docs/index.asciidoc.
15 lines
422 B
Meson
15 lines
422 B
Meson
i18n.gettext(
|
|
'pacman-scripts',
|
|
args : [
|
|
'--directory=@0@'.format(meson.current_source_dir()),
|
|
'--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3',
|
|
'--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"',
|
|
'--language', 'shell',
|
|
|
|
'--keyword=_',
|
|
'--flag=_:1:c-format',
|
|
|
|
'--keyword=_n:1,2',
|
|
'--flag=_n:1:c-format',
|
|
'--flag=_n:2:c-format',
|
|
])
|