From 8aabf4f0797f7cb4a56b194b66b7c41537fcbc69 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 11 Dec 2015 13:43:46 +0300 Subject: merge netspeed applet from mate-netspeed repo --- netspeed/icons/24x24/Makefile.am | 2 ++ netspeed/icons/24x24/apps/Makefile.am | 11 +++++++++++ netspeed/icons/24x24/apps/mate-netspeed-applet.png | Bin 0 -> 1109 bytes netspeed/icons/24x24/status/Makefile.am | 14 ++++++++++++++ .../icons/24x24/status/mate-netspeed-wireless-100.png | Bin 0 -> 1136 bytes .../icons/24x24/status/mate-netspeed-wireless-25.png | Bin 0 -> 139 bytes .../icons/24x24/status/mate-netspeed-wireless-50.png | Bin 0 -> 439 bytes .../icons/24x24/status/mate-netspeed-wireless-75.png | Bin 0 -> 832 bytes 8 files changed, 27 insertions(+) create mode 100644 netspeed/icons/24x24/Makefile.am create mode 100644 netspeed/icons/24x24/apps/Makefile.am create mode 100644 netspeed/icons/24x24/apps/mate-netspeed-applet.png create mode 100644 netspeed/icons/24x24/status/Makefile.am create mode 100644 netspeed/icons/24x24/status/mate-netspeed-wireless-100.png create mode 100644 netspeed/icons/24x24/status/mate-netspeed-wireless-25.png create mode 100644 netspeed/icons/24x24/status/mate-netspeed-wireless-50.png create mode 100644 netspeed/icons/24x24/status/mate-netspeed-wireless-75.png (limited to 'netspeed/icons/24x24') diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am new file mode 100644 index 00000000..3385c299 --- /dev/null +++ b/netspeed/icons/24x24/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps status + diff --git a/netspeed/icons/24x24/apps/Makefile.am b/netspeed/icons/24x24/apps/Makefile.am new file mode 100644 index 00000000..a835053d --- /dev/null +++ b/netspeed/icons/24x24/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/24x24/apps/mate-netspeed-applet.png b/netspeed/icons/24x24/apps/mate-netspeed-applet.png new file mode 100644 index 00000000..160e28a6 Binary files /dev/null and b/netspeed/icons/24x24/apps/mate-netspeed-applet.png differ diff --git a/netspeed/icons/24x24/status/Makefile.am b/netspeed/icons/24x24/status/Makefile.am new file mode 100644 index 00000000..9f25bf20 --- /dev/null +++ b/netspeed/icons/24x24/status/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-wireless-25.png \ + mate-netspeed-wireless-50.png \ + mate-netspeed-wireless-75.png \ + mate-netspeed-wireless-100.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/24x24/status/mate-netspeed-wireless-100.png b/netspeed/icons/24x24/status/mate-netspeed-wireless-100.png new file mode 100644 index 00000000..6ab4547a Binary files /dev/null and b/netspeed/icons/24x24/status/mate-netspeed-wireless-100.png differ diff --git a/netspeed/icons/24x24/status/mate-netspeed-wireless-25.png b/netspeed/icons/24x24/status/mate-netspeed-wireless-25.png new file mode 100644 index 00000000..bc73d505 Binary files /dev/null and b/netspeed/icons/24x24/status/mate-netspeed-wireless-25.png differ diff --git a/netspeed/icons/24x24/status/mate-netspeed-wireless-50.png b/netspeed/icons/24x24/status/mate-netspeed-wireless-50.png new file mode 100644 index 00000000..85b831fd Binary files /dev/null and b/netspeed/icons/24x24/status/mate-netspeed-wireless-50.png differ diff --git a/netspeed/icons/24x24/status/mate-netspeed-wireless-75.png b/netspeed/icons/24x24/status/mate-netspeed-wireless-75.png new file mode 100644 index 00000000..f07f5794 Binary files /dev/null and b/netspeed/icons/24x24/status/mate-netspeed-wireless-75.png differ -- cgit v1.2.1