diff options
author | Slávek Banko <[email protected]> | 2021-07-04 19:22:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 19:22:41 +0200 |
commit | 7750592356b80603b416051ce5d13a63f008eb9a (patch) | |
tree | 78da51af0300a19c7957510cf58f7807376f737f | |
parent | f7618c625ca2dc84f08eae88d86c5ea4d3fd73c5 (diff) | |
download | tellico-7750592356b80603b416051ce5d13a63f008eb9a.tar.gz tellico-7750592356b80603b416051ce5d13a63f008eb9a.zip |
Install scaleable application icons into XDG directory.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 8d394eaea3b017370f67f0084d4044fc5aadd914)
-rw-r--r-- | icons/CMakeLists.txt | 9 |
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( |