Add and install icons.

This adds one new app icon and one new symbolic icon, and makes meson install these to the appropriate
directories, and adds an appropriate entry in the .desktop file.
This commit is contained in:
Tom A. Wagner
2021-09-30 08:28:06 +02:00
parent 497da8b953
commit dfb1b754c7
7 changed files with 3453 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ cargo_script = find_program('build-aux/cargo.sh')
prefix = get_option('prefix')
bindir = prefix / get_option('bindir')
datadir = prefix / get_option('datadir')
iconsdir = datadir / 'icons'
cargo_sources = files(
'Cargo.toml',