archrelease: copy trunk to community-any
[ArchLinux/community.git] / deepin-calendar / trunk / dde-calendar-icon.patch
blob8292eb1f11ab31c3ad974fd133578f5111f69246
1 From 97129644e1fdd56a9254083e22430308ff0c9db6 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
3 Date: Sat, 1 Aug 2020 13:54:20 +0200
4 Subject: [PATCH] Install the application icon
6 ---
7 CMakeLists.txt | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index 863aa2f..946ba53 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -102,8 +102,8 @@ install(TARGETS dde-calendar DESTINATION bin)
16 file(GLOB APP_QM_FILES "translations/*.qm")
18 -#install(FILES /usr/share/icons/bloom/apps/96/dde-calendar.svg
19 -# DESTINATION /share/icons/hicolor/scalable/apps/)
20 +install(FILES assets/resources/icon/dde-calendar.svg
21 + DESTINATION share/icons/hicolor/scalable/apps)
22 install(FILES ${APP_QM_FILES} DESTINATION share/dde-calendar/translations)
23 install(FILES ${APP_DESKTOP} DESTINATION share/applications)
24 install(FILES ${APP_SERVICE} DESTINATION share/dbus-1/services)