summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kdeclarative/Manifest1
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest
new file mode 100644
index 00000000000..ae095911663
--- /dev/null
+++ b/kde-frameworks/kdeclarative/Manifest
@@ -0,0 +1 @@
+DIST kdeclarative-6.3.0.tar.xz 2426656 BLAKE2B d4608dd6070df90a63e404db3dcd987be3b47d66ff567dbb44594646ae212955ee26e9f470e42874dc8b79e8ccf3929f0226a81c75363678e203816acc86d98f SHA512 85e05a9d2ca13367670e3573490bd0900a7713acdadda51720cc4c12debac74f12248d285a57f744e84d21820b6cb796635605095335a6e43c678dbef762ae5e
diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild
new file mode 100644
index 00000000000..100291c5301
--- /dev/null
+++ b/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing integration of QML and KDE work spaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/kglobalaccel-${PVCUT}*:6
+ =kde-frameworks/kguiaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kservice-${PVCUT}*:6
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+"
+RDEPEND="${DEPEND}"