mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
meson: install themes to $datadir/foot/themes
This commit is contained in:
parent
329ad66568
commit
eebec8e38d
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
* `[key-bindings].noop` action. Key combinations assigned to this
|
* `[key-bindings].noop` action. Key combinations assigned to this
|
||||||
action will not be sent to the application
|
action will not be sent to the application
|
||||||
(https://codeberg.org/dnkl/foot/issues/765).
|
(https://codeberg.org/dnkl/foot/issues/765).
|
||||||
|
* Color schemes are now installed to `${datadir}/foot/themes`.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -240,6 +240,7 @@ if scdoc.found()
|
||||||
'LICENSE', 'README.md', 'CHANGELOG.md',
|
'LICENSE', 'README.md', 'CHANGELOG.md',
|
||||||
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
||||||
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
|
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||||
|
install_subdir('themes', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||||
subdir('doc')
|
subdir('doc')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue