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