84ca7c4c43
While here: - Fix LICENSE - Switch to USES=gettext-tools Author's Note: spell plugin has been disabled. Because it depends of gtkspell3, which seems unmaintained (no update since 2018). Changelog: - https://github.com/elementary/code/releases/tag/8.0.0 - https://github.com/elementary/code/releases/tag/8.1.0 - https://github.com/elementary/code/releases/tag/8.1.1 - https://github.com/elementary/code/releases/tag/8.1.2 PR: 290018 Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Miguel Gocobachi <miguel@gocobachi.dev>
12 lines
305 B
INI
12 lines
305 B
INI
--- plugins/meson.build.orig 2025-08-01 15:34:51 UTC
|
|
+++ plugins/meson.build
|
|
@@ -7,7 +7,7 @@ subdir('preserve-indent')
|
|
subdir('markdown-actions')
|
|
subdir('pastebin')
|
|
subdir('preserve-indent')
|
|
-subdir('spell')
|
|
+#subdir('spell')
|
|
subdir('vim-emulation')
|
|
subdir('word-completion')
|
|
subdir('fuzzy-search')
|