diff options
Diffstat (limited to 'kde-frameworks')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-6.11.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 00000000000..6b468f2c51f --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-6.11.0.tar.xz 33708 BLAKE2B 7526c9488a7b1919737d6bd20c2f76d626a0d387312a2945813d1b89131a1cd74c9b3696c49b47b4c01b3980a055643b79e14c2fdc541d885853802f0f0e24cc SHA512 d809ab59eb8ac3524218dcb846b82c8845297d8f9c1f0dc54e96cf75c994d0dc6f9c58e3d52a683dd4af1662df95e0c14943db038f574b008a2c82b23bb95767 diff --git a/kde-frameworks/kplotting/kplotting-6.11.0.ebuild b/kde-frameworks/kplotting/kplotting-6.11.0.ebuild new file mode 100644 index 00000000000..1e21d69ac3f --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-6.11.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=6.7.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing easy data-plotting functions" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]" +RDEPEND="${DEPEND}" |
