Skip to content

Commit

Permalink
Remove enchant
Browse files Browse the repository at this point in the history
We have no spell checking at this time since gspell is not compatible
with GTK 4.
  • Loading branch information
dehesselle committed Mar 24, 2024
1 parent d10b9e2 commit 8784f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 220-inkscape_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ lib_change_paths @loader_path/../../.. "$INK_APP_LIB_DIR" \
lib_change_paths @loader_path/../.. "$INK_APP_LIB_DIR" \
"$INK_APP_LIB_DIR"/gio/modules/*.so

# Point enchant's applespell plugin towards INK_APP_LIB_DIR using @loader_path.
lib_change_paths @loader_path/.. "$INK_APP_LIB_DIR" \
"$INK_APP_LIB_DIR"/enchant-2/enchant_applespell.so

# Point Ghostscript towards INK_APP_LIB_DIR using @executable_path.
lib_change_paths \
@executable_path/../lib \
Expand Down
4 changes: 4 additions & 0 deletions resources/inkscape.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
<binary>
${prefix}/lib/gio/modules/*.so
</binary>
<!-- no spellchecking support at the moment
<binary>
${prefix}/lib/enchant-2/*.so
</binary>
-->
<!-- Ghostscript (disable this for GPLv2+ compliance!) -->
<binary>
${prefix}/bin/gs
Expand Down Expand Up @@ -140,9 +142,11 @@
<data>
${prefix}/etc/fonts
</data>
<!-- no spellchecking support at the moment
<data>
${prefix}/share/enchant
</data>
-->
<data>
${prefix}/share/fontconfig
</data>
Expand Down

0 comments on commit 8784f16

Please sign in to comment.