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

Commit

Permalink
unikey (#24)
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 13, 2024
1 parent 0252c80 commit e95e0f9
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 @@ -28,3 +28,6 @@
[submodule "fcitx5-skk"]
path = fcitx5-skk
url = https://github.com/fcitx/fcitx5-skk
[submodule "fcitx5-unikey"]
path = fcitx5-unikey
url = https://github.com/fcitx/fcitx5-unikey
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Build plugins for [fcitx5-macos](https://github.com/fcitx-contrib/fcitx5-macos).
### Thai
* [thai](https://github.com/fcitx/fcitx5-libthai): GPL-2.0-or-later

### Vietnamese
* [unikey](https://github.com/fcitx/fcitx5-unikey): GPL-2.0-or-later

### Generic
* [rime](https://github.com/fcitx/fcitx5-rime): LGPL-2.1-or-later
* [librime](https://github.com/rime/librime): BSD-3-Clause
Expand Down
1 change: 1 addition & 0 deletions all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ all_plugins=(
chinese-addons # Optional dependency: lua
thai
rime
unikey
)

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

. ./common.sh unikey $1

f5m_configure -DENABLE_QT=OFF -DENABLE_TEST=OFF
f5m_build
f5m_install
f5m_make_tarball

0 comments on commit e95e0f9

Please sign in to comment.