summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 16:17:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 18:03:27 +0200
commit72aca1b8424d81ef229d2234aa12a0bf9bb32b2a (patch)
treedea010f5d492921ea8c6e3fb6fe98c225b4a2e17 /kde-plasma
parentkde-plasma/plasma-vault: drop 5.27.6 (diff)
downloadgentoo-72aca1b8424d81ef229d2234aa12a0bf9bb32b2a.tar.gz
gentoo-72aca1b8424d81ef229d2234aa12a0bf9bb32b2a.tar.bz2
gentoo-72aca1b8424d81ef229d2234aa12a0bf9bb32b2a.zip
kde-plasma/plasma-welcome: drop 5.27.6-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-welcome/Manifest1
-rw-r--r--kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/kde-plasma/plasma-welcome/Manifest b/kde-plasma/plasma-welcome/Manifest
index 8907d59a77d1..f42b76c7ef5b 100644
--- a/kde-plasma/plasma-welcome/Manifest
+++ b/kde-plasma/plasma-welcome/Manifest
@@ -1,2 +1 @@
-DIST plasma-welcome-5.27.6.tar.xz 826932 BLAKE2B b331fa1caf4e2adf1a21cca112345706c45166615b3f92d32ee0ea8122a18ebd65b78e15a3c7bc2e18ff1488c73dd0b38b7d55396286be49656b51ed24d6589f SHA512 9d7192bf41ab29b98c5b2d1d3e60ee6739fe395ecd51a08ccdd47a73c4d2455d4c121a98ae742cbdb40fde452ac134dd98f7cacf16ec5c63fc822bfacf8b5f33
DIST plasma-welcome-5.27.7.tar.xz 832492 BLAKE2B ce049615a71c2503ec38751bf020691d362a6ac890ce8de54c62b4e811ce30947cd2335d08faa1341b1e53e7474b049e465107cc83d0ce7069af47f0b61bb2a0 SHA512 a6f25593c85f35f274db6772b803a4a6aa73d6035837bf50d7e7ccaf4152288a5d44753567ff97e96ea36f53b36cb26623ef1c1500219d109e72e4c3f6e461ce
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild
deleted file mode 100644
index ef950479b07c..000000000000
--- a/kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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-frameworks/plasma-${KFMIN}:5
- kaccounts? ( kde-apps/kaccounts-integration:5 )
- telemetry? ( dev-libs/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
-}