diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-29 19:41:28 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-01-26 11:52:09 +0100 |
commit | 6b3181cf92f1fc74da1e8a82f690a1526cb4e900 (patch) | |
tree | b2bcaa0683427ddc2a1d692870d731c238f6cce8 /kmag/images | |
parent | e09ebe446c909827c78f7c6d76b94ce4adea139d (diff) | |
download | tdeaccessibility-6b3181cf92f1fc74da1e8a82f690a1526cb4e900.tar.gz tdeaccessibility-6b3181cf92f1fc74da1e8a82f690a1526cb4e900.zip |
Conversion to the cmake building system.
Added several man pages taken from the Debian packaging.
Cleanup headers in ui files.
Add png icons for mono theme.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
cmake:
- Use tde_add_check_executable instead of a combination
of separate calls to tde_add_executable and add_test.
- Simplify the detection of time.h and sys/time.h headers.
- Refactor phrasebook files install, kmouth.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmag/images')
-rw-r--r-- | kmag/images/CMakeLists.txt | 3 | ||||
-rw-r--r-- | kmag/images/Makefile.am | 3 | ||||
-rw-r--r-- | kmag/images/hi16-action-followmouse.png | bin | 0 -> 575 bytes | |||
-rw-r--r-- | kmag/images/hi16-action-hidemouse.png | bin | 0 -> 275 bytes | |||
-rw-r--r-- | kmag/images/hi16-action-window.png | bin | 0 -> 314 bytes |
5 files changed, 6 insertions, 0 deletions
diff --git a/kmag/images/CMakeLists.txt b/kmag/images/CMakeLists.txt new file mode 100644 index 0000000..b2c3d3f --- /dev/null +++ b/kmag/images/CMakeLists.txt @@ -0,0 +1,3 @@ +##### icons + +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kmag/icons ) diff --git a/kmag/images/Makefile.am b/kmag/images/Makefile.am new file mode 100644 index 0000000..336246b --- /dev/null +++ b/kmag/images/Makefile.am @@ -0,0 +1,3 @@ + +kmagiconsdir = $(kde_datadir)/kmag/icons +kmagicons_ICON = followmouse hidemouse window diff --git a/kmag/images/hi16-action-followmouse.png b/kmag/images/hi16-action-followmouse.png Binary files differnew file mode 100644 index 0000000..1b690e8 --- /dev/null +++ b/kmag/images/hi16-action-followmouse.png diff --git a/kmag/images/hi16-action-hidemouse.png b/kmag/images/hi16-action-hidemouse.png Binary files differnew file mode 100644 index 0000000..b792f7d --- /dev/null +++ b/kmag/images/hi16-action-hidemouse.png diff --git a/kmag/images/hi16-action-window.png b/kmag/images/hi16-action-window.png Binary files differnew file mode 100644 index 0000000..1563cca --- /dev/null +++ b/kmag/images/hi16-action-window.png |