sci-calculators/qalculate-qt: add 5.10.0

Signed-off-by: Christopher Fore <csfore@gentoo.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/508
Merges: https://codeberg.org/gentoo/gentoo/pulls/508
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Christopher Fore
2026-04-03 14:29:42 -04:00
committed by Sam James
parent 21d17da761
commit eefad7f6f2
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
DIST qalculate-qt-5.10.0.tar.gz 2040825 BLAKE2B 729a76dada619938878ae0d773d116cb58101d9196a860b54dfa311410fa6b7b14e00cd7dca177d5f74e3489b2903b3548e54934b5b64540abdde0d50716def6 SHA512 83af45f2b84c349aad1f5cd48264fc8131e139e462baf77ab74818808add66437e1fcde6a55ac78589e20247787c273111c88897591f5e3a3a56204d12ba51f3
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
@@ -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]
}