diff options
author | 2024-05-24 20:55:58 +0200 | |
---|---|---|
committer | 2024-05-24 21:26:15 +0200 | |
commit | 16974a5ae21b27ceb029dcbb6d968c57125bbab4 (patch) | |
tree | cef9f74469ccd0e22d142a6d3606d4ec1c56f41b | |
parent | kde-plasma/plasma-workspace-wallpapers: 6.0.90 version bump (diff) | |
download | kde-16974a5ae21b27ceb029dcbb6d968c57125bbab4.tar.gz kde-16974a5ae21b27ceb029dcbb6d968c57125bbab4.tar.bz2 kde-16974a5ae21b27ceb029dcbb6d968c57125bbab4.zip |
kde-plasma/plasma5support: 6.0.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/plasma5support/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma5support/plasma5support-6.0.90.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest new file mode 100644 index 0000000000..ecfa2aaf79 --- /dev/null +++ b/kde-plasma/plasma5support/Manifest @@ -0,0 +1 @@ +DIST plasma5support-6.0.90.tar.xz 86924 BLAKE2B 186a1fab92a0ab799a84e441ae8bcc59bafafae067d310c6f807cf9cd8c624dc256ce5f379c705aa37f843bd43561d78133df05d0da9365ed9eb4e5c51d32daf SHA512 aea89e077d421d5b35eca2d489052cec6fcc5e161353a02169486f60573285117ac7c57398b5db303968c515943584d7d2bf0aac3cec95a090387aeb82d96b69 diff --git a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild new file mode 100644 index 0000000000..eb9002efbe --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=6.2.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.1 +inherit ecm plasma.kde.org + +DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=kde-plasma/libksysguard-${PVCUT}:6 + >=kde-plasma/libplasma-${PVCUT}:6 +" +RDEPEND="${DEPEND} + !kde-plasma/plasma-workspace:5 + !<kde-plasma/plasma-workspace-6.0.80:6 +" |