summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-05-16 08:10:50 +0200
committerSam James <sam@gentoo.org>2022-05-19 02:12:35 +0000
commite22bbe115c79eb13e0d4d95b44b54deeaf58cfdb (patch)
tree97de04e270eadb100ac483ad2a149b8b0e195f5c /kde-apps/kcalutils
parentsci-astronomy/wcslib: remove unused patch(es) (diff)
downloadgentoo-e22bbe115c79eb13e0d4d95b44b54deeaf58cfdb.tar.gz
gentoo-e22bbe115c79eb13e0d4d95b44b54deeaf58cfdb.tar.bz2
gentoo-e22bbe115c79eb13e0d4d95b44b54deeaf58cfdb.zip
kde-apps/kcalutils: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25516 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index 56ac25b3d451..000000000000
--- a/kde-apps/kcalutils/files/kcalutils-22.04.0-kmail-calendar-invites.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://mail.kde.org/pipermail/distributions/2022-April/001223.html
-https://invent.kde.org/pim/kcalutils/-/commit/494331a28bb722b4ab4c38a2520f305b8f7ad8fa
-
-From 494331a28bb722b4ab4c38a2520f305b8f7ad8fa Mon Sep 17 00:00:00 2001
-From: Laurent Montel <montel@kde.org>
-Date: Fri, 22 Apr 2022 19:06:36 +0200
-Subject: [PATCH] Fix Bug 452480: Kmail doesn't display calendar invites
-
-BUG:452480
-FIXED-IN: 5.17.1
---- a/src/grantlee_plugin/CMakeLists.txt
-+++ b/src/grantlee_plugin/CMakeLists.txt
-@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
- KF5CalendarUtils
- )
-
--install(TARGETS kcalendar_grantlee_plugin
-- LIBRARY DESTINATION ${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
--)
-+if (QT_MAJOR_VERSION STREQUAL "5")
-+ install(TARGETS kcalendar_grantlee_plugin
-+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}/
-+ )
-+else()
-+ install(TARGETS kcalendar_grantlee_plugin
-+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
-+ )
-+endif()
-GitLab