gnome-extra/gnome-calculator: drop 47.3-r1

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos 2025-12-20 12:30:26 +01:00
parent 5e633b3e90
commit b0e79a9f8a
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC
2 changed files with 0 additions and 75 deletions

View File

@ -1,3 +1,2 @@
DIST gnome-calculator-47.3.tar.xz 1107920 BLAKE2B 923f80f0e37f5e31e72f6352da593e06f87e7ac0a3bef6b8be8457819e86cc8cfb54da75ae30502341767ed219705ad940c5fa219ab8f3ac971cd733c4940d5a SHA512 07cc7a012fbaa317e26336a0716e75bb7152b86f454b77023d2c8867b48f6f8ff611aa7b80e7b69872d3d5be36362b9de3c68d885fcdac6a5d5e72338f63fbb1
DIST gnome-calculator-48.1.tar.xz 1137788 BLAKE2B c93fd7b381bf4245ee17f7b3dd62b62e1beec70cebb9fd5eb1a72d00f20d151d8405d445000caae97f972647f6ed30c63329233a72d76ec1f864b49fd9ad9937 SHA512 a3302a5eadbb0ddde3cda1ae50a5d384e3e518cce6c37090a478099bec09abd536edc147c9e63d67260142dfed62f9b33d9fd88997fd7ef82f424f8209805ad2
DIST gnome-calculator-49.2.tar.xz 1258924 BLAKE2B e4ea44b6ee5ef9eada11b53c507d1cd419e21b6095aee5914b2f37bd38d7e87e79d8def8f8ea9347573720cd35f6bc3bfd660d48ce14a711452cdb7dcc1e1c0b SHA512 ba7ca6c7092cb755049dda18303edcd45ca5f28056ee6c62485f271c7c127ceef134d6b2269d0902886f6a0e808b61e84466c131ffe8a64c39b6d722c3fd703d

View File

@ -1,74 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson vala virtualx xdg
DESCRIPTION="A calculator application for GNOME"
HOMEPAGE="https://apps.gnome.org/Calculator/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
IUSE="+introspection test"
# gtksourceview vapi definitions in dev-lang/vala itself are too old, and newer vala removes them
# altogether, thus we need them installed by gtksourceview[vala]
RDEPEND="
>=dev-libs/glib-2.40.0:2
dev-libs/libxml2:2=
>=net-libs/libsoup-3.4.0:3.0
>=dev-libs/libgee-0.20.0:0.8=
dev-libs/mpc:=
dev-libs/mpfr:0=
>=gui-libs/gtk-4.15.2:4
>=gui-libs/libadwaita-1.6_beta:1
>=gui-libs/gtksourceview-5.3.0:5
introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
$(vala_depend)
net-libs/libsoup:3.0[vala]
gui-libs/gtksourceview:5[vala]
gui-libs/libadwaita:1[vala]
"
src_prepare() {
default
vala_setup
xdg_environment_reset
}
src_configure() {
local emesonargs=(
-Ddisable-ui=false
#-Dvala-version # doesn't do anything in 3.34
$(meson_use !introspection disable-introspection)
$(meson_use test ui-tests)
-Dgcalc=true
-Dgci=true
-Dapp=true
-Ddoc=false
)
meson_src_configure
}
src_test() {
XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}