mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(release): Merge flathub flatpak manifest with local
Remove snorenotify dep because it was accidentally included. This should have been done prior to v1.17.3 release, updated in #6264.
This commit is contained in:
parent
c0e9a3b796
commit
127b91a217
|
@ -45,11 +45,7 @@
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"no-debuginfo": true
|
"no-debuginfo": true
|
||||||
},
|
},
|
||||||
"cleanup": [
|
"cleanup": [ '*' ],
|
||||||
"/bin",
|
|
||||||
"/lib",
|
|
||||||
"/man"
|
|
||||||
],
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
|
@ -81,18 +77,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "snorenotify",
|
|
||||||
"buildsystem": "cmake-ninja",
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/KDE/snorenotify",
|
|
||||||
"tag": "v0.7.0",
|
|
||||||
"commit": "9124e016f4f7615af5e8fca962994f7ed85de3cc"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "libsodium",
|
"name": "libsodium",
|
||||||
"sources": [
|
"sources": [
|
||||||
|
@ -107,6 +91,11 @@
|
||||||
{
|
{
|
||||||
"name": "c-toxcore",
|
"name": "c-toxcore",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
|
"config-opts": [
|
||||||
|
"-DDHT_BOOTSTRAP=OFF",
|
||||||
|
"-DBOOTSTRAP_DAEMON=OFF",
|
||||||
|
"-DENABLE_STATIC=OFF"
|
||||||
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user