diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-21 22:30:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-22 10:56:10 +0100 |
commit | 20b6b8acaf80db066cdeba6666f9257bd7a1d893 (patch) | |
tree | 48fc9d1a6095ac186d6cec817b2a93b315cbd89e /kde-plasma/plasma5support | |
parent | kde-plasma/plasma-workspace-wallpapers: 6.0.0 version bump (diff) | |
download | kde-20b6b8acaf80db066cdeba6666f9257bd7a1d893.tar.gz kde-20b6b8acaf80db066cdeba6666f9257bd7a1d893.tar.bz2 kde-20b6b8acaf80db066cdeba6666f9257bd7a1d893.zip |
kde-plasma/plasma5support: 6.0.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma5support')
-rw-r--r-- | kde-plasma/plasma5support/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma5support/plasma5support-6.0.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest new file mode 100644 index 0000000000..d8717d7525 --- /dev/null +++ b/kde-plasma/plasma5support/Manifest @@ -0,0 +1 @@ +DIST plasma5support-6.0.0.tar.xz 55572 BLAKE2B 726937828ba622b08cd17241395d29a248e99a9a4a01857f0c321126082e87d87f6c7e206b3cf1e892b597ecff9bab22c7cc92fa8053f2c9d616146ba8da9146 SHA512 b87f1c57e137bc98e2cb16c43987ddd0953e5f428bfc1f235694b0e8117534780dd5d56aa7cc8cba911aa193207badc83f12973febcdf5bb6f1334c96af2f1cf diff --git a/kde-plasma/plasma5support/plasma5support-6.0.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.0.ebuild new file mode 100644 index 0000000000..c32801cdf7 --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-6.0.0.ebuild @@ -0,0 +1,26 @@ +# 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.0 +QTMIN=6.6.2 +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/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |