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-plasma/drkonqi/
Date: Sat, 16 Dec 2023 13:32:20 +0000 (UTC)	[thread overview]
Message-ID: <1702731971.2dc1dddf7f52edf24e8a2a699853ed729c142f5f.asturm@gentoo> (raw)

commit:     2dc1dddf7f52edf24e8a2a699853ed729c142f5f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:37:43 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 13:06:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2dc1dddf

kde-plasma/drkonqi: Update dependencies

Upstream commits:
a0c91d851f98a521518a7d8f51f9925cf650d19d
a8480832d47b61d9caf819004e83e931c2f9126c
e844234a7973a2ee1f641bf5aaabd6e127c1b82f
bbc26922ca2926a7bc0023ac5b2422c1d35d535c
d440b8f0f5e261729549c48c27aa4576186f0085
1e6960572a54db0603380c64d1a483eb173f53e9
8148b5b48d9213e510812a0baa763f0b68b8f515
41f905a9ea6cd3550bb01afa6f415db3510e9aa8

Closes: https://github.com/gentoo/kde/pull/937

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/drkonqi/drkonqi-9999.ebuild | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild b/kde-plasma/drkonqi/drkonqi-9999.ebuild
index 5bf19ad431..722224f807 100644
--- a/kde-plasma/drkonqi/drkonqi-9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild
@@ -4,10 +4,10 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{11..12} )
 KFMIN=5.245.0
-PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.0
-inherit ecm plasma.kde.org systemd
+inherit ecm plasma.kde.org python-single-r1 systemd
 
 DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed"
 SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PN}-5.27.8-revert-add-sentry-support.patch.xz"
@@ -17,10 +17,12 @@ SLOT="6"
 KEYWORDS=""
 IUSE="systemd"
 
-COMMON_DEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/kcrash-${KFMIN}:6
@@ -29,6 +31,7 @@ COMMON_DEPEND="
 	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/kjobwidgets-${KFMIN}:6
 	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
 	>=kde-frameworks/kwallet-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kwindowsystem-${KFMIN}:6
@@ -37,6 +40,7 @@ COMMON_DEPEND="
 		>=dev-qt/qtbase-${QTMIN}:6[network]
 		>=kde-frameworks/kservice-${KFMIN}:6
 		sys-apps/systemd:=
+		>=sys-auth/polkit-qt-0.175.0[qt6]
 	)
 "
 DEPEND="${COMMON_DEPEND}
@@ -46,14 +50,25 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	>=kde-frameworks/kirigami-${KFMIN}:6
 	>=kde-frameworks/kitemmodels-${KFMIN}:6[qml]
+	$(python_gen_cond_dep '
+		dev-python/psutil[${PYTHON_USEDEP}]
+		dev-python/pygdbmi[${PYTHON_USEDEP}]
+		dev-python/sentry-sdk[${PYTHON_USEDEP}]
+	')
 	|| (
 		sys-devel/gdb
 		dev-util/lldb
 	)
 "
 
+pkg_setup() {
+	ecm_pkg_setup
+	python-single-r1_pkg_setup
+}
+
 src_configure() {
 	local mycmakeargs=(
+		-DWITH_PYTHON_VENDORING=OFF
 		$(cmake_use_find_package systemd Systemd)
 	)
 	ecm_src_configure


             reply	other threads:[~2023-12-16 13:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-16 13:32 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 21:38 [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/ Andreas Sturmlechner
2024-12-11 16:07 Andreas Sturmlechner
2024-10-07 17:23 Sam James
2024-07-03 20:31 Andreas Sturmlechner
2024-06-18 20:13 Andreas Sturmlechner
2024-01-13 16:36 Sam James
2024-01-13 16:36 Sam James
2023-09-19 14:12 Andreas Sturmlechner
2023-09-19 14:12 Andreas Sturmlechner
2023-03-26 11:15 Andreas Sturmlechner
2023-02-22 10:21 Andreas Sturmlechner
2022-12-27 10:52 Andreas Sturmlechner
2022-10-26 13:21 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-24 20:56 Andreas Sturmlechner
2022-06-21 11:28 Andreas Sturmlechner
2021-05-12  7:50 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2020-09-04  8:43 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2019-10-26 11:02 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2017-12-25 10:05 Michael Palimaka
2017-10-09 19:17 Andreas Sturmlechner
2017-08-11 18:14 Andreas Sturmlechner
2017-08-11 14:16 Andreas Sturmlechner

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=1702731971.2dc1dddf7f52edf24e8a2a699853ed729c142f5f.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