commit:     42a5e2d8a45143c09a4e57a76e22489e17cc76a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 22:19:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 09:06:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a5e2d8

kde-plasma/plasma-welcome: 5.27.10 version bump

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

 kde-plasma/plasma-welcome/Manifest                 |  1 +
 .../plasma-welcome/plasma-welcome-5.27.10.ebuild   | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/kde-plasma/plasma-welcome/Manifest 
b/kde-plasma/plasma-welcome/Manifest
index a8ac1bd533e7..feafff47b535 100644
--- a/kde-plasma/plasma-welcome/Manifest
+++ b/kde-plasma/plasma-welcome/Manifest
@@ -1 +1,2 @@
+DIST plasma-welcome-5.27.10.tar.xz 835908 BLAKE2B 
b7e5eeaea032b39506edb79bab4492b711a34ec38092ec485a79541e78c2992b7d294abe89a717c4de2902601a224bb3d19f8027bb959786fedeb630190a6a9e
 SHA512 
94c55d7a3298f86565f239252b0f6827d347f1e6d99055946c11e0b0dfb23227820c07b45edda59a8080ff6a1c72ff0884dd0e38a728ae84d21943e14df3fd31
 DIST plasma-welcome-5.27.9.tar.xz 835908 BLAKE2B 
fc7ce9d9a4d141c62f98676e072bb6dc8915e0b880602effd16c2123ef7bfd0787b2eee81fdd43cf32ec9efefe075730134e833dcfe74b4aa350c4c42c83f0e1
 SHA512 
c3a4e2f65ff471f56ee1efc111b1183bb1f00f6df488d7a6803fe478985769757ec26c43ef1f4617020f1d8c9d172fd10a904cdf07f619f7e6537044b4d3cd01

diff --git a/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild 
b/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild
new file mode 100644
index 000000000000..f68d4357069f
--- /dev/null
+++ b/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="A friendly onboarding wizard for Plasma"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="discover +kaccounts telemetry"
+
+DEPEND="
+       >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtnetwork-${QTMIN}:5
+       >=dev-qt/qtquickcontrols2-${QTMIN}:5
+       >=dev-qt/qtsvg-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       >=kde-frameworks/kconfig-${KFMIN}:5
+       >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+       >=kde-frameworks/kcoreaddons-${KFMIN}:5
+       >=kde-frameworks/kdbusaddons-${KFMIN}:5
+       >=kde-frameworks/ki18n-${KFMIN}:5
+       >=kde-frameworks/kio-${KFMIN}:5
+       >=kde-frameworks/kirigami-${KFMIN}:5
+       >=kde-frameworks/knewstuff-${KFMIN}:5
+       >=kde-frameworks/knotifications-${KFMIN}:5
+       >=kde-frameworks/kservice-${KFMIN}:5
+       >=kde-frameworks/kwindowsystem-${KFMIN}:5
+       >=kde-plasma/libplasma-${KFMIN}:5
+       kaccounts? ( kde-apps/kaccounts-integration:5 )
+       telemetry? ( kde-frameworks/kuserfeedback:5 )
+"
+RDEPEND="${DEPEND}
+       discover? ( kde-plasma/discover:5 )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-5.27.4.1-kaccounts-optional.patch" )
+
+src_prepare() {
+       ecm_src_prepare
+
+       if ! use discover; then
+               sed -e "s:pageStack.push(discover);:// & disabled by 
IUSE=discover:" \
+                       -i src/contents/ui/main.qml || die
+       fi
+}
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake_use_find_package kaccounts KAccounts)
+               $(cmake_use_find_package telemetry KUserFeedback)
+       )
+       ecm_src_configure
+}

Reply via email to