Install 128x128 and 256x256 application icons
Created with ImageMagick using e.g.: convert -background none ../../../gramps.svg -geometry 256x256 gramps.png
This commit is contained in:
parent
ebf1715468
commit
02e0c1c67d
BIN
images/hicolor/128x128/apps/gramps.png
Normal file
BIN
images/hicolor/128x128/apps/gramps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
images/hicolor/256x256/apps/gramps.png
Normal file
BIN
images/hicolor/256x256/apps/gramps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
4
setup.py
4
setup.py
@ -468,11 +468,15 @@ APP_16 = os.path.join(THEME, '16x16', 'apps', 'gramps.png')
|
||||
APP_22 = os.path.join(THEME, '22x22', 'apps', 'gramps.png')
|
||||
APP_24 = os.path.join(THEME, '24x24', 'apps', 'gramps.png')
|
||||
APP_48 = os.path.join(THEME, '48x48', 'apps', 'gramps.png')
|
||||
APP_128 = os.path.join(THEME, '128x128', 'apps', 'gramps.png')
|
||||
APP_256 = os.path.join(THEME, '256x256', 'apps', 'gramps.png')
|
||||
APP_SC = os.path.join(THEME, 'scalable', 'apps', 'gramps.svg')
|
||||
data_files_gui.append(('share/icons/hicolor/16x16/apps', [APP_16]))
|
||||
data_files_gui.append(('share/icons/hicolor/22x22/apps', [APP_22]))
|
||||
data_files_gui.append(('share/icons/hicolor/24x24/apps', [APP_24]))
|
||||
data_files_gui.append(('share/icons/hicolor/48x48/apps', [APP_48]))
|
||||
data_files_gui.append(('share/icons/hicolor/128x128/apps', [APP_128]))
|
||||
data_files_gui.append(('share/icons/hicolor/256x256/apps', [APP_256]))
|
||||
data_files_gui.append(('share/icons/hicolor/scalable/apps', [APP_SC]))
|
||||
|
||||
data_files = data_files_core + data_files_gui
|
||||
|
Loading…
Reference in New Issue
Block a user