This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
uk.co.ibboard.cawbird.json
127 lines (127 loc) · 4.17 KB
/
uk.co.ibboard.cawbird.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"app-id": "uk.co.ibboard.cawbird",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "cawbird",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio"
],
"cleanup": [
"/include",
"/share/gir-1.0",
"/lib/pkgconfig",
"/lib/girepository-1.0",
"/share/vala-0.34",
"/bin/vala*",
"/bin/vapi*",
"/share/devhelp",
"/share/aclocal",
"/lib/*.la",
"/lib/libvala*",
"/lib/vala-0.34",
"/share/gtk-doc",
"/share/man",
"/share/vala"
],
"modules": [
{
"name": "enchant",
"config-opts": [
"--disable-static",
"--with-myspell-dir=/usr/share/hunspell"
],
"cleanup": [
"/bin"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/AbiWord/enchant/releases/download/v2.3.3/enchant-2.3.3.tar.gz",
"sha256": "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891",
"x-checker-data": {
"type": "anitya",
"project-id": 6601,
"url-template": "https://github.com/AbiWord/enchant/releases/download/v$version/enchant-$version.tar.gz"
}
}
]
},
{
"name": "rest",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz",
"sha256": "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9",
"x-checker-data": {
"type": "gnome",
"name": "rest",
"stable-only": true
}
}
]
},
{
"name": "gspell",
"config-opts": [
"--enable-vala=yes"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gspell/1.12/gspell-1.12.0.tar.xz",
"sha256": "40d2850f1bb6e8775246fa1e39438b36caafbdbada1d28a19fa1ca07e1ff82ad",
"x-checker-data": {
"type": "gnome",
"name": "gspell",
"stable-only": false
}
}
]
},
{
"name": "oauth",
"config-opts": [
"--enable-nss"
],
"sources": [
{
"type": "archive",
"url": "http://downloads.sourceforge.net/liboauth/liboauth-1.0.3.tar.gz",
"sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f",
"x-checker-data": {
"type": "anitya",
"project-id": 1686,
"url-template": "http://downloads.sourceforge.net/liboauth/liboauth-$version.tar.gz"
}
}
]
},
{
"name": "cawbird",
"buildsystem": "meson",
"config-opts": [
"--buildtype=plain",
"-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==",
"-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI="
],
"sources": [
{
"type": "git",
"url": "https://github.com/IBBoard/cawbird.git",
"tag": "v1.5-flatpak",
"commit": "d3843588332f1c19c082a27a02ab151794421f44",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+-?.*)$"
}
}
]
}
]
}