From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/
Date: Wed, 28 Aug 2024 18:48:46 +0000 (UTC) [thread overview]
Message-ID: <1724870916.0851e4465cebef93148daf64e9ae3823b1de0850.asturm@gentoo> (raw)
commit: 0851e4465cebef93148daf64e9ae3823b1de0850
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 18:42:45 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 18:48:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0851e446
kde-apps/kalarm: Workaround implicit CMake dependency chain issue
- USE=-speech sets -DCMAKE_DISABLE_FIND_PACKAGE_KF6TextEditTextToSpeech=ON
- kde-apps/kidentitymanagement depends on kde-apps/kpimtextedit
- If kde-apps/kpimtextedit was built with USE=speech, its cmake config file
depends on KF6TextEditTextToSpeech which then fails to be found when
disabled by the kde-apps/kalarm[-speech] cmake arg.
Bug: https://bugs.gentoo.org/934478
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kalarm/kalarm-24.05.2.ebuild | 1 +
kde-apps/kalarm/kalarm-24.08.0.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kalarm/kalarm-24.05.2.ebuild b/kde-apps/kalarm/kalarm-24.05.2.ebuild
index bb57bf884c71..3a10f6b6ef49 100644
--- a/kde-apps/kalarm/kalarm-24.05.2.ebuild
+++ b/kde-apps/kalarm/kalarm-24.05.2.ebuild
@@ -62,6 +62,7 @@ RDEPEND="${COMMON_DEPEND}
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
"
DEPEND="${COMMON_DEPEND}
+ speech? ( kde-apps/kpimtextedit[speech] )
X? ( x11-base/xorg-proto )
"
diff --git a/kde-apps/kalarm/kalarm-24.08.0.ebuild b/kde-apps/kalarm/kalarm-24.08.0.ebuild
index 67f90bb19c74..89871c3e5c28 100644
--- a/kde-apps/kalarm/kalarm-24.08.0.ebuild
+++ b/kde-apps/kalarm/kalarm-24.08.0.ebuild
@@ -63,6 +63,7 @@ RDEPEND="${COMMON_DEPEND}
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
"
DEPEND="${COMMON_DEPEND}
+ speech? ( kde-apps/kpimtextedit[speech] )
X? ( x11-base/xorg-proto )
"
next reply other threads:[~2024-08-28 18:48 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 18:48 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 23:01 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/ Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2023-07-06 12:13 Andreas Sturmlechner
2022-07-08 12:54 Andreas Sturmlechner
2021-11-27 12:45 Andreas Sturmlechner
2021-11-15 18:59 Andreas Sturmlechner
2021-11-15 18:59 Andreas Sturmlechner
2020-10-15 10:30 Georgy Yakovlev
2019-04-06 15:37 Mikle Kolyada
2019-03-19 11:18 Andreas Sturmlechner
2019-02-09 14:26 Andreas Sturmlechner
2017-05-07 21:24 Agostino Sarubbo
2016-12-21 12:32 Michael Palimaka
2016-12-21 12:32 Michael Palimaka
2016-12-19 20:25 Johannes Huber
2016-06-11 12:23 Agostino Sarubbo
2016-06-11 10:56 Agostino Sarubbo
2016-03-06 11:26 Mikle Kolyada
2016-03-05 13:05 Mikle Kolyada
2016-02-06 15:59 Andreas Hüttel
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=1724870916.0851e4465cebef93148daf64e9ae3823b1de0850.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