summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:17:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:28:55 +0200
commit16802a63eefea93730593a7926fbf7dc2bd4cf0c (patch)
treed1419c29eecf8f641255bb7f6b567953152e4a4c /kde-apps/kcalc/kcalc-23.08.0.ebuild
parentkde-apps/kbackup: 23.08.0 version bump (diff)
downloadgentoo-16802a63eefea93730593a7926fbf7dc2bd4cf0c.tar.gz
gentoo-16802a63eefea93730593a7926fbf7dc2bd4cf0c.tar.bz2
gentoo-16802a63eefea93730593a7926fbf7dc2bd4cf0c.zip
kde-apps/kcalc: 23.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalc/kcalc-23.08.0.ebuild')
-rw-r--r--kde-apps/kcalc/kcalc-23.08.0.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kcalc/kcalc-23.08.0.ebuild b/kde-apps/kcalc/kcalc-23.08.0.ebuild
new file mode 100644
index 000000000000..d2d3a3df4a0c
--- /dev/null
+++ b/kde-apps/kcalc/kcalc-23.08.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE calculator"
+HOMEPAGE="https://apps.kde.org/kcalc/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/gmp:0=
+ dev-libs/mpfr:0=
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"