From 06772a369f2beef80bb291ded30cbe125a24af56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Oct 2018 04:07:01 +0200 Subject: Fix structure of directories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/pics/CMakeLists.txt | 6 ++++++ src/pics/Makefile.am | 5 +++++ src/pics/icon_pci.png | Bin 0 -> 704 bytes src/pics/theme0_both.png | Bin 0 -> 1406 bytes src/pics/theme0_error.png | Bin 0 -> 1510 bytes src/pics/theme0_none.png | Bin 0 -> 1403 bytes src/pics/theme0_rx.png | Bin 0 -> 1411 bytes src/pics/theme0_tx.png | Bin 0 -> 1405 bytes src/pics/theme1_both.png | Bin 0 -> 1219 bytes src/pics/theme1_error.png | Bin 0 -> 483 bytes src/pics/theme1_none.png | Bin 0 -> 482 bytes src/pics/theme1_rx.png | Bin 0 -> 881 bytes src/pics/theme1_tx.png | Bin 0 -> 927 bytes src/pics/theme2_both.png | Bin 0 -> 1384 bytes src/pics/theme2_error.png | Bin 0 -> 709 bytes src/pics/theme2_none.png | Bin 0 -> 835 bytes src/pics/theme2_rx.png | Bin 0 -> 1121 bytes src/pics/theme2_tx.png | Bin 0 -> 1115 bytes src/pics/theme3_both.png | Bin 0 -> 870 bytes src/pics/theme3_error.png | Bin 0 -> 342 bytes src/pics/theme3_none.png | Bin 0 -> 339 bytes src/pics/theme3_rx.png | Bin 0 -> 615 bytes src/pics/theme3_tx.png | Bin 0 -> 787 bytes src/pics/theme4_both.png | Bin 0 -> 1034 bytes src/pics/theme4_error.png | Bin 0 -> 1245 bytes src/pics/theme4_none.png | Bin 0 -> 1000 bytes src/pics/theme4_rx.png | Bin 0 -> 1025 bytes src/pics/theme4_tx.png | Bin 0 -> 1025 bytes 28 files changed, 11 insertions(+) create mode 100644 src/pics/CMakeLists.txt create mode 100644 src/pics/Makefile.am create mode 100644 src/pics/icon_pci.png create mode 100644 src/pics/theme0_both.png create mode 100644 src/pics/theme0_error.png create mode 100644 src/pics/theme0_none.png create mode 100644 src/pics/theme0_rx.png create mode 100644 src/pics/theme0_tx.png create mode 100644 src/pics/theme1_both.png create mode 100644 src/pics/theme1_error.png create mode 100644 src/pics/theme1_none.png create mode 100644 src/pics/theme1_rx.png create mode 100644 src/pics/theme1_tx.png create mode 100644 src/pics/theme2_both.png create mode 100644 src/pics/theme2_error.png create mode 100644 src/pics/theme2_none.png create mode 100644 src/pics/theme2_rx.png create mode 100644 src/pics/theme2_tx.png create mode 100644 src/pics/theme3_both.png create mode 100644 src/pics/theme3_error.png create mode 100644 src/pics/theme3_none.png create mode 100644 src/pics/theme3_rx.png create mode 100644 src/pics/theme3_tx.png create mode 100644 src/pics/theme4_both.png create mode 100644 src/pics/theme4_error.png create mode 100644 src/pics/theme4_none.png create mode 100644 src/pics/theme4_rx.png create mode 100644 src/pics/theme4_tx.png (limited to 'src/pics') diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt new file mode 100644 index 0000000..e7d1781 --- /dev/null +++ b/src/pics/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am new file mode 100644 index 0000000..fab68d0 --- /dev/null +++ b/src/pics/Makefile.am @@ -0,0 +1,5 @@ +knetstats_DATA = theme0_none.png theme1_error.png theme2_both.png theme2_tx.png theme3_rx.png theme4_none.png \ + icon_pci.png theme0_rx.png theme1_none.png theme2_error.png theme3_both.png theme3_tx.png theme4_rx.png \ + theme0_both.png theme0_tx.png theme1_rx.png theme2_none.png theme3_error.png theme4_both.png theme4_tx.png \ + theme0_error.png theme1_both.png theme1_tx.png theme2_rx.png theme3_none.png theme4_error.png +knetstatsdir = $(kde_datadir)/knetstats/pics diff --git a/src/pics/icon_pci.png b/src/pics/icon_pci.png new file mode 100644 index 0000000..f7a607e Binary files /dev/null and b/src/pics/icon_pci.png differ diff --git a/src/pics/theme0_both.png b/src/pics/theme0_both.png new file mode 100644 index 0000000..0950f8b Binary files /dev/null and b/src/pics/theme0_both.png differ diff --git a/src/pics/theme0_error.png b/src/pics/theme0_error.png new file mode 100644 index 0000000..b618a9a Binary files /dev/null and b/src/pics/theme0_error.png differ diff --git a/src/pics/theme0_none.png b/src/pics/theme0_none.png new file mode 100644 index 0000000..b953009 Binary files /dev/null and b/src/pics/theme0_none.png differ diff --git a/src/pics/theme0_rx.png b/src/pics/theme0_rx.png new file mode 100644 index 0000000..e902270 Binary files /dev/null and b/src/pics/theme0_rx.png differ diff --git a/src/pics/theme0_tx.png b/src/pics/theme0_tx.png new file mode 100644 index 0000000..d3ad8be Binary files /dev/null and b/src/pics/theme0_tx.png differ diff --git a/src/pics/theme1_both.png b/src/pics/theme1_both.png new file mode 100644 index 0000000..851c1cb Binary files /dev/null and b/src/pics/theme1_both.png differ diff --git a/src/pics/theme1_error.png b/src/pics/theme1_error.png new file mode 100644 index 0000000..4b121a2 Binary files /dev/null and b/src/pics/theme1_error.png differ diff --git a/src/pics/theme1_none.png b/src/pics/theme1_none.png new file mode 100644 index 0000000..57f0142 Binary files /dev/null and b/src/pics/theme1_none.png differ diff --git a/src/pics/theme1_rx.png b/src/pics/theme1_rx.png new file mode 100644 index 0000000..0a38fa3 Binary files /dev/null and b/src/pics/theme1_rx.png differ diff --git a/src/pics/theme1_tx.png b/src/pics/theme1_tx.png new file mode 100644 index 0000000..9708c27 Binary files /dev/null and b/src/pics/theme1_tx.png differ diff --git a/src/pics/theme2_both.png b/src/pics/theme2_both.png new file mode 100644 index 0000000..0ce25c8 Binary files /dev/null and b/src/pics/theme2_both.png differ diff --git a/src/pics/theme2_error.png b/src/pics/theme2_error.png new file mode 100644 index 0000000..4418e97 Binary files /dev/null and b/src/pics/theme2_error.png differ diff --git a/src/pics/theme2_none.png b/src/pics/theme2_none.png new file mode 100644 index 0000000..a686cba Binary files /dev/null and b/src/pics/theme2_none.png differ diff --git a/src/pics/theme2_rx.png b/src/pics/theme2_rx.png new file mode 100644 index 0000000..8d992d9 Binary files /dev/null and b/src/pics/theme2_rx.png differ diff --git a/src/pics/theme2_tx.png b/src/pics/theme2_tx.png new file mode 100644 index 0000000..d176fac Binary files /dev/null and b/src/pics/theme2_tx.png differ diff --git a/src/pics/theme3_both.png b/src/pics/theme3_both.png new file mode 100644 index 0000000..8670266 Binary files /dev/null and b/src/pics/theme3_both.png differ diff --git a/src/pics/theme3_error.png b/src/pics/theme3_error.png new file mode 100644 index 0000000..ee08863 Binary files /dev/null and b/src/pics/theme3_error.png differ diff --git a/src/pics/theme3_none.png b/src/pics/theme3_none.png new file mode 100644 index 0000000..4fbdbe5 Binary files /dev/null and b/src/pics/theme3_none.png differ diff --git a/src/pics/theme3_rx.png b/src/pics/theme3_rx.png new file mode 100644 index 0000000..c0a6daf Binary files /dev/null and b/src/pics/theme3_rx.png differ diff --git a/src/pics/theme3_tx.png b/src/pics/theme3_tx.png new file mode 100644 index 0000000..bf1c21e Binary files /dev/null and b/src/pics/theme3_tx.png differ diff --git a/src/pics/theme4_both.png b/src/pics/theme4_both.png new file mode 100644 index 0000000..d237404 Binary files /dev/null and b/src/pics/theme4_both.png differ diff --git a/src/pics/theme4_error.png b/src/pics/theme4_error.png new file mode 100644 index 0000000..b14a709 Binary files /dev/null and b/src/pics/theme4_error.png differ diff --git a/src/pics/theme4_none.png b/src/pics/theme4_none.png new file mode 100644 index 0000000..02c7131 Binary files /dev/null and b/src/pics/theme4_none.png differ diff --git a/src/pics/theme4_rx.png b/src/pics/theme4_rx.png new file mode 100644 index 0000000..d77b01d Binary files /dev/null and b/src/pics/theme4_rx.png differ diff --git a/src/pics/theme4_tx.png b/src/pics/theme4_tx.png new file mode 100644 index 0000000..86591c6 Binary files /dev/null and b/src/pics/theme4_tx.png differ -- cgit v1.2.1