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.
add chewing, hangul and sayura (#39)
- Loading branch information
1 parent
fe1fba2
commit 1f80002
Showing
10 changed files
with
55 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
set -e | ||
|
||
all_plugins=( | ||
chewing | ||
hangul | ||
sayura | ||
skk | ||
lua | ||
hallelujah | ||
|
Submodule fcitx5-chewing
added at
192086
Submodule fcitx5-hangul
added at
90408d
Submodule fcitx5-rime
updated
13 files
+23 −47 | po/ca.po | |
+23 −47 | po/da.po | |
+23 −47 | po/de.po | |
+23 −47 | po/fcitx5-rime.pot | |
+23 −47 | po/he.po | |
+23 −47 | po/ja.po | |
+23 −47 | po/ko.po | |
+24 −48 | po/ru.po | |
+23 −47 | po/tr.po | |
+23 −47 | po/vi.po | |
+23 −47 | po/zh_CN.po | |
+23 −47 | po/zh_TW.po | |
+1 −1 | src/rimeaction.h |
Submodule fcitx5-sayura
added at
23335a
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 chewing $1 | ||
|
||
install_deps libchewing | ||
f5m_configure | ||
f5m_build | ||
f5m_install libchewing | ||
f5m_split_data | ||
f5m_make_tarball chewing |
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 hangul $1 | ||
|
||
install_deps libhangul | ||
f5m_configure | ||
f5m_build | ||
f5m_install libhangul | ||
f5m_split_data | ||
f5m_make_tarball hangul |
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,9 @@ | ||
set -e | ||
|
||
. ./common.sh sayura $1 | ||
|
||
f5m_configure | ||
f5m_build | ||
f5m_install | ||
f5m_split_data | ||
f5m_make_tarball sayura |