diff options
author | Slávek Banko <[email protected]> | 2018-10-26 04:07:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-27 13:30:15 +0200 |
commit | 06772a369f2beef80bb291ded30cbe125a24af56 (patch) | |
tree | c2fc8e4df81273c01c4e847a9a8cb8229ebe1925 /src/pics | |
parent | 6a9585138c128efb1be5230b71a7afdba8d1aea7 (diff) | |
download | knetstats-06772a369f2beef80bb291ded30cbe125a24af56.tar.gz knetstats-06772a369f2beef80bb291ded30cbe125a24af56.zip |
Fix structure of directories
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/pics')
-rw-r--r-- | src/pics/CMakeLists.txt | 6 | ||||
-rw-r--r-- | src/pics/Makefile.am | 5 | ||||
-rw-r--r-- | src/pics/icon_pci.png | bin | 0 -> 704 bytes | |||
-rw-r--r-- | src/pics/theme0_both.png | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | src/pics/theme0_error.png | bin | 0 -> 1510 bytes | |||
-rw-r--r-- | src/pics/theme0_none.png | bin | 0 -> 1403 bytes | |||
-rw-r--r-- | src/pics/theme0_rx.png | bin | 0 -> 1411 bytes | |||
-rw-r--r-- | src/pics/theme0_tx.png | bin | 0 -> 1405 bytes | |||
-rw-r--r-- | src/pics/theme1_both.png | bin | 0 -> 1219 bytes | |||
-rw-r--r-- | src/pics/theme1_error.png | bin | 0 -> 483 bytes | |||
-rw-r--r-- | src/pics/theme1_none.png | bin | 0 -> 482 bytes | |||
-rw-r--r-- | src/pics/theme1_rx.png | bin | 0 -> 881 bytes | |||
-rw-r--r-- | src/pics/theme1_tx.png | bin | 0 -> 927 bytes | |||
-rw-r--r-- | src/pics/theme2_both.png | bin | 0 -> 1384 bytes | |||
-rw-r--r-- | src/pics/theme2_error.png | bin | 0 -> 709 bytes | |||
-rw-r--r-- | src/pics/theme2_none.png | bin | 0 -> 835 bytes | |||
-rw-r--r-- | src/pics/theme2_rx.png | bin | 0 -> 1121 bytes | |||
-rw-r--r-- | src/pics/theme2_tx.png | bin | 0 -> 1115 bytes | |||
-rw-r--r-- | src/pics/theme3_both.png | bin | 0 -> 870 bytes | |||
-rw-r--r-- | src/pics/theme3_error.png | bin | 0 -> 342 bytes | |||
-rw-r--r-- | src/pics/theme3_none.png | bin | 0 -> 339 bytes | |||
-rw-r--r-- | src/pics/theme3_rx.png | bin | 0 -> 615 bytes | |||
-rw-r--r-- | src/pics/theme3_tx.png | bin | 0 -> 787 bytes | |||
-rw-r--r-- | src/pics/theme4_both.png | bin | 0 -> 1034 bytes | |||
-rw-r--r-- | src/pics/theme4_error.png | bin | 0 -> 1245 bytes | |||
-rw-r--r-- | src/pics/theme4_none.png | bin | 0 -> 1000 bytes | |||
-rw-r--r-- | src/pics/theme4_rx.png | bin | 0 -> 1025 bytes | |||
-rw-r--r-- | src/pics/theme4_tx.png | bin | 0 -> 1025 bytes |
28 files changed, 11 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..f7a607e --- /dev/null +++ b/src/pics/icon_pci.png diff --git a/src/pics/theme0_both.png b/src/pics/theme0_both.png Binary files differnew file mode 100644 index 0000000..0950f8b --- /dev/null +++ b/src/pics/theme0_both.png diff --git a/src/pics/theme0_error.png b/src/pics/theme0_error.png Binary files differnew file mode 100644 index 0000000..b618a9a --- /dev/null +++ b/src/pics/theme0_error.png diff --git a/src/pics/theme0_none.png b/src/pics/theme0_none.png Binary files differnew file mode 100644 index 0000000..b953009 --- /dev/null +++ b/src/pics/theme0_none.png diff --git a/src/pics/theme0_rx.png b/src/pics/theme0_rx.png Binary files differnew file mode 100644 index 0000000..e902270 --- /dev/null +++ b/src/pics/theme0_rx.png diff --git a/src/pics/theme0_tx.png b/src/pics/theme0_tx.png Binary files differnew file mode 100644 index 0000000..d3ad8be --- /dev/null +++ b/src/pics/theme0_tx.png diff --git a/src/pics/theme1_both.png b/src/pics/theme1_both.png Binary files differnew file mode 100644 index 0000000..851c1cb --- /dev/null +++ b/src/pics/theme1_both.png diff --git a/src/pics/theme1_error.png b/src/pics/theme1_error.png Binary files differnew file mode 100644 index 0000000..4b121a2 --- /dev/null +++ b/src/pics/theme1_error.png diff --git a/src/pics/theme1_none.png b/src/pics/theme1_none.png Binary files differnew file mode 100644 index 0000000..57f0142 --- /dev/null +++ b/src/pics/theme1_none.png diff --git a/src/pics/theme1_rx.png b/src/pics/theme1_rx.png Binary files differnew file mode 100644 index 0000000..0a38fa3 --- /dev/null +++ b/src/pics/theme1_rx.png diff --git a/src/pics/theme1_tx.png b/src/pics/theme1_tx.png Binary files differnew file mode 100644 index 0000000..9708c27 --- /dev/null +++ b/src/pics/theme1_tx.png diff --git a/src/pics/theme2_both.png b/src/pics/theme2_both.png Binary files differnew file mode 100644 index 0000000..0ce25c8 --- /dev/null +++ b/src/pics/theme2_both.png diff --git a/src/pics/theme2_error.png b/src/pics/theme2_error.png Binary files differnew file mode 100644 index 0000000..4418e97 --- /dev/null +++ b/src/pics/theme2_error.png diff --git a/src/pics/theme2_none.png b/src/pics/theme2_none.png Binary files differnew file mode 100644 index 0000000..a686cba --- /dev/null +++ b/src/pics/theme2_none.png diff --git a/src/pics/theme2_rx.png b/src/pics/theme2_rx.png Binary files differnew file mode 100644 index 0000000..8d992d9 --- /dev/null +++ b/src/pics/theme2_rx.png diff --git a/src/pics/theme2_tx.png b/src/pics/theme2_tx.png Binary files differnew file mode 100644 index 0000000..d176fac --- /dev/null +++ b/src/pics/theme2_tx.png diff --git a/src/pics/theme3_both.png b/src/pics/theme3_both.png Binary files differnew file mode 100644 index 0000000..8670266 --- /dev/null +++ b/src/pics/theme3_both.png diff --git a/src/pics/theme3_error.png b/src/pics/theme3_error.png Binary files differnew file mode 100644 index 0000000..ee08863 --- /dev/null +++ b/src/pics/theme3_error.png diff --git a/src/pics/theme3_none.png b/src/pics/theme3_none.png Binary files differnew file mode 100644 index 0000000..4fbdbe5 --- /dev/null +++ b/src/pics/theme3_none.png diff --git a/src/pics/theme3_rx.png b/src/pics/theme3_rx.png Binary files differnew file mode 100644 index 0000000..c0a6daf --- /dev/null +++ b/src/pics/theme3_rx.png diff --git a/src/pics/theme3_tx.png b/src/pics/theme3_tx.png Binary files differnew file mode 100644 index 0000000..bf1c21e --- /dev/null +++ b/src/pics/theme3_tx.png diff --git a/src/pics/theme4_both.png b/src/pics/theme4_both.png Binary files differnew file mode 100644 index 0000000..d237404 --- /dev/null +++ b/src/pics/theme4_both.png diff --git a/src/pics/theme4_error.png b/src/pics/theme4_error.png Binary files differnew file mode 100644 index 0000000..b14a709 --- /dev/null +++ b/src/pics/theme4_error.png diff --git a/src/pics/theme4_none.png b/src/pics/theme4_none.png Binary files differnew file mode 100644 index 0000000..02c7131 --- /dev/null +++ b/src/pics/theme4_none.png diff --git a/src/pics/theme4_rx.png b/src/pics/theme4_rx.png Binary files differnew file mode 100644 index 0000000..d77b01d --- /dev/null +++ b/src/pics/theme4_rx.png diff --git a/src/pics/theme4_tx.png b/src/pics/theme4_tx.png Binary files differnew file mode 100644 index 0000000..86591c6 --- /dev/null +++ b/src/pics/theme4_tx.png |