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 +++++++++++++++++++++ .../ContrastHigh/48x48/devices/computer.png | Bin 0 -> 2040 bytes .../ContrastHigh/48x48/devices/drive-harddisk.png | Bin 0 -> 595 bytes .../ContrastHigh/48x48/devices/drive-optical.png | Bin 0 -> 1271 bytes .../48x48/devices/drive-removable-media.png | Bin 0 -> 666 bytes .../ContrastHigh/48x48/devices/input-keyboard.png | Bin 0 -> 465 bytes .../ContrastHigh/48x48/devices/input-mouse.png | Bin 0 -> 2002 bytes .../48x48/devices/mate-dev-printer-network.png | 15 ++++++++ .../48x48/devices/mate-dev-printer-new.png | 18 +++++++++ .../ContrastHigh/48x48/devices/media-floppy.png | Bin 0 -> 794 bytes .../ContrastHigh/48x48/devices/media-optical.png | Bin 0 -> 1046 bytes icon-themes/ContrastHigh/48x48/devices/pda.png | Bin 0 -> 1821 bytes icon-themes/ContrastHigh/48x48/devices/printer.png | Bin 0 -> 816 bytes .../ContrastHigh/48x48/devices/symlinks.dat | 12 ++++++ 14 files changed, 87 insertions(+) create mode 100644 icon-themes/ContrastHigh/48x48/devices/Makefile.am create mode 100644 icon-themes/ContrastHigh/48x48/devices/computer.png create mode 100755 icon-themes/ContrastHigh/48x48/devices/drive-harddisk.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/drive-optical.png create mode 100755 icon-themes/ContrastHigh/48x48/devices/drive-removable-media.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/input-keyboard.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/input-mouse.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-network.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-new.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/media-floppy.png create mode 100755 icon-themes/ContrastHigh/48x48/devices/media-optical.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/pda.png create mode 100755 icon-themes/ContrastHigh/48x48/devices/printer.png create mode 100644 icon-themes/ContrastHigh/48x48/devices/symlinks.dat (limited to 'icon-themes/ContrastHigh/48x48/devices') 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 diff --git a/icon-themes/ContrastHigh/48x48/devices/computer.png b/icon-themes/ContrastHigh/48x48/devices/computer.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/computer.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/drive-harddisk.png b/icon-themes/ContrastHigh/48x48/devices/drive-harddisk.png new file mode 100755 index 00000000..83f72cc3 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/drive-harddisk.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/drive-optical.png b/icon-themes/ContrastHigh/48x48/devices/drive-optical.png new file mode 100644 index 00000000..3f9dd8b7 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/drive-optical.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/drive-removable-media.png b/icon-themes/ContrastHigh/48x48/devices/drive-removable-media.png new file mode 100755 index 00000000..9ea32efa Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/drive-removable-media.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/input-keyboard.png b/icon-themes/ContrastHigh/48x48/devices/input-keyboard.png new file mode 100644 index 00000000..e78d7c54 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/input-keyboard.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/input-mouse.png b/icon-themes/ContrastHigh/48x48/devices/input-mouse.png new file mode 100644 index 00000000..78fc44bd Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/devices/input-mouse.png differ diff --git a/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-network.png b/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-network.png new file mode 100644 index 00000000..26b511b9 --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-network.png @@ -0,0 +1,15 @@ +PNG + + +MiCCPPhotoshop ICC profile +VHUĂ +H(gAZU\8ܧ}zy&j + +zy8@P< + %b0>3o~@z +AT:18 \p` Aa!:b""aH4 Q"rBj]H#-r9\@ 2G1Qu@Ơst4]k=Kut +!%2I IkHH-S>iL&m O:ňL $RJ5e?2BQͩ:ZImvP/S4u%͛Cˤ-Кigih/t ݃EЗkw Hb(k{/LӗT02goUX**|:V~TUsU?y TU^V}FUP թU6RwRPQ__c FHTc!2eXBrV,kMb[Lvv/{LSCsfffqƱ9ٜJ! {--?-jf~7zھbrup@,:m:u 6Qu>cy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 +9a%m;t;|rtuvlp4éĩWggs5KvSmnz˕ҵܭm=}M.]=AXq㝧/^v^Y^O&0m[{`:>=e>>z"=#~~~;yN`k5/ >B Yroc3g,Z0&L~oL̶Gli})*2.QStqt,֬Yg񏩌;jrvgjlRlc웸xEt$ =sl3Ttcܢ˞w|/%ҟ3 +n@pzUO...B)=` 7R +|JD׽|q,֔I|JDv pT@ªv7 pDkvCX[; 3`^&.FkH=i * \ No newline at end of file diff --git a/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-new.png b/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-new.png new file mode 100644 index 00000000..6e910ed8 --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/devices/mate-dev-printer-new.png @@ -0,0 +1,18 @@ +PNG + + +MiCCPPhotoshop ICC profile +VHUĂ +H(gAZU\8ܧ}zy&j + +zy8@P< + %b0>3o~@z +AT:18 \p` Aa!:b""aH4 Q"rBj]H#-r9\@ 2G1Qu@Ơst4]k=Kut +!%2I IkHH-S>iL&m O:ňL $RJ5e?2BQͩ:ZImvP/S4u%͛Cˤ-Кigih/t ݃EЗkw Hb(k{/LӗT02goUX**|:V~TUsU?y TU^V}FUP թU6RwRPQ__c FHTc!2eXBrV,kMb[Lvv/{LSCsfffqƱ9ٜJ! {--?-jf~7zھbrup@,:m:u 6Qu>cy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 +9a%m;t;|rtuvlp4éĩWggs5KvSmnz˕ҵܭm=}M.]=AXq㝧/^v^Y^O&0m[{`:>=e>>z"=#~~~;yN`k5/ >B Yroc3g,Z0&L~oL̶Gli})*2.QStqt,֬Yg񏩌;jrvgjlRlc웸xEt$ =sl3Ttcܢ˞w|/%ҟ3 + +b^0bL'Ø"w=#il"'$"yHi oRZjr:*#oppAp82RUkz^D~ξH$"@Q[ee|zVںfzID䋵H$ֳgŴn8,\.׆hlcmkxf~N +|ᭅy^17 Un| m*`0HggOMM144hKNB^D UF>]7627 "_@Z4m$Z.mmmͻ)s[$((>ZIwSlZwlooSSS_.o]KÁ%7S0;;K<'N~*N'ǎ: +dׯ_L&I$[41 x