Skip to content

Commit

Permalink
Install icons in the correct size-based folder
Browse files Browse the repository at this point in the history
The following Lintian warnings were found while packaging everpad for Debian:
W: everpad: icon-size-and-directory-name-mismatch usr/share/icons/hicolor/64x64/apps/everpad-black.png 32x32
W: everpad: icon-size-and-directory-name-mismatch usr/share/icons/hicolor/64x64/apps/everpad-lens.png 128x128
W: everpad: icon-size-and-directory-name-mismatch usr/share/icons/hicolor/64x64/apps/everpad-mono.png 32x32
  • Loading branch information
e2jk committed Jun 15, 2014
1 parent 925d1e6 commit 8fca0a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@
'data/editor-icons/everpad-insert-image.png',
'data/editor-icons/everpad-pin.png',
]),
('share/icons/hicolor/32x32/apps', [
'data/everpad-black.png', 'data/everpad-mono.png',
]),
('share/icons/hicolor/48x48/actions', [
'data/everpad-file.png',
]),
('share/icons/hicolor/64x64/apps', [
'data/everpad-mono.png', 'data/everpad-lens.png',
'data/everpad-note.png', 'data/everpad-black.png',
'data/everpad-note.png',
]),
('share/icons/hicolor/128x128/apps', [
'data/everpad.png',
'data/everpad.png', 'data/everpad-lens.png',
]),
('share/pixmaps', [
'data/everpad.png', 'data/everpad-mono.png',
Expand Down

0 comments on commit 8fca0a3

Please sign in to comment.