-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathorg.fcitx.Fcitx5.Addon.Chewing.yaml
45 lines (45 loc) · 1.17 KB
/
org.fcitx.Fcitx5.Addon.Chewing.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
app-id: org.fcitx.Fcitx5.Addon.Chewing
branch: master
runtime: org.fcitx.Fcitx5
runtime-version: master
sdk: org.kde.Sdk//6.8
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
build-extension: true
separate-locales: false
cleanup:
- /include
- '*.la'
- /lib/pkgconfig
build-options:
prefix: /app/addons/Chewing
prepend-pkg-config-path: /app/addons/Chewing/lib/pkgconfig
append-path: /usr/lib/sdk/rust-stable/bin
modules:
- modules/corrosion.yaml
- name: libchewing
buildsystem: cmake-ninja
sources:
- type: git
url: https://github.com/chewing/libchewing
tag: v0.9.1
x-checker-data:
type: anitya
project-id: 1577
stable-only: true
tag-template: v${version}
commit: bab025039a24d610d5c327d6894356a3d645e441
- chewing-cargo-sources.json
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DBUILD_TESTING=Off
build-options:
env:
CARGO_HOME: /run/build/libchewing/cargo
- name: fcitx5-chewing
buildsystem: cmake-ninja
sources:
- type: git
url: https://github.com/fcitx/fcitx5-chewing
config-opts:
- -DCMAKE_BUILD_TYPE=Release