ports/editors/elementary-code/files/patch-data_meson.build
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

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