Added SVG icon (and 64x64 and 128x128 PNGs based on it).
This commit is contained in:
parent
7c0d9aecdc
commit
98b7ce4bef
6 changed files with 210 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -302,9 +302,15 @@ install-kde:
|
|||
install-kde-icons:
|
||||
@echo "...Installing launcher icon graphics into KDE..."
|
||||
@if [ "x$(KDE_ICON_PREFIX)" != "x" ]; then \
|
||||
install -d $(KDE_ICON_PREFIX)/hicolor/128x128/apps/; \
|
||||
install -d $(KDE_ICON_PREFIX)/hicolor/64x64/apps/; \
|
||||
install -d $(KDE_ICON_PREFIX)/hicolor/48x48/apps/; \
|
||||
install -d $(KDE_ICON_PREFIX)/hicolor/32x32/apps/; \
|
||||
install -d $(KDE_ICON_PREFIX)/hicolor/16x16/apps/; \
|
||||
cp data/images/icon128x128.png \
|
||||
$(KDE_ICON_PREFIX)/hicolor/128x128/apps/tuxpaint.png; \
|
||||
cp data/images/icon64x64.png \
|
||||
$(KDE_ICON_PREFIX)/hicolor/64x64/apps/tuxpaint.png; \
|
||||
cp data/images/icon48x48.png \
|
||||
$(KDE_ICON_PREFIX)/hicolor/48x48/apps/tuxpaint.png; \
|
||||
cp data/images/icon32x32.png \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue