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": {
|
||||
"no-debuginfo": true
|
||||
},
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/lib",
|
||||
"/man"
|
||||
],
|
||||
"cleanup": [ '*' ],
|
||||
"sources": [
|
||||
{
|
||||
"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",
|
||||
"sources": [
|
||||
|
@ -107,6 +91,11 @@
|
|||
{
|
||||
"name": "c-toxcore",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DDHT_BOOTSTRAP=OFF",
|
||||
"-DBOOTSTRAP_DAEMON=OFF",
|
||||
"-DENABLE_STATIC=OFF"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user