This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Eventide <[email protected]> Co-authored-by: Qijia Liu <[email protected]>
- Loading branch information
1 parent
658c9d6
commit 1b556f6
Showing
5 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ all_plugins=( | |
thai | ||
rime | ||
unikey | ||
anthy | ||
) | ||
|
||
for plugin in "${all_plugins[@]}"; do | ||
|
Submodule fcitx5-anthy
added at
c8b0b5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |