diff options
Diffstat (limited to 'kde-frameworks/kdeclarative')
| -rw-r--r-- | kde-frameworks/kdeclarative/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild | 28 |
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..02fef1d104e --- /dev/null +++ b/kde-frameworks/kdeclarative/Manifest @@ -0,0 +1 @@ +DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild new file mode 100644 index 00000000000..020efd14875 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.7.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}" |
