diff options
Diffstat (limited to 'netspeed/icons/16x16')
-rw-r--r-- | netspeed/icons/16x16/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/16x16/apps/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/16x16/apps/mate-netspeed-applet.png | bin | 0 -> 727 bytes | |||
-rw-r--r-- | netspeed/icons/16x16/devices/Makefile.am | 13 | ||||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-loopback.png | bin | 0 -> 237 bytes | |||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-plip.png | bin | 0 -> 338 bytes | |||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-ppp.png | bin | 0 -> 589 bytes |
7 files changed, 26 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..5593dbee --- /dev/null +++ b/netspeed/icons/16x16/apps/mate-netspeed-applet.png 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 Binary files differnew file mode 100644 index 00000000..7b065246 --- /dev/null +++ b/netspeed/icons/16x16/devices/mate-netspeed-loopback.png diff --git a/netspeed/icons/16x16/devices/mate-netspeed-plip.png b/netspeed/icons/16x16/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..0044369b --- /dev/null +++ b/netspeed/icons/16x16/devices/mate-netspeed-plip.png diff --git a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png Binary files differnew file mode 100644 index 00000000..e819577a --- /dev/null +++ b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png |