Browse Source

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.
reviewable/pr6266/r1
Anthony Bilinski 5 years ago
parent
commit
127b91a217
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 23
      flatpak/io.github.qtox.qTox.json

23
flatpak/io.github.qtox.qTox.json

@ -45,11 +45,7 @@ @@ -45,11 +45,7 @@
"build-options": {
"no-debuginfo": true
},
"cleanup": [
"/bin",
"/lib",
"/man"
],
"cleanup": [ '*' ],
"sources": [
{
"type": "archive",
@ -81,18 +77,6 @@ @@ -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 @@ @@ -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…
Cancel
Save