Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
anthy (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Eventide <[email protected]>
Co-authored-by: Qijia Liu <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent 658c9d6 commit 1b556f6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "fcitx5-unikey"]
path = fcitx5-unikey
url = https://github.com/fcitx/fcitx5-unikey
[submodule "fcitx5-anthy"]
path = fcitx5-anthy
url = https://github.com/fcitx/fcitx5-anthy
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Build plugins for [fcitx5-macos](https://github.com/fcitx-contrib/fcitx5-macos).

### Japanese
* [skk](https://github.com/fcitx/fcitx5-skk): GPL-3.0-or-later
* [anthy](https://github.com/fcitx/fcitx5-anthy): GPL-2.0-or-later

### English
* [hallelujah](https://github.com/fcitx-contrib/fcitx5-hallelujah): GPL-3.0-only
Expand Down
1 change: 1 addition & 0 deletions all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ all_plugins=(
thai
rime
unikey
anthy
)

for plugin in "${all_plugins[@]}"; do
Expand Down
1 change: 1 addition & 0 deletions fcitx5-anthy
Submodule fcitx5-anthy added at c8b0b5
10 changes: 10 additions & 0 deletions scripts/anthy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set -e

. ./common.sh anthy $1

install_deps anthy-unicode

f5m_configure -DENABLE_TEST=OFF
f5m_build
f5m_install anthy-unicode
f5m_make_tarball anthy

0 comments on commit 1b556f6

Please sign in to comment.