You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
889 B
20 lines
889 B
# with *_ICON = AUTO automake copies them automaticly into the right folders.
|
|
# the naming-convention which is nessesary for this is:
|
|
# <theme><size>-<type>-<name>.png (they will be installed as <name>.png)
|
|
#
|
|
# <theme> is "hi", "lo" or "cr" for hicolor, locolor or crystal
|
|
# <size> is 16, 22 or 32 for locolor; 16, 22, 32, 48, 64, 128 or "sc" for hicolor and Crystal.
|
|
# "sc" stands for scalable and should be in SVG format compressed with GZip and with the
|
|
# extention .svgz.
|
|
# <type> is "app" for an application icon,
|
|
# "mime" for a mimetype icon,
|
|
# "action" for a menu-item/toolbar-button,
|
|
# "filesys" for some filesystem icons (dirs etc.) and
|
|
# "device" for the cdrom/floppy/harddisk/etc. icons.
|
|
#
|
|
# This info is copied from http://developer.kde.org/documentation/other/makefile_am_howto.html
|
|
# Jonas 2005-04-15
|
|
|
|
krusadericondir = $(kde_datadir)/krusader/icons
|
|
krusadericon_ICON = AUTO
|