From f936bd76af24d2a634b8ad5cd0c672cb5f71c892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 18 Nov 2018 18:47:25 +0900 Subject: Added missing applications icons for Kleopatra. Icons have been taken from GnuPG/KDE version of Kleopatra, which is available under GPL version >= 2. Signed-off-by: Michele Calgaro (cherry picked from commit f524f014dbe5c1aded491b20044978878b3eb805) --- certmanager/CMakeLists.txt | 1 + certmanager/icons/CMakeLists.txt | 12 ++++++++++++ certmanager/icons/hi128-app-kleopatra.png | Bin 0 -> 9349 bytes certmanager/icons/hi16-app-kleopatra.png | Bin 0 -> 335 bytes certmanager/icons/hi22-app-kleopatra.png | Bin 0 -> 370 bytes certmanager/icons/hi32-app-kleopatra.png | Bin 0 -> 1446 bytes certmanager/icons/hi48-app-kleopatra.png | Bin 0 -> 2485 bytes certmanager/icons/hi64-app-kleopatra.png | Bin 0 -> 4033 bytes certmanager/icons/hisc-app-kleopatra.svgz | Bin 0 -> 7651 bytes 9 files changed, 13 insertions(+) create mode 100644 certmanager/icons/CMakeLists.txt create mode 100644 certmanager/icons/hi128-app-kleopatra.png create mode 100644 certmanager/icons/hi16-app-kleopatra.png create mode 100644 certmanager/icons/hi22-app-kleopatra.png create mode 100644 certmanager/icons/hi32-app-kleopatra.png create mode 100644 certmanager/icons/hi48-app-kleopatra.png create mode 100644 certmanager/icons/hi64-app-kleopatra.png create mode 100644 certmanager/icons/hisc-app-kleopatra.svgz (limited to 'certmanager') diff --git a/certmanager/CMakeLists.txt b/certmanager/CMakeLists.txt index 4023f5a65..91151b69e 100644 --- a/certmanager/CMakeLists.txt +++ b/certmanager/CMakeLists.txt @@ -18,6 +18,7 @@ tde_import( libtdenetwork ) add_subdirectory( lib ) add_subdirectory( conf ) add_subdirectory( kwatchgnupg ) +add_subdirectory( icons ) add_definitions( -DLIBKLEOPATRA_NO_COMPAT ) diff --git a/certmanager/icons/CMakeLists.txt b/certmanager/icons/CMakeLists.txt new file mode 100644 index 000000000..db8d4480c --- /dev/null +++ b/certmanager/icons/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons( ) diff --git a/certmanager/icons/hi128-app-kleopatra.png b/certmanager/icons/hi128-app-kleopatra.png new file mode 100644 index 000000000..395529977 Binary files /dev/null and b/certmanager/icons/hi128-app-kleopatra.png differ diff --git a/certmanager/icons/hi16-app-kleopatra.png b/certmanager/icons/hi16-app-kleopatra.png new file mode 100644 index 000000000..cebf68c94 Binary files /dev/null and b/certmanager/icons/hi16-app-kleopatra.png differ diff --git a/certmanager/icons/hi22-app-kleopatra.png b/certmanager/icons/hi22-app-kleopatra.png new file mode 100644 index 000000000..594b807c0 Binary files /dev/null and b/certmanager/icons/hi22-app-kleopatra.png differ diff --git a/certmanager/icons/hi32-app-kleopatra.png b/certmanager/icons/hi32-app-kleopatra.png new file mode 100644 index 000000000..b685f5fc4 Binary files /dev/null and b/certmanager/icons/hi32-app-kleopatra.png differ diff --git a/certmanager/icons/hi48-app-kleopatra.png b/certmanager/icons/hi48-app-kleopatra.png new file mode 100644 index 000000000..2044960d2 Binary files /dev/null and b/certmanager/icons/hi48-app-kleopatra.png differ diff --git a/certmanager/icons/hi64-app-kleopatra.png b/certmanager/icons/hi64-app-kleopatra.png new file mode 100644 index 000000000..a9b9f788a Binary files /dev/null and b/certmanager/icons/hi64-app-kleopatra.png differ diff --git a/certmanager/icons/hisc-app-kleopatra.svgz b/certmanager/icons/hisc-app-kleopatra.svgz new file mode 100644 index 000000000..72916f64c Binary files /dev/null and b/certmanager/icons/hisc-app-kleopatra.svgz differ -- cgit v1.2.1