diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 21:35:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-05 00:27:27 +0200 |
commit | 2f8df1acf35f956382a6ef91a5ef6fb23ab5df8d (patch) | |
tree | f457938c245f00bb40c86e579613623016bf0018 | |
parent | kde-apps/akonadi: drop 22.08.3 (diff) | |
download | gentoo-2f8df1acf35f956382a6ef91a5ef6fb23ab5df8d.tar.gz gentoo-2f8df1acf35f956382a6ef91a5ef6fb23ab5df8d.tar.bz2 gentoo-2f8df1acf35f956382a6ef91a5ef6fb23ab5df8d.zip |
kde-apps/akonadi-calendar: drop 22.08.3, 22.08.3-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 files changed, 0 insertions, 202 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index b50237e5c1c3..834dd341f7cf 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,2 +1 @@ -DIST akonadi-calendar-22.08.3.tar.xz 395312 BLAKE2B 0d28e8435014a83625d59ac73137533b87305143a4ba720741bb8374c6cac30ac8af504d7cbe132b7b9e567e7f173ad48f78f1f02d81e6a3356837e0cd0299e2 SHA512 d708a2ebc1ba76115725eeed18685e0cbd0715d730468eff9d9017d35658bb4a264d52b0b083e47fdb790cbad552be4fdac6d505981f7a34acd29eee1576c502 DIST akonadi-calendar-22.12.3.tar.xz 410132 BLAKE2B 8a85f8c326774067ed56560756394dd119ac3972e29e09c626273b6934cb534a4371c0c6bebfcc56271603b1652ae0ac9ec80e49bb53145869103cb1be1eb930 SHA512 bdf84d138654fac1191117d4cec6864577ddc4ac59167f4463121bcf4c5f6cd61edfbe9ea04a85daf1ac9b654d276f30b0761628b19b6752fdd885c2571b2aa8 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3-r1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3-r1.ebuild deleted file mode 100644 index 4880c2331795..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="Library for akonadi calendar integration" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-contacts-${PVCUT}:5 - >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/kcalutils-${PVCUT}:5 - >=kde-apps/kidentitymanagement-${PVCUT}:5 - >=kde-apps/kmailtransport-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-fix-hidpi-scaling.patch" - "${FILESDIR}/${P}-fix-kalendarac-crash.patch" - "${FILESDIR}/${P}-convert-event-start-time-to-local-tz.patch" -) diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3.ebuild deleted file mode 100644 index f203a6c8415d..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-22.08.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="Library for akonadi calendar integration" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-contacts-${PVCUT}:5 - >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/kcalutils-${PVCUT}:5 - >=kde-apps/kidentitymanagement-${PVCUT}:5 - >=kde-apps/kmailtransport-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-convert-event-start-time-to-local-tz.patch b/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-convert-event-start-time-to-local-tz.patch deleted file mode 100644 index 4ede6334a029..000000000000 --- a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-convert-event-start-time-to-local-tz.patch +++ /dev/null @@ -1,33 +0,0 @@ -From fdbd7e42b6707cf99db48f62d43ca104de632159 Mon Sep 17 00:00:00 2001 -From: Kishore Gopalakrishnan <kishore96@gmail.com> -Date: Sun, 6 Nov 2022 13:03:22 +0530 -Subject: [PATCH] Convert event start time to user's local timezone - -Since we don't display the timezone of the event in the notification, -this is required when the event is in a different timezone from the -user's local one. - -BUG: 453805 - - -(cherry picked from commit 750200aa58e3a8c4073e6304a0e214c1c5beafb9) ---- - reminder-daemon/alarmnotification.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/reminder-daemon/alarmnotification.cpp b/reminder-daemon/alarmnotification.cpp -index 6082e9a..27e53e2 100644 ---- a/reminder-daemon/alarmnotification.cpp -+++ b/reminder-daemon/alarmnotification.cpp -@@ -30,7 +30,7 @@ AlarmNotification::~AlarmNotification() - - void AlarmNotification::send(KalendarAlarmClient *client, const KCalendarCore::Incidence::Ptr &incidence) - { -- const QDateTime startTime = m_occurrence.isValid() ? m_occurrence : incidence->dtStart(); -+ const QDateTime startTime = m_occurrence.isValid() ? m_occurrence.toLocalTime() : incidence->dtStart().toLocalTime(); - const bool notificationExists = m_notification; - if (!notificationExists) { - m_notification = new KNotification(QStringLiteral("alarm")); --- -GitLab - diff --git a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-hidpi-scaling.patch b/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-hidpi-scaling.patch deleted file mode 100644 index 26698be849c4..000000000000 --- a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-hidpi-scaling.patch +++ /dev/null @@ -1,32 +0,0 @@ -From cb8e88e6b50a6edc399510b1a8d6307177f00bb7 Mon Sep 17 00:00:00 2001 -From: Moody Liu <mooodyhunter@outlook.com> -Date: Fri, 14 Oct 2022 23:19:25 +0000 -Subject: [PATCH] kalendarac: set AA_EnableHighDpiScaling attribute before - constructing QGuiApplication - ---- - reminder-daemon/kalendaracmain.cpp | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/reminder-daemon/kalendaracmain.cpp b/reminder-daemon/kalendaracmain.cpp -index 0566c7f..c0ae2be 100644 ---- a/reminder-daemon/kalendaracmain.cpp -+++ b/reminder-daemon/kalendaracmain.cpp -@@ -12,10 +12,13 @@ - - int main(int argc, char **argv) - { -+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -+ // set this attribute before contructing QGuiApplication -+ QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); -+#endif - QGuiApplication app(argc, argv); - app.setQuitOnLastWindowClosed(false); - #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -- QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); - app.setAttribute(Qt::AA_UseHighDpiPixmaps, true); - #endif - --- -GitLab - diff --git a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-kalendarac-crash.patch b/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-kalendarac-crash.patch deleted file mode 100644 index 64801160d886..000000000000 --- a/kde-apps/akonadi-calendar/files/akonadi-calendar-22.08.3-fix-kalendarac-crash.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 9baa8ca070a73658bec0c5a9a1854e4ec73abd8a Mon Sep 17 00:00:00 2001 -From: Allen Winter <winter@kde.org> -Date: Fri, 30 Dec 2022 09:29:02 -0500 -Subject: [PATCH] Ensure Akonadi IncidenceChanger doesn't try to show dialogs - -Since kalendarac is not a proper QApplication it can't -show dialogs anyway. Else you'll see crashes with: -"QWidget: Cannot create a QWidget without QApplication" ---- - reminder-daemon/kalendaralarmclient.cpp | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/reminder-daemon/kalendaralarmclient.cpp b/reminder-daemon/kalendaralarmclient.cpp -index b726ac1..da3b050 100644 ---- a/reminder-daemon/kalendaralarmclient.cpp -+++ b/reminder-daemon/kalendaralarmclient.cpp -@@ -6,6 +6,7 @@ - #include "calendarinterface.h" - #include "logging.h" - -+#include <Akonadi/IncidenceChanger> - #include <KIO/ApplicationLauncherJob> - - #include <KCheckableProxyModel> -@@ -52,6 +53,8 @@ void KalendarAlarmClient::setupAkonadi() - const QStringList mimeTypes{Event::eventMimeType(), Todo::todoMimeType()}; - mCalendar = Akonadi::ETMCalendar::Ptr(new Akonadi::ETMCalendar(mimeTypes)); - mCalendar->setObjectName(QStringLiteral("KalendarAC's calendar")); -+ Akonadi::IncidenceChanger *changer = mCalendar->incidenceChanger(); -+ changer->setShowDialogsOnError(false); - mETM = mCalendar->entityTreeModel(); - - connect(&mCheckTimer, &QTimer::timeout, this, &KalendarAlarmClient::checkAlarms); --- -GitLab - |