summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-04 19:22:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-04 19:22:41 +0200
commit7750592356b80603b416051ce5d13a63f008eb9a (patch)
tree78da51af0300a19c7957510cf58f7807376f737f
parentf7618c625ca2dc84f08eae88d86c5ea4d3fd73c5 (diff)
downloadtellico-77505923.tar.gz
tellico-77505923.zip
Install scaleable application icons into XDG directory.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8d394eaea3b017370f67f0084d4044fc5aadd914)
-rw-r--r--icons/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
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(