From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
Date: Fri, 03 Jan 2025 20:31:02 +0000 (UTC) [thread overview]
Message-ID: <1735936235.9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d.asturm@gentoo> (raw)
commit: 9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 21:43:06 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 20:30:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0538e8
kde-apps/kaccounts-integration: Drop IUSE qt5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kaccounts-integration-24.08.3-r1.ebuild | 52 ++++++++++++++++++++++
.../kaccounts-integration-24.12.0-r1.ebuild | 49 ++++++++++++++++++++
2 files changed, 101 insertions(+)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild
new file mode 100644
index 000000000000..a4bcfcf8c676
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.3-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.5.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+VIRTUALDBUS_TEST="true"
+inherit ecm gear.kde.org
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="LGPL-2.1"
+SLOT="6"
+KEYWORDS="amd64 arm64"
+IUSE=""
+
+# bug #549444
+RESTRICT="test"
+
+COMMON_DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kwallet-${KFMIN}:6
+ >=net-libs/accounts-qt-1.17-r2
+ >=net-libs/signond-8.61-r102
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/qcoro
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+"
+# KAccountsMacros.cmake needs intltool; TODO: Watch:
+# https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61
+RDEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ kde-apps/signon-kwallet-extension:6
+"
+BDEPEND="sys-devel/gettext"
+PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
+
+src_configure() {
+ local mycmakeargs=( -DKF6_COMPAT_BUILD=OFF )
+ ecm_src_configure
+}
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild
new file mode 100644
index 000000000000..3060bceed041
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.12.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.5.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+VIRTUALDBUS_TEST="true"
+inherit ecm gear.kde.org
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+# bug #549444
+RESTRICT="test"
+
+COMMON_DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kwallet-${KFMIN}:6
+ >=net-libs/accounts-qt-1.17-r2
+ >=net-libs/signond-8.61-r102
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/qcoro
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+"
+RDEPEND="${COMMON_DEPEND}
+ kde-apps/signon-kwallet-extension:6
+"
+BDEPEND="sys-devel/gettext"
+PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
+
+src_configure() {
+ local mycmakeargs=( -DKF6_COMPAT_BUILD=OFF )
+ ecm_src_configure
+}
next reply other threads:[~2025-01-03 20:31 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 20:31 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 20:31 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ Andreas Sturmlechner
2024-10-04 21:04 Andreas Sturmlechner
2024-09-04 14:15 Andreas Sturmlechner
2024-07-02 11:46 Sam James
2024-07-01 21:06 Andreas Sturmlechner
2024-07-01 21:06 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-01-14 22:39 Andreas Sturmlechner
2023-04-22 18:13 WANG Xuerui
2021-08-18 0:35 Yixun Lan
2020-07-09 11:16 Sam James
2019-08-06 13:03 Michael Palimaka
2018-10-11 18:35 Andreas Sturmlechner
2016-05-24 11:39 Mikle Kolyada
2016-03-25 14:48 Michael Palimaka
2016-03-22 15:11 Michael Palimaka
2015-08-28 11:58 Johannes Huber
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=1735936235.9f0538e8c309b7c41d9b8b250a6c23a3a3bc850d.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