Skip to content

Commit

Permalink
Add enchant support so we can use hunspell dict
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Feb 17, 2025
1 parent 5b91d18 commit e5f5cda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions modules/enchant.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: enchant
cleanup:
- '*.a'
- '*.la'
- /bin
- /include
sources:
- type: archive
url: https://github.com/rrthomas/enchant/releases/download/v2.8.2/enchant-2.8.2.tar.gz
sha256: 8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375
x-checker-data:
type: anitya
project-id: 6601
url-template: https://github.com/rrthomas/enchant/releases/download/v$version/enchant-$version.tar.gz
2 changes: 1 addition & 1 deletion org.fcitx.Fcitx5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ modules:
- modules/xcb-imdkit.yaml
- modules/libuv.yaml
- modules/json-c.yaml
- modules/enchant.yaml

- name: fcitx5
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DUSE_SYSTEMD=Off
- -DENABLE_ENCHANT=Off
- -DUSE_FLATPAK_ICON=On
- -DENABLE_TEST=Off
sources:
Expand Down

0 comments on commit e5f5cda

Please sign in to comment.