summaryrefslogtreecommitdiff
path: root/kde-frameworks/kdeclarative
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kdeclarative')
-rw-r--r--kde-frameworks/kdeclarative/Manifest1
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-6.6.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..16dc59740f7
--- /dev/null
+++ b/kde-frameworks/kdeclarative/Manifest
@@ -0,0 +1 @@
+DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8feeee54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac
diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild
new file mode 100644
index 00000000000..020efd14875
--- /dev/null
+++ b/kde-frameworks/kdeclarative/kdeclarative-6.6.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 ~arm64 ~ppc64 ~riscv ~x86"
+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}"