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/kaccounts-integration/
Date: Mon,  1 Jul 2024 19:10:22 +0000 (UTC)	[thread overview]
Message-ID: <1719859358.56fb68b0a1be241de0bbe25a21a057deda76475a.asturm@gentoo> (raw)

commit:     56fb68b0a1be241de0bbe25a21a057deda76475a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 10:02:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 18:42:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=56fb68b0

kde-apps/kaccounts-integration: Add PDEPEND=kde-apps/kaccounts-providers

kde-apps/kaccounts-integration provides kcm_accounts for systemsettings,
however without kde-apps/kaccounts-providers the list is practically empty
which makes no sense.

So far, only kde-apps/kdenetwork-meta and kde-misc/kio-gdrive had been
pulling it in but we cannot assume every Plasma user would have those
installed.

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

 .../kaccounts-integration-24.05.49.9999.ebuild                      | 6 +++---
 kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild
index ba8dc8de25..81da5674a0 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 KF5MIN=5.115.0
 KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
 QT5MIN=5.15.12
 QTMIN=6.6.2
 VIRTUALDBUS_TEST="true"
@@ -58,9 +59,8 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	dev-util/intltool
 "
-BDEPEND="
-	sys-devel/gettext
-"
+BDEPEND="sys-devel/gettext"
+PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
 
 pkg_setup() {
 	MULTIBUILD_VARIANTS=( $(usev qt5) default )

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
index ba8dc8de25..81da5674a0 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 KF5MIN=5.115.0
 KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
 QT5MIN=5.15.12
 QTMIN=6.6.2
 VIRTUALDBUS_TEST="true"
@@ -58,9 +59,8 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	dev-util/intltool
 "
-BDEPEND="
-	sys-devel/gettext
-"
+BDEPEND="sys-devel/gettext"
+PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
 
 pkg_setup() {
 	MULTIBUILD_VARIANTS=( $(usev qt5) default )


             reply	other threads:[~2024-07-01 19:10 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 19:10 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 20:24 [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ Andreas Sturmlechner
2024-11-09 11:42 Andreas Sturmlechner
2024-10-04 21:55 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-02-25 20:12 Sam James
2023-12-19 22:00 Andreas Sturmlechner
2023-09-14 19:43 Andreas Sturmlechner
2022-12-24 23:48 Andreas Sturmlechner
2020-03-19  0:00 Andreas Sturmlechner
2019-08-06 13:04 Michael Palimaka
2018-10-23 18:52 Andreas Sturmlechner
2017-12-25 10:30 Michael Palimaka
2016-04-07 15:15 Michael Palimaka
2016-03-25 17:14 Michael Palimaka
2016-02-25  9:11 Michael Palimaka
2015-12-29 12:48 Michael Palimaka
2015-10-19 18:21 Michael Palimaka
2015-10-08 13:07 Michael Palimaka
2015-10-08 13:07 Michael Palimaka
2015-08-28 11:58 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:08 Johannes Huber
2015-06-12 18:29 Michael Palimaka
2015-06-12 18:29 Michael Palimaka
2015-06-03 21:05 Johannes Huber
2015-05-23 16:13 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=1719859358.56fb68b0a1be241de0bbe25a21a057deda76475a.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