build: Fix app icon install

This commit is contained in:
Jeremy Bicha 2018-02-17 11:37:31 -05:00
parent 230ed44e3c
commit 29b3a93f76
7 changed files with 3 additions and 18 deletions

View file

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View file

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -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
)