Files
ports/editors/elementary-code/files/patch-plugins_meson.build
T
Olivier Duchateau 84ca7c4c43 editors/elementary-code: Update to 8.1.2
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>
2025-11-27 22:02:56 +09:00

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')