summaryrefslogtreecommitdiff
path: root/kde-apps/kmplot/kmplot-25.08.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 16:13:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 19:09:00 +0200
commitf7151781bd5d0a8cdb6e0b41d729b6e07944dea3 (patch)
treee0d06d16cbad713166785f0e3badacadbf141bec /kde-apps/kmplot/kmplot-25.08.1.ebuild
parent8337e4cf5b2911725ec039f956e9388021152a13 (diff)
downloadkde-f7151781bd5d0a8cdb6e0b41d729b6e07944dea3.tar.gz
kde-f7151781bd5d0a8cdb6e0b41d729b6e07944dea3.tar.bz2
kde-f7151781bd5d0a8cdb6e0b41d729b6e07944dea3.zip
kde-apps/kmplot: 25.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmplot/kmplot-25.08.1.ebuild')
-rw-r--r--kde-apps/kmplot/kmplot-25.08.1.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/kmplot/kmplot-25.08.1.ebuild b/kde-apps/kmplot/kmplot-25.08.1.ebuild
new file mode 100644
index 00000000000..6b758dbad5a
--- /dev/null
+++ b/kde-apps/kmplot/kmplot-25.08.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.16.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Mathematical function plotter"
+HOMEPAGE="https://apps.kde.org/kmplot/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"