Sign in
qemu
/
meson
/
refs/heads/clangformatcheck
/
.
/
test cases
/
frameworks
/
6 gettext
/
data2
/
meson.build
blob: b8c90a138cd0130423b4ee058524bc329de60d2d [
file
] [
log
] [
blame
]
i18n
.
merge_file
(
input
:
'test.desktop.in'
,
output
:
'test.plugin'
,
type
:
'desktop'
,
po_dir
:
'../po'
,
args
:
[
'--keyword=Description'
],
install
:
true
,
install_dir
:
join_paths
(
get_option
(
'datadir'
),
'applications'
)
)