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>
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
--- data/meson.build.orig 2025-08-01 15:34:51 UTC
|
|
+++ data/meson.build
|
|
@@ -24,7 +24,6 @@ install_data(
|
|
|
|
install_data(
|
|
'io.elementary.code.gschema.xml',
|
|
- 'io.elementary.code.plugins.spell.gschema.xml',
|
|
install_dir: get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
|
|
)
|
|
|