mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
build: use app-id to determine installed icon
This means we don't install org.gnome.Sysprof.svg anymore when building with -Ddevelopment=true (and vice versa). We do use org.gnome.Sysprof.svg from libsysprof-ui, but that embeds the appropriate resources.
This commit is contained in:
7
data/icons/meson.build
Normal file
7
data/icons/meson.build
Normal file
@ -0,0 +1,7 @@
|
||||
icondir = join_paths(datadir, 'icons/hicolor')
|
||||
|
||||
foreach kind: ['scalable', 'symbolic']
|
||||
install_subdir(kind, install_dir: icondir)
|
||||
endforeach
|
||||
|
||||
install_data('@0@.svg'.format(app_id), install_dir: join_paths(icondir, 'scalable/apps'))
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Reference in New Issue
Block a user