build: Fix app icon install
Before Width: | Height: | Size: 819 B After Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -1,19 +1,4 @@
|
|||
icon_sizes = [
|
||||
'16x16',
|
||||
'24x24',
|
||||
'32x32',
|
||||
'48x48',
|
||||
'512x512'
|
||||
]
|
||||
|
||||
foreach icon_size: icon_sizes
|
||||
install_data(
|
||||
'_'.join(['hicolor', 'apps', icon_size, 'gnome-control-center.png']),
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', icon_size, 'apps')
|
||||
)
|
||||
endforeach
|
||||
|
||||
install_data(
|
||||
'hicolor_apps_symbolic_gnome-control-center-symbolic.svg',
|
||||
install_dir: join_paths(control_center_icondir, 'hicolor', 'symbolic', 'apps')
|
||||
install_subdir(
|
||||
'hicolor',
|
||||
install_dir: control_center_icondir
|
||||
)
|
||||
|
|