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

Commit

Permalink
add fcitx5-bamboo (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf authored Jun 12, 2024
1 parent 0626c67 commit 06ecd8a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
brew install \
extra-cmake-modules \
ninja
ninja \
go
wget https://github.com/fcitx-contrib/fcitx5-macos-prebuilder/releases/download/latest/marisa-${{ matrix.arch }}.tar.bz2
sudo tar xjvf marisa-${{ matrix.arch }}.tar.bz2 -C /usr/local bin/marisa-build
pip install dirhash
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
[submodule "fcitx5-chewing"]
path = fcitx5-chewing
url = https://github.com/fcitx/fcitx5-chewing
[submodule "fcitx5-bamboo"]
path = fcitx5-bamboo
url = https://github.com/fcitx/fcitx5-bamboo
1 change: 1 addition & 0 deletions all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -e

all_plugins=(
bamboo
chewing
hangul
sayura
Expand Down
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ f5m_split_data() {
# params: IMs to auto add on plugin install
f5m_make_tarball() {
cd $DESTDIR$INSTALL_PREFIX
python $ROOT/generate-descriptor.py "$@"
python3 $ROOT/generate-descriptor.py "$@"
tar cjvf ../../../$name-$ARCH.tar.bz2 *

cd ../data
Expand Down
1 change: 1 addition & 0 deletions fcitx5-bamboo
Submodule fcitx5-bamboo added at a4de7f
9 changes: 9 additions & 0 deletions scripts/bamboo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set -e

. ./common.sh bamboo $1

f5m_configure
f5m_build
f5m_install
f5m_split_data
f5m_make_tarball bamboo

0 comments on commit 06ecd8a

Please sign in to comment.