summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-11-27 20:34:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-11-27 20:34:10 +0100
commit1cf6172bafaa1f284519bd9fbd3aa9ada0960cfe (patch)
tree8b50232136dbd8387d22a69f4f85bb28c0a0b660
parent012ff46c9c34a2c65bc6fc214205193a69a0965e (diff)
downloadtdeadmin-1cf6172bafaa1f284519bd9fbd3aa9ada0960cfe.tar.gz
tdeadmin-1cf6172bafaa1f284519bd9fbd3aa9ada0960cfe.zip
Remove icon crystalsvg/16x16/actions/toggle_log.png from ksysv.
The icon will be part of the tdelibs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--ksysv/CMakeLists.txt1
-rw-r--r--ksysv/Makefile.am2
-rw-r--r--ksysv/toolbar/CMakeLists.txt3
-rw-r--r--ksysv/toolbar/Makefile.am1
-rw-r--r--ksysv/toolbar/cr16-action-toggle_log.pngbin925 -> 0 bytes
5 files changed, 1 insertions, 6 deletions
diff --git a/ksysv/CMakeLists.txt b/ksysv/CMakeLists.txt
index 64f11e7..223bc80 100644
--- a/ksysv/CMakeLists.txt
+++ b/ksysv/CMakeLists.txt
@@ -1,7 +1,6 @@
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
add_subdirectory( pics )
-add_subdirectory( toolbar )
include_directories(
${CMAKE_BINARY_DIR}
diff --git a/ksysv/Makefile.am b/ksysv/Makefile.am
index 50a6bea..cf4dab1 100644
--- a/ksysv/Makefile.am
+++ b/ksysv/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES= $(all_includes)
-SUBDIRS = pics toolbar
+SUBDIRS = pics
KDE_ICON=AUTO
xdg_apps_DATA = ksysv.desktop
diff --git a/ksysv/toolbar/CMakeLists.txt b/ksysv/toolbar/CMakeLists.txt
deleted file mode 100644
index 2b6a060..0000000
--- a/ksysv/toolbar/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
-tde_install_icons( )
diff --git a/ksysv/toolbar/Makefile.am b/ksysv/toolbar/Makefile.am
deleted file mode 100644
index e5515a8..0000000
--- a/ksysv/toolbar/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-KDE_ICON = AUTO
diff --git a/ksysv/toolbar/cr16-action-toggle_log.png b/ksysv/toolbar/cr16-action-toggle_log.png
deleted file mode 100644
index c51e24a..0000000
--- a/ksysv/toolbar/cr16-action-toggle_log.png
+++ /dev/null
Binary files differ