diff options
Diffstat (limited to 'netspeed/icons')
-rw-r--r-- | netspeed/icons/16x16/devices/Makefile.am | 4 | ||||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-loopback.png | bin | 237 -> 0 bytes | |||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-ppp.png | bin | 589 -> 0 bytes | |||
-rw-r--r-- | netspeed/icons/22x22/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/22x22/devices/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/22x22/devices/mate-netspeed-plip.png | bin | 0 -> 6379 bytes | |||
-rw-r--r-- | netspeed/icons/24x24/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/24x24/devices/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/24x24/devices/mate-netspeed-plip.png | bin | 0 -> 5108 bytes | |||
-rw-r--r-- | netspeed/icons/32x32/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/32x32/devices/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/32x32/devices/mate-netspeed-plip.png | bin | 0 -> 2911 bytes | |||
-rw-r--r-- | netspeed/icons/48x48/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/48x48/devices/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/48x48/devices/mate-netspeed-plip.png | bin | 0 -> 1681 bytes |
15 files changed, 49 insertions, 7 deletions
diff --git a/netspeed/icons/16x16/devices/Makefile.am b/netspeed/icons/16x16/devices/Makefile.am index ce1c32dd..f5dfcbdd 100644 --- a/netspeed/icons/16x16/devices/Makefile.am +++ b/netspeed/icons/16x16/devices/Makefile.am @@ -5,9 +5,7 @@ context = devices iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - mate-netspeed-loopback.png \ - mate-netspeed-plip.png \ - mate-netspeed-ppp.png + mate-netspeed-plip.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 Binary files differdeleted file mode 100644 index 7b065246..00000000 --- a/netspeed/icons/16x16/devices/mate-netspeed-loopback.png +++ /dev/null diff --git a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png Binary files differdeleted file mode 100644 index e819577a..00000000 --- a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png +++ /dev/null diff --git a/netspeed/icons/22x22/Makefile.am b/netspeed/icons/22x22/Makefile.am index be70ac5b..b23c45c8 100644 --- a/netspeed/icons/22x22/Makefile.am +++ b/netspeed/icons/22x22/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = apps +SUBDIRS = apps devices diff --git a/netspeed/icons/22x22/devices/Makefile.am b/netspeed/icons/22x22/devices/Makefile.am new file mode 100644 index 00000000..074503e2 --- /dev/null +++ b/netspeed/icons/22x22/devices/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-plip.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/22x22/devices/mate-netspeed-plip.png b/netspeed/icons/22x22/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..9ea518d6 --- /dev/null +++ b/netspeed/icons/22x22/devices/mate-netspeed-plip.png diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am index 3385c299..f34f5bb5 100644 --- a/netspeed/icons/24x24/Makefile.am +++ b/netspeed/icons/24x24/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = apps status +SUBDIRS = apps devices status diff --git a/netspeed/icons/24x24/devices/Makefile.am b/netspeed/icons/24x24/devices/Makefile.am new file mode 100644 index 00000000..6e8604be --- /dev/null +++ b/netspeed/icons/24x24/devices/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-plip.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/24x24/devices/mate-netspeed-plip.png b/netspeed/icons/24x24/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..acad66d5 --- /dev/null +++ b/netspeed/icons/24x24/devices/mate-netspeed-plip.png diff --git a/netspeed/icons/32x32/Makefile.am b/netspeed/icons/32x32/Makefile.am index be70ac5b..b23c45c8 100644 --- a/netspeed/icons/32x32/Makefile.am +++ b/netspeed/icons/32x32/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = apps +SUBDIRS = apps devices diff --git a/netspeed/icons/32x32/devices/Makefile.am b/netspeed/icons/32x32/devices/Makefile.am new file mode 100644 index 00000000..c763c4b9 --- /dev/null +++ b/netspeed/icons/32x32/devices/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-plip.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/32x32/devices/mate-netspeed-plip.png b/netspeed/icons/32x32/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..b2035439 --- /dev/null +++ b/netspeed/icons/32x32/devices/mate-netspeed-plip.png diff --git a/netspeed/icons/48x48/Makefile.am b/netspeed/icons/48x48/Makefile.am index be70ac5b..b23c45c8 100644 --- a/netspeed/icons/48x48/Makefile.am +++ b/netspeed/icons/48x48/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = apps +SUBDIRS = apps devices diff --git a/netspeed/icons/48x48/devices/Makefile.am b/netspeed/icons/48x48/devices/Makefile.am new file mode 100644 index 00000000..d2e476dc --- /dev/null +++ b/netspeed/icons/48x48/devices/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 48x48 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-plip.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/48x48/devices/mate-netspeed-plip.png b/netspeed/icons/48x48/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..99e737b0 --- /dev/null +++ b/netspeed/icons/48x48/devices/mate-netspeed-plip.png |