diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 15:49:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 15:49:17 +0900 |
commit | 6eeb6f3bd853f29a0162ac9491cf5137afa44eb5 (patch) | |
tree | 04f4ca07cc437c22846e562c28320e38fdd24d58 /icons/app | |
parent | 29c582cab07611e35eff64598f5877911c96c2ea (diff) | |
download | piklab-6eeb6f3bd853f29a0162ac9491cf5137afa44eb5.tar.gz piklab-6eeb6f3bd853f29a0162ac9491cf5137afa44eb5.zip |
Moves icons into separate folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'icons/app')
-rw-r--r-- | icons/app/CMakeLists.txt | 1 | ||||
-rw-r--r-- | icons/app/Makefile.am | 2 | ||||
-rw-r--r-- | icons/app/hi16-app-piklab.png | bin | 0 -> 183 bytes | |||
-rw-r--r-- | icons/app/hi32-app-piklab.png | bin | 0 -> 656 bytes | |||
-rw-r--r-- | icons/app/hi32-mime-piklab_project.png | bin | 0 -> 656 bytes | |||
-rw-r--r-- | icons/app/hi64-app-piklab.png | bin | 0 -> 6453 bytes |
6 files changed, 3 insertions, 0 deletions
diff --git a/icons/app/CMakeLists.txt b/icons/app/CMakeLists.txt new file mode 100644 index 0000000..5cca3c6 --- /dev/null +++ b/icons/app/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${ICON_INSTALL_DIR} ) diff --git a/icons/app/Makefile.am b/icons/app/Makefile.am new file mode 100644 index 0000000..59bae53 --- /dev/null +++ b/icons/app/Makefile.am @@ -0,0 +1,2 @@ +piklabdir = $(kde_icondir) +piklab_ICON = AUTO diff --git a/icons/app/hi16-app-piklab.png b/icons/app/hi16-app-piklab.png Binary files differnew file mode 100644 index 0000000..af9434c --- /dev/null +++ b/icons/app/hi16-app-piklab.png diff --git a/icons/app/hi32-app-piklab.png b/icons/app/hi32-app-piklab.png Binary files differnew file mode 100644 index 0000000..470d467 --- /dev/null +++ b/icons/app/hi32-app-piklab.png diff --git a/icons/app/hi32-mime-piklab_project.png b/icons/app/hi32-mime-piklab_project.png Binary files differnew file mode 100644 index 0000000..470d467 --- /dev/null +++ b/icons/app/hi32-mime-piklab_project.png diff --git a/icons/app/hi64-app-piklab.png b/icons/app/hi64-app-piklab.png Binary files differnew file mode 100644 index 0000000..acb6218 --- /dev/null +++ b/icons/app/hi64-app-piklab.png |