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

Commit

Permalink
fcitx5-rime
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Dec 31, 2023
1 parent 5bb2561 commit 95063bb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "fcitx5-thai"]
path = fcitx5-thai
url = https://github.com/fcitx/fcitx5-libthai
[submodule "fcitx5-rime"]
path = fcitx5-rime
url = [email protected]:fcitx/fcitx5-rime.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Build plugins for [fcitx5-macos](https://github.com/fcitx-contrib/fcitx5-macos).
### Other
* [lua](https://github.com/fcitx/fcitx5-lua): LGPL-2.1-or-later
(NOT WORKING)
* [rime](https://github.com/fcitx/fcitx5-rime/): LGPL-2.1-or-later

## Manual installation
```sh
Expand Down
1 change: 1 addition & 0 deletions all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ all_plugins=(
hallelujah
chinese-addons # Optional dependency: lua
thai
rime
)

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

. ./common.sh rime $1

ARGS=(
-DRIME_DATA_DIR=/usr/local/share/fcitx5/rime
)

install_deps librime
f5m_configure ${ARGS[@]}
f5m_build
f5m_install
f5m_make_tarball

0 comments on commit 95063bb

Please sign in to comment.