summaryrefslogtreecommitdiffstats
path: root/pics
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-09 10:27:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 08:41:51 +0900
commitec3aadb3632f0951192973daa4e6380f0451a9de (patch)
treed29064137559d4a3f115441585ba2a48b4253110 /pics
parentb531e449a935232235bfdf1c01e799ab40afaae0 (diff)
downloadkmyfirewall-ec3aadb3632f0951192973daa4e6380f0451a9de.tar.gz
kmyfirewall-ec3aadb3632f0951192973daa4e6380f0451a9de.zip
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c5271c67110f7f37005e585f56bf061a236acb18)
Diffstat (limited to 'pics')
-rw-r--r--pics/CMakeLists.txt168
1 files changed, 168 insertions, 0 deletions
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt
new file mode 100644
index 0000000..ecdefe4
--- /dev/null
+++ b/pics/CMakeLists.txt
@@ -0,0 +1,168 @@
+##### App icons
+
+install(
+ FILES kmyfirewall-16.png
+ DESTINATION ${ICON_INSTALL_DIR}/hicolor/16x16/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-22.png
+ DESTINATION ${ICON_INSTALL_DIR}/hicolor/22x22/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-32.png
+ DESTINATION ${ICON_INSTALL_DIR}/hicolor/32x32/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-48.png
+ DESTINATION ${ICON_INSTALL_DIR}/hicolor/48x48/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-64.png
+ DESTINATION ${ICON_INSTALL_DIR}/hicolor/64x64/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-16-lo.png
+ DESTINATION ${ICON_INSTALL_DIR}/locolor/16x16/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-32-lo.png
+ DESTINATION ${ICON_INSTALL_DIR}/locolor/32x32/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall-48-lo.png
+ DESTINATION ${ICON_INSTALL_DIR}/locolor/48x48/apps
+ RENAME kmyfirewall.png
+)
+
+install(
+ FILES kmyfirewall.xpm
+ DESTINATION ${SHARE_INSTALL_PREFIX}/pixmaps
+)
+
+
+##### KMFMyFirewall
+
+install(
+ FILES
+ kmf_snapshot_generic_interface.png kmf_snapshot_iptables_interface.png reject.png target.png
+ splash.png splash_cut.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/pics
+)
+
+install(
+ FILES builtin-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/16x16/actions
+ RENAME builtin.png
+)
+
+install(
+ FILES table-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/16x16/actions
+ RENAME table.png
+)
+
+install(
+ FILES user_defined-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/16x16/actions
+ RENAME user_defined.png
+)
+
+install(
+ FILES rule-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/16x16/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-22.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/22x22/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-32.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/32x32/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-48.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/48x48/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-64.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmyfirewall/icons/hicolor/64x64/actions
+ RENAME rule.png
+)
+
+
+##### KMFSysTray
+
+install(
+ FILES reject.png target.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/pics
+)
+
+install(
+ FILES builtin-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/16x16/actions
+ RENAME builtin.png
+)
+
+install(
+ FILES table-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/16x16/actions
+ RENAME table.png
+)
+
+install(
+ FILES user_defined-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/16x16/actions
+ RENAME user_defined.png
+)
+
+install(
+ FILES rule-16.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/16x16/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-22.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/22x22/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-32.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/32x32/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-48.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/48x48/actions
+ RENAME rule.png
+)
+
+install(
+ FILES rule-64.png
+ DESTINATION ${DATA_INSTALL_DIR}/kmfsystray/icons/hicolor/64x64/actions
+ RENAME rule.png
+)