diff options
author | 2024-02-15 10:26:15 +0100 | |
---|---|---|
committer | 2024-02-15 13:22:38 +0100 | |
commit | 151f2840781ebecca116de93b75f61770a9a9225 (patch) | |
tree | 576770d71cc8c994bf2248dd73c723ce5b1ef187 /kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild | |
parent | kde-apps/kmplot: 23.08.5 version bump (diff) | |
download | gentoo-151f2840781ebecca116de93b75f61770a9a9225.tar.gz gentoo-151f2840781ebecca116de93b75f61770a9a9225.tar.bz2 gentoo-151f2840781ebecca116de93b75f61770a9a9225.zip |
kde-apps/kqtquickcharts: 23.08.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild')
-rw-r--r-- | kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild new file mode 100644 index 000000000000..9e63d0cf3294 --- /dev/null +++ b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Qt Quick plugin for beautiful and interactive charts" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND}" |