commit:     840742300553b063a5b6d6fa63165730e32624df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 22:14:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 22:36:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84074230

kde-plasma/plasma-sdk: 5.27.9 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-sdk/Manifest                 |  1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index c0205a027e12..d5414a95671b 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1 +1,2 @@
 DIST plasma-sdk-5.27.8.tar.xz 320828 BLAKE2B 
506e7c64c9b8517dc18c5d13747b0c78df52fde9cc6904c4f038bd7935524840da091c112d02507612729c97e40d8e3f9120b5b0278793d97511997cb0171192
 SHA512 
d11d0c5e29e4026c88a743edb2de644800ff951dceb9741668ac7a8243848aecedd57961639eda31f395b8a61cae5fa288cfdfa4dc94fcfc8f0ff67bc347e393
+DIST plasma-sdk-5.27.9.tar.xz 321192 BLAKE2B 
830bd5193244c640c5413f962e350374a570f813212323c2778e1a52c89d67f0755ba8f49b382480ea5331d3e81c1bf20cea2fb2f5be74027e4d795097c5961a
 SHA512 
b096a6b7da3db06b7a7411ac4faf4cae73afee4d126651d8fcc12bcdf07eba3ba7a407accb90c1c76a2c4207fed4144dec93a6095e3fee457191b891c6b32c9a

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
new file mode 100644
index 000000000000..c54dad68faa1
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="optional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtdeclarative-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       >=dev-qt/qtxml-${QTMIN}:5
+       >=kde-frameworks/karchive-${KFMIN}:5
+       >=kde-frameworks/kcompletion-${KFMIN}:5
+       >=kde-frameworks/kconfig-${KFMIN}:5
+       >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+       >=kde-frameworks/kcoreaddons-${KFMIN}:5
+       >=kde-frameworks/kdbusaddons-${KFMIN}:5
+       >=kde-frameworks/kdeclarative-${KFMIN}:5
+       >=kde-frameworks/ki18n-${KFMIN}:5
+       >=kde-frameworks/kiconthemes-${KFMIN}:5
+       >=kde-frameworks/kio-${KFMIN}:5
+       >=kde-frameworks/kpackage-${KFMIN}:5
+       >=kde-frameworks/kservice-${KFMIN}:5
+       >=kde-frameworks/ktexteditor-${KFMIN}:5
+       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+       >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+       >=dev-qt/qtquickcontrols-${QTMIN}:5
+       >=dev-qt/qtquickcontrols2-${QTMIN}:5
+       >=kde-frameworks/kirigami-${KFMIN}:5
+"

Reply via email to