qalculate-qt: use qt6, add missing dependency

This commit is contained in:
classabbyamp 2025-03-29 01:42:02 -04:00
parent 510ba7e57c
commit f82f8874bf
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -2,11 +2,11 @@
# NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-gtk'
pkgname=qalculate-qt
version=5.5.0
revision=1
revision=2
build_style=qmake
hostmakedepends="intltool pkg-config qt5-qmake qt5-host-tools"
makedepends="libqalculate-devel qt5-devel"
depends="gnuplot"
hostmakedepends="intltool pkg-config qt6-base qt6-tools"
makedepends="libqalculate-devel qt6-base-devel"
depends="gnuplot qt6-svg"
short_desc="Multi-purpose desktop calculator - QT version"
maintainer="yosh <yosh-git@riseup.net>"
license="GPL-2.0-or-later"