diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-04 01:39:28 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-09-17 16:29:29 +0200 |
commit | 23fb2649d322e50bb6afc0a3311f211892b5a2c3 (patch) | |
tree | 6f116b9185bef307d0c527c588824e46a67272fd /x11-toolkits/libspelling/files/patch-lib_meson.build | |
parent | x11/waybar: update to 0.11.0 (diff) |
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
Diffstat (limited to 'x11-toolkits/libspelling/files/patch-lib_meson.build')
-rw-r--r-- | x11-toolkits/libspelling/files/patch-lib_meson.build | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/libspelling/files/patch-lib_meson.build b/x11-toolkits/libspelling/files/patch-lib_meson.build new file mode 100644 index 000000000000..4a29930c8133 --- /dev/null +++ b/x11-toolkits/libspelling/files/patch-lib_meson.build @@ -0,0 +1,13 @@ +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() |