public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akregator/
Date: Sun,  3 Mar 2024 15:05:33 +0000 (UTC)	[thread overview]
Message-ID: <1709477536.b9c76c4e09c2ad143f646166d3618f47138669b6.asturm@gentoo> (raw)

commit:     b9c76c4e09c2ad143f646166d3618f47138669b6
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Jan  2 22:52:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 14:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9c76c4e

kde-apps/akregator: update dependencies

* Speech requires ktextaddons with speech use enabled, add
  cmake_use_find_package to un-automagic it.
* Add required widgets use for qtwebengine. Otherwise the build
  shouldn't require qtbase with dbus, network and xml, but despite this
  it links to it. So due to that not touching it.
* Remove unused kpimtextedit, upstream commit 0da94366
* Add used kf dependencies.  Despite this kconfigwidgets and
  kwidgetaddons appear to be linked agaisnt despite
  the buildsystem lacking any reference to them.
* kuserfeedback instead of syndication

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/972
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/akregator/akregator-24.02.49.9999.ebuild | 9 +++++----
 kde-apps/akregator/akregator-9999.ebuild          | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/kde-apps/akregator/akregator-24.02.49.9999.ebuild b/kde-apps/akregator/akregator-24.02.49.9999.ebuild
index 42d756d879..f84b3d4ca9 100644
--- a/kde-apps/akregator/akregator-24.02.49.9999.ebuild
+++ b/kde-apps/akregator/akregator-24.02.49.9999.ebuild
@@ -19,17 +19,17 @@ KEYWORDS=""
 IUSE="speech telemetry"
 
 RDEPEND="
-	>=dev-libs/ktextaddons-1.4.42:6
+	>=dev-libs/ktextaddons-1.4.42:6[speech?]
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-	>=dev-qt/qtwebengine-${QTMIN}:6
+	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/grantleetheme-${PVCUT}:6
 	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
 	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/messagelib-${PVCUT}:6
 	>=kde-apps/pimcommon-${PVCUT}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcolorscheme-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
@@ -46,12 +46,13 @@ RDEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	>=kde-frameworks/syndication-${KFMIN}:6
-	telemetry? ( >=kde-frameworks/syndication-${KFMIN}:6 )
+	telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
 "
 DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
+		$(cmake_use_find_package speech KF6TextEditTextToSpeech)
 		$(cmake_use_find_package telemetry KF6UserFeedback)
 	)
 

diff --git a/kde-apps/akregator/akregator-9999.ebuild b/kde-apps/akregator/akregator-9999.ebuild
index 42d756d879..f84b3d4ca9 100644
--- a/kde-apps/akregator/akregator-9999.ebuild
+++ b/kde-apps/akregator/akregator-9999.ebuild
@@ -19,17 +19,17 @@ KEYWORDS=""
 IUSE="speech telemetry"
 
 RDEPEND="
-	>=dev-libs/ktextaddons-1.4.42:6
+	>=dev-libs/ktextaddons-1.4.42:6[speech?]
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-	>=dev-qt/qtwebengine-${QTMIN}:6
+	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/grantleetheme-${PVCUT}:6
 	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
 	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/messagelib-${PVCUT}:6
 	>=kde-apps/pimcommon-${PVCUT}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcolorscheme-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
@@ -46,12 +46,13 @@ RDEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	>=kde-frameworks/syndication-${KFMIN}:6
-	telemetry? ( >=kde-frameworks/syndication-${KFMIN}:6 )
+	telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
 "
 DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
+		$(cmake_use_find_package speech KF6TextEditTextToSpeech)
 		$(cmake_use_find_package telemetry KF6UserFeedback)
 	)
 


             reply	other threads:[~2024-03-03 15:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 15:05 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 20:59 [gentoo-commits] proj/kde:master commit in: kde-apps/akregator/ Sam James
2024-11-10 22:52 Andreas Sturmlechner
2024-09-12 19:30 Andreas Sturmlechner
2024-08-11  6:58 Andreas Sturmlechner
2024-08-10 19:55 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-02-25 22:26 Sam James
2022-09-24 21:20 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-04-25  8:00 Andreas Sturmlechner
2020-02-24 22:23 Andreas Sturmlechner
2020-01-11 23:25 Andreas Sturmlechner
2018-09-05  8:30 Andreas Sturmlechner
2018-09-02 10:25 Andreas Sturmlechner
2017-03-17  0:07 Andreas Sturmlechner
2016-09-01 20:03 Michael Palimaka
2016-08-31 14:33 Michael Palimaka
2016-06-23 20:26 Michael Palimaka
2016-06-23 11:54 Michael Palimaka
2016-05-11  9:51 Michael Palimaka
2016-04-24 17:52 Michael Palimaka
2016-04-08 15:45 Michael Palimaka
2016-04-06 14:35 Michael Palimaka
2016-04-02 21:55 Johannes Huber
2016-02-18 14:44 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=1709477536.b9c76c4e09c2ad143f646166d3618f47138669b6.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