From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/
Date: Wed, 20 Sep 2023 13:15:19 +0000 (UTC) [thread overview]
Message-ID: <1695215693.c8484b4ddbf1972abe4cb71ec479d216ff4f1ec2.asturm@gentoo> (raw)
commit: c8484b4ddbf1972abe4cb71ec479d216ff4f1ec2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 10:56:12 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 13:14:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8484b4d
kde-apps/kdepim-runtime: Add 23.08.2 gdrive fix by upstream request
See also:
https://mail.kde.org/pipermail/distributions/2023-September/001421.html
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=470820
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdepim-runtime/Manifest | 1 +
.../kdepim-runtime-23.08.1-r1.ebuild | 92 ++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/kde-apps/kdepim-runtime/Manifest b/kde-apps/kdepim-runtime/Manifest
index 6ead15206322..74a0aff047f1 100644
--- a/kde-apps/kdepim-runtime/Manifest
+++ b/kde-apps/kdepim-runtime/Manifest
@@ -1,2 +1,3 @@
DIST kdepim-runtime-23.04.3.tar.xz 1864368 BLAKE2B 733aa2dff14d27731060427a33209e3bdb198f819a74153041879446107bfbe1145186afadffe09678591f72727c01b6a8e57c5f21c310db11b9652d791f5ca8 SHA512 5a0373a0da38adf8c7d860727f943536f5b4796b49550947cc11d24919ad00d8af5bad5a3b709434c9415412f027c10a5b1b9cf6c1d3a878140ad246f9cf4b2d
+DIST kdepim-runtime-23.08.1-gdrive-fix.tar.xz 9984 BLAKE2B 91f186ded413235b50adafca35d167c494f1f78d5f20558812d21b1450086424519d820eab2e76dbcd85b5759a94db3cc83e4153c4006cb4e344ff68b3839c9c SHA512 187aa397425d9abc415c31bf3380cfd915ffb9ea1c0fc2f05e2c808d04c0ae60bfeb4c5428eba717dba35e707c3b74f97be79365311f5f99efa0882e3626bc6b
DIST kdepim-runtime-23.08.1.tar.xz 1863648 BLAKE2B 9f09a9091e47a0c5f0e385b8ad117fb29bb84b764a8fd378dcc7a802ea164b9e4667edabe8060e09541ae8b8c4cad145220bc03e3ee9203b3b88a28d94499c38 SHA512 0c3759ecdf551529fd3ec749693881e387ab36601385a0819f53fcb2aff729947820927ad4187581268c945c7609f3b35a78524f2c5f0122d669fc1d368bf692
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-23.08.1-r1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-23.08.1-r1.ebuild
new file mode 100644
index 000000000000..eeb6384267c7
--- /dev/null
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-23.08.1-r1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
+HOMEPAGE="https://apps.kde.org/kontact/"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-gdrive-fix.tar.xz"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="speech"
+
+RESTRICT="test"
+
+# TODO kolab
+RDEPEND="
+ >=app-crypt/qca-2.3.0:2[qt5(+)]
+ dev-libs/cyrus-sasl:2
+ dev-libs/libical:=
+ dev-libs/qtkeychain:=[qt5(+)]
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtnetworkauth-${QTMIN}:5
+ >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/akonadi-calendar-${PVCUT}:5
+ >=kde-apps/akonadi-contacts-${PVCUT}:5
+ >=kde-apps/akonadi-mime-${PVCUT}:5
+ >=kde-apps/akonadi-notes-${PVCUT}:5
+ >=kde-apps/kcalutils-${PVCUT}:5
+ >=kde-apps/kidentitymanagement-${PVCUT}:5
+ >=kde-apps/kimap-${PVCUT}:5
+ >=kde-apps/kldap-${PVCUT}:5
+ >=kde-apps/kmailtransport-${PVCUT}:5
+ >=kde-apps/kmbox-${PVCUT}:5
+ >=kde-apps/kmime-${PVCUT}:5
+ >=kde-apps/libkdepim-${PVCUT}:5
+ >=kde-apps/libkgapi-${PVCUT}:5
+ >=kde-frameworks/kcalendarcore-${KFMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcontacts-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdav-${KFMIN}:5
+ >=kde-frameworks/kholidays-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+ >=kde-apps/kimap-${PVCUT}:5[test]
+ )
+"
+
+PATCHES=(
+ "${WORKDIR}/${P}-gdrive-fix" # KDE-bug 470820
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
+ $(cmake_use_find_package speech Qt5TextToSpeech)
+ )
+ ecm_src_configure
+}
next reply other threads:[~2023-09-20 13:15 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-20 13:15 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-20 13:15 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/ Andreas Sturmlechner
2022-02-26 19:43 Andreas Sturmlechner
2022-02-26 0:21 Sam James
2022-02-25 18:27 Sam James
2022-02-25 18:27 Sam James
2022-02-25 10:15 Andreas Sturmlechner
2020-10-15 10:30 Georgy Yakovlev
2020-08-06 15:04 Andreas Sturmlechner
2020-08-04 1:39 Sam James
2019-04-06 15:37 Mikle Kolyada
2018-11-17 18:39 Andreas Sturmlechner
2017-10-19 22:54 Andreas Sturmlechner
2017-10-19 22:54 Andreas Sturmlechner
2017-06-02 0:38 Andreas Sturmlechner
2017-06-02 0:38 Andreas Sturmlechner
2017-05-26 15:40 Andreas Sturmlechner
2017-04-22 14:32 Andreas Sturmlechner
2017-03-21 9:55 Andreas Sturmlechner
2017-03-19 23:57 Andreas Sturmlechner
2017-03-19 23:57 Andreas Sturmlechner
2016-12-19 20:08 Johannes Huber
2016-10-30 12:56 Johannes Huber
2016-10-29 14:00 David Seifert
2016-09-15 18:01 Michael Palimaka
2016-07-17 10:14 Johannes Huber
2016-07-02 16:45 Michael Palimaka
2016-06-11 10:56 Agostino Sarubbo
2016-03-06 11:26 Mikle Kolyada
2016-03-05 12:56 Mikle Kolyada
2016-02-12 3:45 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1695215693.c8484b4ddbf1972abe4cb71ec479d216ff4f1ec2.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox