desktop: install a scalable GIMP icon too.
The source is still desktop/src/gimp.svg.
This commit is contained in:
parent
f5eed269e4
commit
36f103c95f
3 changed files with 1550 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ icons48_DATA = 48x48/gimp.png
|
|||
icons256dir = $(DESKTOP_DATADIR)/icons/hicolor/256x256/apps
|
||||
icons256_DATA = 256x256/gimp.png
|
||||
|
||||
iconsscalabledir = $(DESKTOP_DATADIR)/icons/hicolor/scalable/apps
|
||||
iconsscalable_DATA = scalable/gimp.svg
|
||||
|
||||
|
||||
# touch the toplevel icon directory as required by the icon theme spec
|
||||
install-data-hook:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ foreach size : sizes
|
|||
install_dir: get_option('datadir') / 'icons' / 'hicolor' / sizedir / 'apps'
|
||||
)
|
||||
endforeach
|
||||
install_data('scalable/gimp.svg',
|
||||
install_dir: get_option('datadir') / 'icons' / 'hicolor' / 'scalable' / 'apps'
|
||||
)
|
||||
|
||||
desktopfilename = 'gimp.desktop'
|
||||
|
||||
|
|
|
|||
1544
desktop/scalable/gimp.svg
Normal file
1544
desktop/scalable/gimp.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in a new issue