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/16x16/Makefile.am | 2 ++ netspeed/icons/16x16/apps/Makefile.am | 11 +++++++++++ netspeed/icons/16x16/apps/mate-netspeed-applet.png | Bin 0 -> 727 bytes netspeed/icons/16x16/devices/Makefile.am | 13 +++++++++++++ netspeed/icons/16x16/devices/mate-netspeed-loopback.png | Bin 0 -> 237 bytes netspeed/icons/16x16/devices/mate-netspeed-plip.png | Bin 0 -> 338 bytes netspeed/icons/16x16/devices/mate-netspeed-ppp.png | Bin 0 -> 589 bytes 7 files changed, 26 insertions(+) create mode 100644 netspeed/icons/16x16/Makefile.am create mode 100644 netspeed/icons/16x16/apps/Makefile.am create mode 100644 netspeed/icons/16x16/apps/mate-netspeed-applet.png create mode 100644 netspeed/icons/16x16/devices/Makefile.am create mode 100644 netspeed/icons/16x16/devices/mate-netspeed-loopback.png create mode 100644 netspeed/icons/16x16/devices/mate-netspeed-plip.png create mode 100644 netspeed/icons/16x16/devices/mate-netspeed-ppp.png (limited to 'netspeed/icons/16x16') diff --git a/netspeed/icons/16x16/Makefile.am b/netspeed/icons/16x16/Makefile.am new file mode 100644 index 00000000..b23c45c8 --- /dev/null +++ b/netspeed/icons/16x16/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps devices + diff --git a/netspeed/icons/16x16/apps/Makefile.am b/netspeed/icons/16x16/apps/Makefile.am new file mode 100644 index 00000000..3f334dee --- /dev/null +++ b/netspeed/icons/16x16/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/16x16/apps/mate-netspeed-applet.png b/netspeed/icons/16x16/apps/mate-netspeed-applet.png new file mode 100644 index 00000000..5593dbee Binary files /dev/null and b/netspeed/icons/16x16/apps/mate-netspeed-applet.png differ diff --git a/netspeed/icons/16x16/devices/Makefile.am b/netspeed/icons/16x16/devices/Makefile.am new file mode 100644 index 00000000..ce1c32dd --- /dev/null +++ b/netspeed/icons/16x16/devices/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-loopback.png \ + mate-netspeed-plip.png \ + mate-netspeed-ppp.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/16x16/devices/mate-netspeed-loopback.png b/netspeed/icons/16x16/devices/mate-netspeed-loopback.png new file mode 100644 index 00000000..7b065246 Binary files /dev/null and b/netspeed/icons/16x16/devices/mate-netspeed-loopback.png differ diff --git a/netspeed/icons/16x16/devices/mate-netspeed-plip.png b/netspeed/icons/16x16/devices/mate-netspeed-plip.png new file mode 100644 index 00000000..0044369b Binary files /dev/null and b/netspeed/icons/16x16/devices/mate-netspeed-plip.png differ diff --git a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png new file mode 100644 index 00000000..e819577a Binary files /dev/null and b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png differ -- cgit v1.2.1