-
Notifications
You must be signed in to change notification settings - Fork 6
/
org.fcitx.Fcitx5.Addon.Skk.yaml
72 lines (70 loc) · 2.06 KB
/
org.fcitx.Fcitx5.Addon.Skk.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
app-id: org.fcitx.Fcitx5.Addon.Skk
branch: master
runtime: org.fcitx.Fcitx5
runtime-version: master
sdk: org.kde.Sdk//6.8
sdk-extensions:
- org.freedesktop.Sdk.Extension.vala
build-extension: true
separate-locales: false
build-options:
prefix: /app/addons/Skk
prepend-path: /app/addons/Skk/bin
prepend-pkg-config-path: /app/addons/Skk/lib/pkgconfig
cflags: -I/app/addons/Skk/include
append-path: /usr/lib/sdk/vala/bin
prepend-ld-library-path: /usr/lib/sdk/vala/lib
cleanup:
- /bin
- /include
- /lib/pkgconfig
- "/lib/python*"
- "/lib/vala*"
- "/lib/gir*"
- "/share/vala*"
- "/share/gir*"
- /share/intltool
- "*.la"
modules:
- modules/gnome-common.yaml
- modules/intltool.yaml
- modules/libgee.yaml
- name: libskk
sources:
- type: archive
url: https://github.com/ueno/libskk/archive/1.0.5.tar.gz
sha512: 50b07b244e1fbec13764ca00b90ede2584c53dd5c16783c9bb9114f69f43dbebd352653f335f1c3584b8c42ef4184e891e0ca7427c38afc99131196721e1c1c1
x-checker-data:
type: anitya
project-id: 228903
stable-only: true
url-template: https://github.com/ueno/libskk/archive/${version}.tar.gz
- type: patch
path: 0001-Fix-invalid-escape-on-json-file.patch
use-git: true
build-options:
cflags: -Wno-int-conversion
env:
ACLOCAL_PATH: /app/addons/Skk/share/aclocal
VALAFLAGS: --vapidir /app/addons/Skk/share/vala/vapi
XDG_DATA_DIRS: /app/addons/Skk/share:/app/share:/usr/share
prepend-ld-library-path: /app/addons/Skk/lib
make-args:
- V=1
- name: skk-jisyo
buildsystem: simple
build-commands:
- install -Dm644 SKK-JISYO.* -t ${FLATPAK_DEST}/share/skk/
sources:
- type: git
url: https://github.com/skk-dev/dict.git
branch: master
- name: fcitx5-skk
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DUSE_QT6=On
- -DSKK_DEFAULT_PATH=/app/addons/Skk/share/skk/SKK-JISYO.L
sources:
- type: git
url: https://github.com/fcitx/fcitx5-skk