install additional icon sizes

This commit is contained in:
Martin Wagner 2020-08-30 18:04:26 +02:00
parent 9157ecc54f
commit 42eec870d8
10 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -12,8 +12,15 @@ DistUtilsExtra.auto.setup(
url="https://github.com/SoongNoonien/mpdevil",
license='GPL-3.0',
data_files=[
('share/icons/hicolor/48x48/apps/', ['data/mpdevil.png']),
('share/icons/hicolor/scalable/apps/', ['data/mpdevil.svg'])
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/mpdevil.png']),
('share/icons/hicolor/22x22/apps/', ['data/icons/22x22/mpdevil.png']),
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/mpdevil.png']),
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/mpdevil.png']),
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/mpdevil.png']),
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/mpdevil.png']),
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/mpdevil.png']),
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/mpdevil.png']),
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/mpdevil.svg'])
],
)