@@ -16,9 +16,9 @@ cleanup:
16
16
- /include
17
17
- /lib/pkgconfig
18
18
- /lib/cmake
19
- - " /lib/python*"
19
+ - /lib/python*
20
20
- /share/cmake
21
- - " *.la"
21
+ - ' *.la'
22
22
23
23
modules :
24
24
- modules/boost.yaml
@@ -38,12 +38,13 @@ modules:
38
38
sources :
39
39
- type : git
40
40
url : https://github.com/rime/librime
41
- tag : 1.12.0
41
+ tag : 1.13.1
42
42
x-checker-data :
43
43
type : anitya
44
44
project-id : 228902
45
45
stable-only : true
46
46
tag-template : ${version}
47
+ commit : 1c23358157934bd6e6d6981f0c0164f05393b497
47
48
- type : git
48
49
url : https://github.com/lotem/librime-octagram.git
49
50
commit : dfcc15115788c828d9dd7b4bff68067d3ce2ffb8
@@ -73,20 +74,20 @@ modules:
73
74
- install -Dm644 rime-prelude/*.yaml -t rime-data/
74
75
# copy all other rime schemas
75
76
- |
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
86
87
- |
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/
90
91
sources :
91
92
- type : archive
92
93
url : https://github.com/rime/rime-essay/archive/917e5691d090f75c40f0bc72476c2f483bae0c21/rime-essay-917e5691d090f75c40f0bc72476c2f483bae0c21.tar.gz
0 commit comments