From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 100AB15802E for ; Mon, 1 Jul 2024 21:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C0DE2BDA; Mon, 1 Jul 2024 21:06:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A8E9E2BDA for ; Mon, 1 Jul 2024 21:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5544134302A for ; Mon, 1 Jul 2024 21:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD321DB0 for ; Mon, 1 Jul 2024 21:06:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719867923.2d959861e471580ff62bba2152a9e5296c184cd9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d959861e471580ff62bba2152a9e5296c184cd9 X-VCS-Branch: master Date: Mon, 1 Jul 2024 21:06:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4650a7f9-7c8e-42ff-bb55-7fc266e3f85d X-Archives-Hash: 35cecd4ea6b10b6e7743f64778197f94 commit: 2d959861e471580ff62bba2152a9e5296c184cd9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 30 10:02:44 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 21:05:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d959861 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 gentoo.org> .../kaccounts-integration-24.05.1-r1.ebuild | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild new file mode 100644 index 000000000000..c5ef489f3129 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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" +inherit ecm gear.kde.org multibuild + +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" +IUSE="qt5" + +# 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.16_p20220803[qt5?,qt6] + >=net-libs/signond-8.61-r100[qt5?,qt6] + qt5? ( + >=dev-qt/qtdeclarative-${QT5MIN}:5 + >=dev-qt/qtgui-${QT5MIN}:5 + >=dev-qt/qtwidgets-${QT5MIN}:5 + >=kde-frameworks/kconfig-${KF5MIN}:5 + >=kde-frameworks/kcoreaddons-${KF5MIN}:5 + >=kde-frameworks/kdbusaddons-${KF5MIN}:5 + >=kde-frameworks/ki18n-${KF5MIN}:5 + >=kde-frameworks/kio-${KF5MIN}:5 + >=kde-frameworks/kwallet-${KF5MIN}:5 + ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/qcoro + >=kde-frameworks/kcmutils-${KFMIN}:6 + kde-plasma/kde-cli-tools:* + qt5? ( + dev-libs/qcoro5 + >=kde-frameworks/kcmutils-${KF5MIN}:5 + ) +" +# KAccountsMacros.cmake needs intltool +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" +BDEPEND="sys-devel/gettext" +PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6" + +pkg_setup() { + MULTIBUILD_VARIANTS=( $(usev qt5) default ) +} + +src_configure() { + my_src_configure() { + if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then + local mycmakeargs=( -DKF6_COMPAT_BUILD=ON ) + fi + + ecm_src_configure + } + + multibuild_foreach_variant my_src_configure +} + +src_compile() { + multibuild_foreach_variant cmake_src_compile +} + +src_test() { + multibuild_foreach_variant ecm_src_test +} + +src_install() { + multibuild_foreach_variant ecm_src_install +}