Skip to content

Commit 229a9b3

Browse files
committed
add eol notice, update most subs and move to TokTok source
1 parent 525b962 commit 229a9b3

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

flathub.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"skip-icons-check": true,
3+
"end-of-life": "This application no longer has a maintainer and the codebase has been archived."
4+
}

io.github.qtox.qTox.json

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app-id": "io.github.qtox.qTox",
33
"runtime": "org.kde.Platform",
44
"sdk": "org.kde.Sdk",
5-
"runtime-version": "5.15-21.08",
5+
"runtime-version": "5.15-24.08",
66
"command": "qtox",
77
"rename-icon": "qtox",
88
"finish-args": [
@@ -24,7 +24,7 @@
2424
"add-extensions": {
2525
"org.freedesktop.Platform.ffmpeg-full": {
2626
"directory": "lib/ffmpeg",
27-
"version": "21.08",
27+
"version": "24.08",
2828
"add-ld-path": "."
2929
}
3030
},
@@ -45,7 +45,7 @@
4545
"build-options": {
4646
"no-debuginfo": true
4747
},
48-
"cleanup": [ '*' ],
48+
"cleanup": [ "*" ],
4949
"sources": [
5050
{
5151
"type": "archive",
@@ -83,8 +83,8 @@
8383
{
8484
"type": "git",
8585
"url": "https://github.com/jedisct1/libsodium",
86-
"tag": "1.0.18",
87-
"commit": "4f5e89fa84ce1d178a6765b8b46f2b6f91216677"
86+
"tag": "1.0.20-RELEASE",
87+
"commit": "9511c982fb1d046470a8b42aa36556cdb7da15de"
8888
}
8989
]
9090
},
@@ -100,15 +100,37 @@
100100
{
101101
"type": "git",
102102
"url": "https://github.com/toktok/c-toxcore",
103-
"tag": "v0.2.18",
104-
"commit": "3a5da3588f693ba17768a9a4cbd67d54d53114ac",
103+
"tag": "v0.2.20",
104+
"commit": "934a8301113e6c6cb2bf1fb6791135cade908c72",
105105
"x-checker-data": {
106106
"type": "git",
107107
"tag-pattern": "^v([\\d.]+)$"
108108
}
109109
}
110110
]
111111
},
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+
},
112134
{
113135
"name": "qTox",
114136
"buildsystem": "cmake-ninja",
@@ -119,13 +141,8 @@
119141
"sources": [
120142
{
121143
"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"
129146
}
130147
]
131148
}

0 commit comments

Comments
 (0)