View | Details | Raw Unified | Return to bug 247610 | Differences between
and this patch

Collapse All | Expand All

(-)editors/elementary-code/Makefile (-1 / +1 lines)
Lines 40-47 Link Here
40
INSTALLS_ICONS=	yes
40
INSTALLS_ICONS=	yes
41
USE_LDCONFIG=	yes
41
USE_LDCONFIG=	yes
42
USE_XORG=	x11
42
USE_XORG=	x11
43
44
BINARY_ALIAS=	python3=${PYTHON_CMD}
43
BINARY_ALIAS=	python3=${PYTHON_CMD}
44
SUB_FILES=	pkg-message
45
45
46
do-test:
46
do-test:
47
	cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test
47
	cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test
(-)editors/elementary-code/files/patch-data_io.elementary.code.plugins.spell.gschema.xml (+11 lines)
Line 0 Link Here
1
--- data/io.elementary.code.plugins.spell.gschema.xml.orig	2020-02-29 20:15:24 UTC
2
+++ data/io.elementary.code.plugins.spell.gschema.xml
3
@@ -2,7 +2,7 @@
4
 <schemalist>
5
   <schema path="/io/elementary/code/plugins/spell/" id="io.elementary.code.plugins.spell">
6
     <key name="language" type="s">
7
-      <default>'en_US'</default>
8
+      <default>''</default>
9
       <summary>Selected Spellcheck Language</summary>
10
       <description>Selected Spellcheck Language to be used by spell plugin</description>
11
     </key>
(-)editors/elementary-code/files/pkg-message.in (+12 lines)
Line 0 Link Here
1
[
2
{
3
	type: install
4
	message: <<EOM
5
Install dictionaries for your prefered language:
6
  pkg search hunspell
7
8
Then configure the Spellcheck plugin (e.g. for French users):
9
  gsettings set io.elementary.code.plugins.spell language 'fr_FR'
10
EOM
11
}
12
]

Return to bug 247610