From 7750592356b80603b416051ce5d13a63f008eb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 19:22:20 +0200 Subject: Install scaleable application icons into XDG directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 8d394eaea3b017370f67f0084d4044fc5aadd914) --- icons/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 4c13ff1..23da501 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -13,6 +13,15 @@ ##### install application icon ################## tde_install_icons( ) +install( + FILES tellico.svg + DESTINATION ${ICON_INSTALL_DIR}/hicolor/scalable/apps +) +install( + FILES tellico_mime.svg + DESTINATION ${ICON_INSTALL_DIR}/hicolor/scalable/mimetypes + RENAME application-x-tellico.svg +) ##### other data ################################ install( -- cgit v1.2.3