diff options
author | raveit65 <[email protected]> | 2014-11-08 23:25:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-08 23:25:57 +0100 |
commit | ebe8375da6b91888c709381dc9155953c029bc12 (patch) | |
tree | 3f46ae0b8f003ebdabd2e322cca75b6c4c6258f5 /icon-themes/ContrastHigh/scalable/status/Makefile.am | |
parent | 22b8a8b37cf5407430c059357aa9e4219058207b (diff) | |
download | mate-themes-ebe8375da6b91888c709381dc9155953c029bc12.tar.bz2 mate-themes-ebe8375da6b91888c709381dc9155953c029bc12.tar.xz |
add some more icons for contrasthigh icon theme
Diffstat (limited to 'icon-themes/ContrastHigh/scalable/status/Makefile.am')
-rw-r--r-- | icon-themes/ContrastHigh/scalable/status/Makefile.am | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/icon-themes/ContrastHigh/scalable/status/Makefile.am b/icon-themes/ContrastHigh/scalable/status/Makefile.am new file mode 100644 index 00000000..87341260 --- /dev/null +++ b/icon-themes/ContrastHigh/scalable/status/Makefile.am @@ -0,0 +1,46 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = scalable +context = status + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + audio-volume-high.svg \ + audio-volume-low.svg \ + audio-volume-medium.svg \ + audio-volume-muted.svg \ + battery-caution.svg \ + battery-low.svg \ + dialog-error.svg \ + dialog-information.svg \ + dialog-password.svg \ + dialog-question.svg \ + dialog-warning.svg \ + folder-drag-accept.svg \ + folder-open.svg \ + folder-visiting.svg \ + image-missing.svg \ + mail-attachment.svg \ + media-playlist-repeat.svg \ + media-playlist-shuffle.svg \ + network-offline.svg \ + network-online.svg \ + printer-error.svg \ + printer-printing.svg \ + software-update-available.svg \ + software-update-urgent.svg \ + user-trash-full.svg \ + weather-clear-night.svg \ + weather-clear.svg \ + weather-few-clouds-night.svg \ + weather-few-clouds.svg \ + weather-fog.svg \ + weather-overcast.svg \ + weather-showers-scattered.svg \ + weather-showers.svg \ + weather-snow.svg \ + weather-storm.svg + +EXTRA_DIST= $(icon_DATA) |