Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalutils/files/
Date: Thu, 19 May 2022 02:20:27
Message-Id: 1652926355.e22bbe115c79eb13e0d4d95b44b54deeaf58cfdb.sam@gentoo
1 commit: e22bbe115c79eb13e0d4d95b44b54deeaf58cfdb
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon May 16 06:10:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 02:12:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22bbe11
7
8 kde-apps/kcalutils: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25516
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../kcalutils-22.04.0-kmail-calendar-invites.patch | 29 ----------------------
16 1 file changed, 29 deletions(-)
17
18 diff --git a/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch b/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch
19 deleted file mode 100644
20 index 56ac25b3d451..000000000000
21 --- a/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -https://mail.kde.org/pipermail/distributions/2022-April/001223.html
25 -https://invent.kde.org/pim/kcalutils/-/commit/494331a28bb722b4ab4c38a2520f305b8f7ad8fa
26 -
27 -From 494331a28bb722b4ab4c38a2520f305b8f7ad8fa Mon Sep 17 00:00:00 2001
28 -From: Laurent Montel <montel@×××.org>
29 -Date: Fri, 22 Apr 2022 19:06:36 +0200
30 -Subject: [PATCH] Fix Bug 452480: Kmail doesn't display calendar invites
31 -
32 -BUG:452480
33 -FIXED-IN: 5.17.1
34 ---- a/src/grantlee_plugin/CMakeLists.txt
35 -+++ b/src/grantlee_plugin/CMakeLists.txt
36 -@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
37 - KF5CalendarUtils
38 - )
39 -
40 --install(TARGETS kcalendar_grantlee_plugin
41 -- LIBRARY DESTINATION ${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
42 --)
43 -+if (QT_MAJOR_VERSION STREQUAL "5")
44 -+ install(TARGETS kcalendar_grantlee_plugin
45 -+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}/
46 -+ )
47 -+else()
48 -+ install(TARGETS kcalendar_grantlee_plugin
49 -+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
50 -+ )
51 -+endif()
52 -GitLab