From 3d59f5229d748ff1d1a2068b06d2ffaedb6de329 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 26 Oct 2014 16:09:38 +0100 Subject: move contrast icon theme to contrasthigh, where it belongs --- icon-themes/ContrastHigh/48x48/devices/Makefile.am | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 icon-themes/ContrastHigh/48x48/devices/Makefile.am (limited to 'icon-themes/ContrastHigh/48x48/devices/Makefile.am') diff --git a/icon-themes/ContrastHigh/48x48/devices/Makefile.am b/icon-themes/ContrastHigh/48x48/devices/Makefile.am new file mode 100644 index 00000000..80574d94 --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/devices/Makefile.am @@ -0,0 +1,42 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 48x48 +context = devices + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + computer.png \ + drive-harddisk.png \ + drive-optical.png \ + drive-removable-media.png \ + mate-dev-printer-network.png \ + mate-dev-printer-new.png \ + input-keyboard.png \ + input-mouse.png \ + media-floppy.png \ + media-optical.png \ + pda.png \ + printer.png \ + $(NULL) + +EXTRA_DIST= $(icon_DATA) \ + symlinks.dat + +if LEGACY_ICON_MAPPING +install-data-local: install-iconDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif + +install: install-am + $(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir) + +uninstall-symlinks: + list=`ls $(DESTDIR)$(icondir)`; for p in $$list; do \ + if test -h $(DESTDIR)$(icondir)/$$p; then \ + rm -f $(DESTDIR)$(icondir)/$$p; \ + fi; \ + done + +uninstall-am: uninstall-iconDATA uninstall-symlinks -- cgit v1.2.1