commit:     76bc6f5f7e7d64d483f3913da695766ddede6cac
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Mon Jan 19 15:07:52 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 06:36:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bc6f5f

sci-calculators/qalculate-qt: add 5.9.0

Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/45442
Closes: https://github.com/gentoo/gentoo/pull/45442
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/qalculate-qt/Manifest              |  1 +
 .../qalculate-qt/qalculate-qt-5.9.0.ebuild         | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-calculators/qalculate-qt/Manifest 
b/sci-calculators/qalculate-qt/Manifest
index 781a337034ed..a0b82d142125 100644
--- a/sci-calculators/qalculate-qt/Manifest
+++ b/sci-calculators/qalculate-qt/Manifest
@@ -1 +1,2 @@
 DIST qalculate-qt-5.8.2.tar.gz 2027585 BLAKE2B 
d0adf9bb019fb49068b1ad693f4fb2ae32b0ae3b677e1e1d0efb4a4b3a6ab74e11d355bdc70a3fe9a59e601c3f422461d7c6a8c514c62520c8dd938f94b516df
 SHA512 
b01a009829073fc1198443973a665e7fad3be9f4b7b070ca606b1355b88aeac467fe75eb729ced054d619d91881c6b26ba01e4c62ab2e30279f37b65e063dc68
+DIST qalculate-qt-5.9.0.tar.gz 2043503 BLAKE2B 
668b7e9c6630e41f40328c414affc625930335062ced51287ff0ddefd119356ec2e9c30e00843f1395abb58f1536b55a72f7f4ef94539f7ff0437c68c78e013a
 SHA512 
943746116215b893a6c552592af76b2be163b62153c55f9916df7e8468c15d52f1dc7982db722c9b57e08e6d4bb7b8362edb21415b7ea20fe28f93c3f381c341

diff --git a/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild 
b/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild
new file mode 100644
index 000000000000..68071b42f5d8
--- /dev/null
+++ b/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Bump with sci-libs/libqalculate and sci-calculators/qalculate-gtk!
+
+inherit optfeature qmake-utils xdg
+
+DESCRIPTION="Qt-based UI for libqalculate"
+HOMEPAGE="https://github.com/Qalculate/qalculate-qt";
+SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+       dev-qt/qtbase:6[gui,network,widgets]
+       >=sci-libs/libqalculate-${PV}:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+       eqmake6 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+       emake INSTALL_ROOT="${ED}" install
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
+}

Reply via email to