summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-06-30 08:54:03 +0200
committerAndras Timar <andras.timar@collabora.com>2023-07-08 20:35:24 +0200
commit76a5f6dfb618c2941dc0e5ad275a66901345748f (patch)
treebdc5ca19da77196b9a05cab258419b4c2f20972d /solenv
parentbad0db2ea9707ca568db486b6ab91b91ea68e9e7 (diff)
Sync flatpak-manifest.in with Flathub
...including <https://github.com/flathub/org.libreoffice.LibreOffice/commit/1e12b1f1de1f5f3dbe65f2f973d411388166f4ed> "Change gvfs source back to download.gnome.org", <https://github.com/flathub/org.libreoffice.LibreOffice/commit/dc0eccf0258c430602c07ad38f12bc084f716162> "Add metadata for flatpak-external-data-checker", <https://github.com/flathub/org.libreoffice.LibreOffice/commit/155bff6463688904e14db1374393894daa459492> "Update bundled krb5", <https://github.com/flathub/org.libreoffice.LibreOffice/commit/ec8c3556e423d435599a5b24234caa5ffe9db2a7> "Reformat the JSON source (#240)", and <https://github.com/flathub/org.libreoffice.LibreOffice/commit/e09a13847fdc6c18d42aa99fa476e2b736c0c9e0> "Update gvfs-1.50.4.tar.xz to 1.50.5 (#244)". Change-Id: I970276ebe815b9dd2f61000abcb1a726cfd258ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153787 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 5135348ca36ba35dac9b40bc7ad78009b881f9f4) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153841 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in53
1 files changed, 43 insertions, 10 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 5bc3e63f71b9..cde1fc331fae 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -18,17 +18,44 @@
{
"name": "gvfs",
"buildsystem": "meson",
- "config-opts": [ "-Dsystemduserunitdir=no", "-Dtmpfilesdir=no", "-Dinstalled_tests=true",
- "-Dadmin=false", "-Dafc=false", "-Dafp=false",
- "-Darchive=false", "-Dcdda=false", "-Ddnssd=false", "-Dgoa=false", "-Dgoogle=false",
- "-Dgphoto2=false", "-Dhttp=false", "-Dmtp=false", "-Dnfs=false", "-Dsftp=false", "-Dsmb=false",
- "-Dudisks2=false", "-Dbluray=false", "-Dfuse=false", "-Dgcr=false", "-Dgcrypt=false",
- "-Dgudev=false", "-Dkeyring=false", "-Dlogind=false", "-Dlibusb=false" ],
+ "config-opts": [
+ "-Dsystemduserunitdir=no",
+ "-Dtmpfilesdir=no",
+ "-Dinstalled_tests=true",
+ "-Dadmin=false",
+ "-Dafc=false",
+ "-Dafp=false",
+ "-Darchive=false",
+ "-Dcdda=false",
+ "-Ddnssd=false",
+ "-Dgoa=false",
+ "-Dgoogle=false",
+ "-Dgphoto2=false",
+ "-Dhttp=false",
+ "-Dmtp=false",
+ "-Dnfs=false",
+ "-Dsftp=false",
+ "-Dsmb=false",
+ "-Dudisks2=false",
+ "-Dbluray=false",
+ "-Dfuse=false",
+ "-Dgcr=false",
+ "-Dgcrypt=false",
+ "-Dgudev=false",
+ "-Dkeyring=false",
+ "-Dlogind=false",
+ "-Dlibusb=false"
+ ],
"sources": [
{
"type": "archive",
- "url": "https://gitlab.gnome.org/GNOME/gvfs/-/archive/1.50.4/gvfs-1.50.4.tar.gz",
- "sha256": "c67bba49c5b1dbe0b8b8f53b45eab545f6a6ce36fcdf3c11ac92464732b60ea5"
+ "url": "https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.5.tar.xz",
+ "sha256": "b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb",
+ "x-checker-data": {
+ "type": "gnome",
+ "name": "gvfs",
+ "stable-only": true
+ }
}
]
},
@@ -48,8 +75,14 @@
"sources": [
{
"type": "archive",
- "url": "https://kerberos.org/dist/krb5/1.20/krb5-1.20.1.tar.gz",
- "sha256": "704aed49b19eb5a7178b34b2873620ec299db08752d6a8574f95d41879ab8851"
+ "url": "https://kerberos.org/dist/krb5/1.21/krb5-1.21.tar.gz",
+ "sha256": "69f8aaff85484832df67a4bbacd99b9259bd95aab8c651fbbe65cdc9620ea93b",
+ "x-checker-data": {
+ "type": "html",
+ "url": "https://kerberos.org/dist/",
+ "version-pattern": "Kerberos V5 Release ([\\d\\.]+) - current release",
+ "url-template": "https://kerberos.org/dist/krb5/$major.$minor/krb5-$version.tar.gz"
+ }
}
]
},