app-text/libspelling: Version bump to 0.4.8

Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/42537
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Lukas Schmelting 2025-06-10 18:47:11 +02:00 committed by Sam James
parent 4229e846a6
commit f6c9ca05d2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,21 @@
From 6148f07621bebc360e4f58aca39fdd915f06767b Mon Sep 17 00:00:00 2001
From: Lukas Schmelting <lschmelting@posteo.com>
Date: Tue, 10 Jun 2025 18:34:47 +0200
Subject: [PATCH] app-text/libspelling: Disable testsuite 'test-engine'
The test tries to utilize use LANG and and libenchant
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
---
testsuite/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/testsuite/meson.build b/testsuite/meson.build
index c9703db..2dce51b 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -16 +15,0 @@ libspelling_testsuite = {
- 'test-engine' : {},
--
2.49.0

View File

@ -14,6 +14,10 @@ SLOT="1"
KEYWORDS="~amd64 ~loong ~riscv ~x86"
IUSE="gtk-doc sysprof vala"
PATCHES=(
"${FILESDIR}/Disable-testsuite_test-engine.patch"
)
RDEPEND="
dev-libs/glib:2
>=gui-libs/gtk-4.8:4

View File

@ -34,6 +34,10 @@ BDEPEND="
gtk-doc? ( dev-util/gi-docgen )
"
PATCHES=(
"${FILESDIR}/Disable-testsuite_test-engine.patch"
)
src_prepare() {
use vala && vala_setup
default

View File

@ -34,6 +34,10 @@ BDEPEND="
gtk-doc? ( dev-util/gi-docgen )
"
PATCHES=(
"${FILESDIR}/Disable-testsuite_test-engine.patch"
)
src_prepare() {
use vala && vala_setup
default