From f6c9ca05d216a943d428eb64f22d69c6c49cca17 Mon Sep 17 00:00:00 2001 From: Lukas Schmelting Date: Tue, 10 Jun 2025 18:47:11 +0200 Subject: [PATCH] app-text/libspelling: Version bump to 0.4.8 Signed-off-by: Lukas Schmelting Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James --- .../files/Disable-testsuite_test-engine.patch | 21 +++++++++++++++++++ .../libspelling/libspelling-0.4.5-r1.ebuild | 4 ++++ app-text/libspelling/libspelling-0.4.6.ebuild | 4 ++++ app-text/libspelling/libspelling-0.4.8.ebuild | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 app-text/libspelling/files/Disable-testsuite_test-engine.patch diff --git a/app-text/libspelling/files/Disable-testsuite_test-engine.patch b/app-text/libspelling/files/Disable-testsuite_test-engine.patch new file mode 100644 index 0000000000000..7d5ceaf614ec4 --- /dev/null +++ b/app-text/libspelling/files/Disable-testsuite_test-engine.patch @@ -0,0 +1,21 @@ +From 6148f07621bebc360e4f58aca39fdd915f06767b Mon Sep 17 00:00:00 2001 +From: Lukas Schmelting +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 +--- + 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 + diff --git a/app-text/libspelling/libspelling-0.4.5-r1.ebuild b/app-text/libspelling/libspelling-0.4.5-r1.ebuild index a5db70eda6db8..10c48ae218630 100644 --- a/app-text/libspelling/libspelling-0.4.5-r1.ebuild +++ b/app-text/libspelling/libspelling-0.4.5-r1.ebuild @@ -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 diff --git a/app-text/libspelling/libspelling-0.4.6.ebuild b/app-text/libspelling/libspelling-0.4.6.ebuild index 27e6b30a6f6e8..95e408ab0fb3c 100644 --- a/app-text/libspelling/libspelling-0.4.6.ebuild +++ b/app-text/libspelling/libspelling-0.4.6.ebuild @@ -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 diff --git a/app-text/libspelling/libspelling-0.4.8.ebuild b/app-text/libspelling/libspelling-0.4.8.ebuild index cffb61169585e..c2e261e6eb4a7 100644 --- a/app-text/libspelling/libspelling-0.4.8.ebuild +++ b/app-text/libspelling/libspelling-0.4.8.ebuild @@ -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