sci-calculators/qalculate-gtk: add 5.6.0

Signed-off-by: Christopher Fore <csfore@posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/43042
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Christopher Fore
2025-07-17 10:52:55 -04:00
committed by Nowa Ammerlaan
parent 8e4335f405
commit d3cb08cfbe
2 changed files with 46 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST qalculate-gtk-5.5.0.tar.gz 3007792 BLAKE2B 32f4621be47236a156c11d7512dff15cf76089da53bd17c6a47171f5788642dfdef2d83eaa62c927e83240445a16f68cea176a618f45d03d19e6d272ff29b7aa SHA512 2dbc04cf687e93ec7a32c43f8b11c51a2211705dbbd9de73a70c97b6f972bb7558abe00f9c94e0718f07c87ce789e819782e5c5eed50de1dd099ceb32a875cda
DIST qalculate-gtk-5.5.1.tar.gz 3025854 BLAKE2B efcde2e0fb28b86719fda1e90dd161b2eca5e2cf1ccbb9dcfc7ffba1c98a53da169309ebda4a298393facb90c721863f9c14fbe1f029202c5addc5a300e3f037 SHA512 982c68376f432eddef691e4bd9ae0e09cac302c6f223cd3225769de142fa8988fdf713f0507d99b0da2bf7bb2fc71260fd5743a6fea8fc25eb77835e4f53b6d5
DIST qalculate-gtk-5.6.0.tar.gz 3072204 BLAKE2B bbbdfca8a37decc396c9f069985ff81cbb489df4c30c148b9077ecaa661b7100879fef514c74a27716e8dcfcc597b17d42a870459a23edc43f90dfb65ea0d14c SHA512 abaf81ed4972471d4f4d8af749ad5dfff67c44ab1f7b7e14d457094094548800c1d51f2eefa30f9331daadd6bd8262cb967b991a2292824411abf7b58f8ced7f

View File

@@ -0,0 +1,45 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt!
inherit optfeature xdg
DESCRIPTION="Modern multi-purpose calculator"
HOMEPAGE="https://qalculate.github.io/"
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-libs/glib:2
>=sci-libs/libqalculate-${PV}:=
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/pango"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/gdbus-codegen
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
src_prepare() {
# Required by src_test() and `make check`
cat >po/POTFILES.skip <<-EOF || die
# Required by make check
data/calendarconversion.ui
data/periodictable.ui
EOF
default
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "gnuplot support" sci-libs/libqalculate[gnuplot]
}