diff options
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-6.9.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..fd081cd9366 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-6.9.0.tar.xz 33700 BLAKE2B 026f7beb25bbc4f96f5ebc1534c2bf743afa062b8470ade953e5c6933d3084a91323be1dea036ac17278b8d2770dfa43b68ac072af6107e5b59978b60e671abc SHA512 a6294f26324227b03f033afc2255553de95084507031907c3ed0f11553a02f22b300a4611f06d0a696a2b918ee8ec3a5e651a437b43887f9a8ee0070a4b20b6a diff --git a/kde-frameworks/kplotting/kplotting-6.9.0.ebuild b/kde-frameworks/kplotting/kplotting-6.9.0.ebuild new file mode 100644 index 00000000000..9d737927a85 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-6.9.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 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}" |
