Adds app icon at 24px, 32px, 64px, 96px. This should give a cleaner look in system menus like App Finder, Whisker Menu. Removes export path strings from SVGs, metadata which Inkscape added on export. Note: Inkscape has recently changed this to use relative paths so it shouldn't be an issue in the future.
8 lines
214 B
Makefile
8 lines
214 B
Makefile
iconsdir = $(datadir)/icons/hicolor/24x24/actions
|
|
icons_DATA = xc_crosshair.png
|
|
|
|
appicondir = $(datadir)/icons/hicolor/24x24/apps
|
|
appicon_DATA = org.xfce.taskmanager.png
|
|
|
|
EXTRA_DIST = $(icons_DATA) $(appicon_DATA)
|