Skip to content

Commit 0dbe74a

Browse files
committed
Revert fcitx5 submodules to stable version
fcitx5 5.1.12 libime 1.1.10 libime-jyutping 1.0.13
1 parent 48f31ec commit 0dbe74a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git unzip jre-openjdk \
2525
ghc cabal-install haskell-shake haskell-aeson-pretty \
2626
cmake extra-cmake-modules ninja \
27-
boost \
27+
fmt boost \
2828
python opencc \
2929
gperf
3030

fcitx5

Submodule fcitx5 updated 262 files

libime

Submodule libime updated 63 files

src/Rules/Fcitx5.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hostFcitx5Rule = do
4545
-- ignore install errors
4646
Exit _ <- cmd "cmake" "--install" buildDir
4747
-- install "comp-spell-dict" manually
48-
copyFile' (buildDir </> "bin" </> "comp-spell-dict") $ hostPrefix </> "bin" </> "comp-spell-dict"
48+
copyFile' (buildDir </> "src" </> "modules" </> "spell" </> "comp-spell-dict") $ hostPrefix </> "bin" </> "comp-spell-dict"
4949
pure ()
5050

5151
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)