commit:     350fadd4fdaa879402cc1baec0d7260ce7587325
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 14:28:15 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 20:00:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=350fadd4

kde-frameworks/kcmutils: 6.1.0 version bump

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

 kde-frameworks/kcmutils/kcmutils-6.1.0.ebuild | 30 +++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/kde-frameworks/kcmutils/kcmutils-6.1.0.ebuild 
b/kde-frameworks/kcmutils/kcmutils-6.1.0.ebuild
new file mode 100644
index 0000000000..3fedf3df98
--- /dev/null
+++ b/kde-frameworks/kcmutils/kcmutils-6.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to work with KDE System Settings modules"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+       >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+       =kde-frameworks/kconfig-${PVCUT}*:6
+       =kde-frameworks/kconfigwidgets-${PVCUT}*:6
+       =kde-frameworks/kcoreaddons-${PVCUT}*:6
+       =kde-frameworks/kguiaddons-${PVCUT}*:6
+       =kde-frameworks/ki18n-${PVCUT}*:6
+       =kde-frameworks/kio-${PVCUT}*:6
+       =kde-frameworks/kitemviews-${PVCUT}*:6
+       =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+       =kde-frameworks/kxmlgui-${PVCUT}*:6
+"
+RDEPEND="${DEPEND}"

Reply via email to