|
2 | 2 | "app-id": "io.github.qtox.qTox",
|
3 | 3 | "runtime": "org.kde.Platform",
|
4 | 4 | "sdk": "org.kde.Sdk",
|
5 |
| - "runtime-version": "5.15-21.08", |
| 5 | + "runtime-version": "5.15-24.08", |
6 | 6 | "command": "qtox",
|
7 | 7 | "rename-icon": "qtox",
|
8 | 8 | "finish-args": [
|
|
24 | 24 | "add-extensions": {
|
25 | 25 | "org.freedesktop.Platform.ffmpeg-full": {
|
26 | 26 | "directory": "lib/ffmpeg",
|
27 |
| - "version": "21.08", |
| 27 | + "version": "24.08", |
28 | 28 | "add-ld-path": "."
|
29 | 29 | }
|
30 | 30 | },
|
|
45 | 45 | "build-options": {
|
46 | 46 | "no-debuginfo": true
|
47 | 47 | },
|
48 |
| - "cleanup": [ '*' ], |
| 48 | + "cleanup": [ "*" ], |
49 | 49 | "sources": [
|
50 | 50 | {
|
51 | 51 | "type": "archive",
|
|
83 | 83 | {
|
84 | 84 | "type": "git",
|
85 | 85 | "url": "https://github.com/jedisct1/libsodium",
|
86 |
| - "tag": "1.0.18", |
87 |
| - "commit": "4f5e89fa84ce1d178a6765b8b46f2b6f91216677" |
| 86 | + "tag": "1.0.20-RELEASE", |
| 87 | + "commit": "9511c982fb1d046470a8b42aa36556cdb7da15de" |
88 | 88 | }
|
89 | 89 | ]
|
90 | 90 | },
|
|
100 | 100 | {
|
101 | 101 | "type": "git",
|
102 | 102 | "url": "https://github.com/toktok/c-toxcore",
|
103 |
| - "tag": "v0.2.18", |
104 |
| - "commit": "3a5da3588f693ba17768a9a4cbd67d54d53114ac", |
| 103 | + "tag": "v0.2.20", |
| 104 | + "commit": "934a8301113e6c6cb2bf1fb6791135cade908c72", |
105 | 105 | "x-checker-data": {
|
106 | 106 | "type": "git",
|
107 | 107 | "tag-pattern": "^v([\\d.]+)$"
|
108 | 108 | }
|
109 | 109 | }
|
110 | 110 | ]
|
111 | 111 | },
|
| 112 | + { |
| 113 | + "name": "toxext", |
| 114 | + "buildsystem": "cmake-ninja", |
| 115 | + "sources": [ |
| 116 | + { |
| 117 | + "type": "git", |
| 118 | + "url": "https://github.com/toxext/toxext", |
| 119 | + "commit": "a746a99f4649c2ebdc8307bfcaa38042326f4f65" |
| 120 | + } |
| 121 | + ] |
| 122 | + }, |
| 123 | + { |
| 124 | + "name": "tox_extension_messages", |
| 125 | + "buildsystem": "cmake-ninja", |
| 126 | + "sources": [ |
| 127 | + { |
| 128 | + "type": "git", |
| 129 | + "url": "https://github.com/toxext/tox_extension_messages", |
| 130 | + "commit": "3def0e36f63a3537b8fda87e12f870665d90dfcc" |
| 131 | + } |
| 132 | + ] |
| 133 | + }, |
112 | 134 | {
|
113 | 135 | "name": "qTox",
|
114 | 136 | "buildsystem": "cmake-ninja",
|
|
119 | 141 | "sources": [
|
120 | 142 | {
|
121 | 143 | "type": "git",
|
122 |
| - "url": "https://github.com/qTox/qTox", |
123 |
| - "tag": "v1.17.6", |
124 |
| - "commit": "54345d1085628950af4176e6b4873513db0de4f3", |
125 |
| - "x-checker-data": { |
126 |
| - "type": "git", |
127 |
| - "tag-pattern": "^v([\\d.]+)$" |
128 |
| - } |
| 144 | + "url": "https://github.com/TokTok/qTox", |
| 145 | + "commit": "ea76141928f955cbafe14babc33e0e3540b4f763" |
129 | 146 | }
|
130 | 147 | ]
|
131 | 148 | }
|
|
0 commit comments