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 + .../icons/16x16/devices/mate-netspeed-loopback.png | Bin 0 -> 237 bytes .../icons/16x16/devices/mate-netspeed-plip.png | Bin 0 -> 338 bytes netspeed/icons/16x16/devices/mate-netspeed-ppp.png | Bin 0 -> 589 bytes netspeed/icons/22x22/Makefile.am | 2 + netspeed/icons/22x22/apps/Makefile.am | 11 + netspeed/icons/22x22/apps/mate-netspeed-applet.png | Bin 0 -> 1018 bytes 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 + .../24x24/status/mate-netspeed-wireless-100.png | Bin 0 -> 1136 bytes .../24x24/status/mate-netspeed-wireless-25.png | Bin 0 -> 139 bytes .../24x24/status/mate-netspeed-wireless-50.png | Bin 0 -> 439 bytes .../24x24/status/mate-netspeed-wireless-75.png | Bin 0 -> 832 bytes netspeed/icons/32x32/Makefile.am | 2 + netspeed/icons/32x32/apps/Makefile.am | 11 + netspeed/icons/32x32/apps/mate-netspeed-applet.png | Bin 0 -> 1986 bytes netspeed/icons/48x48/Makefile.am | 2 + netspeed/icons/48x48/apps/Makefile.am | 12 + netspeed/icons/48x48/apps/mate-netspeed-applet.png | Bin 0 -> 3474 bytes netspeed/icons/Makefile.am | 14 + netspeed/icons/scalable/Makefile.am | 2 + netspeed/icons/scalable/apps/Makefile.am | 15 + .../icons/scalable/apps/mate-netspeed-applet.svg | 501 +++++++++++++++++++++ 28 files changed, 625 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 create mode 100644 netspeed/icons/22x22/Makefile.am create mode 100644 netspeed/icons/22x22/apps/Makefile.am create mode 100644 netspeed/icons/22x22/apps/mate-netspeed-applet.png 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 create mode 100644 netspeed/icons/32x32/Makefile.am create mode 100644 netspeed/icons/32x32/apps/Makefile.am create mode 100644 netspeed/icons/32x32/apps/mate-netspeed-applet.png create mode 100644 netspeed/icons/48x48/Makefile.am create mode 100644 netspeed/icons/48x48/apps/Makefile.am create mode 100644 netspeed/icons/48x48/apps/mate-netspeed-applet.png create mode 100644 netspeed/icons/Makefile.am create mode 100644 netspeed/icons/scalable/Makefile.am create mode 100644 netspeed/icons/scalable/apps/Makefile.am create mode 100644 netspeed/icons/scalable/apps/mate-netspeed-applet.svg (limited to 'netspeed/icons') 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 diff --git a/netspeed/icons/22x22/Makefile.am b/netspeed/icons/22x22/Makefile.am new file mode 100644 index 00000000..be70ac5b --- /dev/null +++ b/netspeed/icons/22x22/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps + diff --git a/netspeed/icons/22x22/apps/Makefile.am b/netspeed/icons/22x22/apps/Makefile.am new file mode 100644 index 00000000..90c811ae --- /dev/null +++ b/netspeed/icons/22x22/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/22x22/apps/mate-netspeed-applet.png b/netspeed/icons/22x22/apps/mate-netspeed-applet.png new file mode 100644 index 00000000..41efe5e8 Binary files /dev/null and b/netspeed/icons/22x22/apps/mate-netspeed-applet.png differ 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 diff --git a/netspeed/icons/32x32/Makefile.am b/netspeed/icons/32x32/Makefile.am new file mode 100644 index 00000000..be70ac5b --- /dev/null +++ b/netspeed/icons/32x32/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps + diff --git a/netspeed/icons/32x32/apps/Makefile.am b/netspeed/icons/32x32/apps/Makefile.am new file mode 100644 index 00000000..895598fe --- /dev/null +++ b/netspeed/icons/32x32/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/32x32/apps/mate-netspeed-applet.png b/netspeed/icons/32x32/apps/mate-netspeed-applet.png new file mode 100644 index 00000000..23abfece Binary files /dev/null and b/netspeed/icons/32x32/apps/mate-netspeed-applet.png differ diff --git a/netspeed/icons/48x48/Makefile.am b/netspeed/icons/48x48/Makefile.am new file mode 100644 index 00000000..be70ac5b --- /dev/null +++ b/netspeed/icons/48x48/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps + diff --git a/netspeed/icons/48x48/apps/Makefile.am b/netspeed/icons/48x48/apps/Makefile.am new file mode 100644 index 00000000..1c96bb86 --- /dev/null +++ b/netspeed/icons/48x48/apps/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/hicolor +size = 48x48 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) + diff --git a/netspeed/icons/48x48/apps/mate-netspeed-applet.png b/netspeed/icons/48x48/apps/mate-netspeed-applet.png new file mode 100644 index 00000000..c828af22 Binary files /dev/null and b/netspeed/icons/48x48/apps/mate-netspeed-applet.png differ diff --git a/netspeed/icons/Makefile.am b/netspeed/icons/Makefile.am new file mode 100644 index 00000000..02873848 --- /dev/null +++ b/netspeed/icons/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/netspeed/icons/scalable/Makefile.am b/netspeed/icons/scalable/Makefile.am new file mode 100644 index 00000000..be70ac5b --- /dev/null +++ b/netspeed/icons/scalable/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = apps + diff --git a/netspeed/icons/scalable/apps/Makefile.am b/netspeed/icons/scalable/apps/Makefile.am new file mode 100644 index 00000000..55870be1 --- /dev/null +++ b/netspeed/icons/scalable/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = scalable +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.svg + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + diff --git a/netspeed/icons/scalable/apps/mate-netspeed-applet.svg b/netspeed/icons/scalable/apps/mate-netspeed-applet.svg new file mode 100644 index 00000000..cca9bc49 --- /dev/null +++ b/netspeed/icons/scalable/apps/mate-netspeed-applet.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Folder + + + dir + folder + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1