ports/x11-toolkits/libspelling/files/patch-lib_meson.build
Jan Beich 23fb2649d3 x11-toolkits/libspelling: add new port
A spellcheck library for GTK 4.

This library is heavily based upon GNOME Text Editor and GNOME Builder's
spellcheck implementation. However, it is licensed LGPLv2.1+.

https://gitlab.gnome.org/GNOME/libspelling
2024-09-17 16:29:29 +02:00

14 lines
511 B
Plaintext

lib/meson.build:34:2: ERROR: Dependency lookup for gtksourceview-5 with method 'pkgconfig' failed: Invalid version, need 'gtksourceview-5' ['>= 5.6'] found '5.4.2'.
--- lib/meson.build.orig 2024-03-04 00:39:28 UTC
+++ lib/meson.build
@@ -31,7 +31,7 @@ libspelling_deps = [
libspelling_deps = [
dependency('gio-2.0'),
dependency('gtk4', version: '>= 4.8'),
- dependency('gtksourceview-5', version: '>= 5.6'),
+ dependency('gtksourceview-5', version: '>= 5.4'),
]
if get_option('enchant').enabled()