Skip to content

Commit 4fa7517

Browse files
wengxtgithub-actions[bot]
authored andcommitted
Update dependencies
- Updated 2025-06-18T05:28:25Z
1 parent d992baf commit 4fa7517

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

modules/enchant.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cleanup:
66
- /include
77
sources:
88
- type: archive
9-
url: https://github.com/rrthomas/enchant/releases/download/v2.8.6/enchant-2.8.6.tar.gz
10-
sha256: c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b
9+
url: https://github.com/rrthomas/enchant/releases/download/v2.8.10/enchant-2.8.10.tar.gz
10+
sha256: 6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9
1111
x-checker-data:
1212
type: anitya
1313
project-id: 6601

org.fcitx.Fcitx5.Addon.Rime.yaml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ cleanup:
1616
- /include
1717
- /lib/pkgconfig
1818
- /lib/cmake
19-
- "/lib/python*"
19+
- /lib/python*
2020
- /share/cmake
21-
- "*.la"
21+
- '*.la'
2222

2323
modules:
2424
- modules/boost.yaml
@@ -38,12 +38,13 @@ modules:
3838
sources:
3939
- type: git
4040
url: https://github.com/rime/librime
41-
tag: 1.12.0
41+
tag: 1.13.1
4242
x-checker-data:
4343
type: anitya
4444
project-id: 228902
4545
stable-only: true
4646
tag-template: ${version}
47+
commit: 1c23358157934bd6e6d6981f0c0164f05393b497
4748
- type: git
4849
url: https://github.com/lotem/librime-octagram.git
4950
commit: dfcc15115788c828d9dd7b4bff68067d3ce2ffb8
@@ -73,20 +74,20 @@ modules:
7374
- install -Dm644 rime-prelude/*.yaml -t rime-data/
7475
# copy all other rime schemas
7576
- |
76-
for _ime in rime-*; do
77-
[ "$_ime" != "rime-data" ] &&
78-
[ "$_ime" != "rime-essay" ] &&
79-
[ "$_ime" != "rime-prelude" ] &&
80-
install -Dm644 ${_ime}/*.yaml -t rime-data/
81-
done
82-
cd rime-data/
83-
for _ime_schema in $(ls *.schema.yaml); do
84-
rime_deployer --compile $_ime_schema
85-
done
77+
for _ime in rime-*; do
78+
[ "$_ime" != "rime-data" ] &&
79+
[ "$_ime" != "rime-essay" ] &&
80+
[ "$_ime" != "rime-prelude" ] &&
81+
install -Dm644 ${_ime}/*.yaml -t rime-data/
82+
done
83+
cd rime-data/
84+
for _ime_schema in $(ls *.schema.yaml); do
85+
rime_deployer --compile $_ime_schema
86+
done
8687
- |
87-
install -Dm644 rime-data/*.{txt,yaml} -t ${FLATPAK_DEST}/share/rime-data/
88-
rm rime-data/build/*.txt
89-
install -Dm644 rime-data/build/* -t ${FLATPAK_DEST}/share/rime-data/build/
88+
install -Dm644 rime-data/*.{txt,yaml} -t ${FLATPAK_DEST}/share/rime-data/
89+
rm rime-data/build/*.txt
90+
install -Dm644 rime-data/build/* -t ${FLATPAK_DEST}/share/rime-data/build/
9091
sources:
9192
- type: archive
9293
url: https://github.com/rime/rime-essay/archive/917e5691d090f75c40f0bc72476c2f483bae0c21/rime-essay-917e5691d090f75c40f0bc72476c2f483bae0c21.tar.gz

0 commit comments

Comments
 (0)