You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
406 B
19 lines
406 B
id = 'com.antergos.webkit2-greeter' |
|
appdata_file = '@0@.appdata.xml'.format(id) |
|
desktop_file = '@0@.desktop'.format(id) |
|
|
|
|
|
install_data( |
|
desktop_file, |
|
install_dir: get_option('with-desktop-dir') |
|
) |
|
|
|
install_data( |
|
'webkit2-greeter.conf', |
|
install_dir: get_option('with-config-dir') |
|
) |
|
|
|
install_data( |
|
appdata_file, |
|
install_dir: join_paths(get_option('datadir'), 'metainfo', appdata_file) |
|
)
|
|
|