distro-configs/LibreOfficeFlatpak.conf |    2 +-
 solenv/flatpak-manifest.in             |   16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 8559e6b5a5ac7f7400ae44adddbff5e3185414c6
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Apr 10 08:52:21 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Wed Apr 10 12:05:32 2024 +0200

    Adapt flatpak build to upstream changes
    
    
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/29463ebd29eb10ba7891c87bd699047e5e13deb7>
    "Merge pull request #288 from
    EliasTheGrandMasterOfMistakes/EliasTheGrandMasterOfMistakes-patch-2: Update 
JDK,
    GVFS and ANT"
    
    Change-Id: I021ddb9ca6b1fbec6cfe22784a9d023db2fa737c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165920
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index 911184c337eb..ab72dd7ceca1 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -3,7 +3,7 @@
 --with-ant-home=/run/build/libreoffice/ant
 --with-extra-buildid=Flatpak
 --with-help=html
---with-jdk-home=/usr/lib/sdk/openjdk17/jvm/openjdk-17
+--with-jdk-home=/usr/lib/sdk/openjdk21/jvm/openjdk-21
 --with-lang=ALL
 --with-system-libs
 --with-vendor=The Document Foundation
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 1ba678b81d12..6866cad5c5ce 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -4,7 +4,7 @@
     "runtime-version": "23.08",
     "sdk": "org.freedesktop.Sdk",
     "sdk-extensions": [
-        "org.freedesktop.Sdk.Extension.openjdk17"
+        "org.freedesktop.Sdk.Extension.openjdk21"
     ],
     "command": "libreoffice",
     "modules": [
@@ -12,7 +12,7 @@
             "name": "openjdk",
             "buildsystem": "simple",
             "build-commands": [
-                "/usr/lib/sdk/openjdk17/install.sh"
+                "/usr/lib/sdk/openjdk21/install.sh"
             ]
         },
         {
@@ -34,6 +34,7 @@
                 "-Dhttp=false",
                 "-Dmtp=false",
                 "-Dnfs=false",
+                "-Donedrive=false",
                 "-Dsftp=false",
                 "-Dsmb=false",
                 "-Dudisks2=false",
@@ -44,13 +45,14 @@
                 "-Dgudev=false",
                 "-Dkeyring=false",
                 "-Dlogind=false",
-                "-Dlibusb=false"
+                "-Dlibusb=false",
+                "-Dwsdd=false"
             ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": 
"https://download.gnome.org/sources/gvfs/1.52/gvfs-1.52.2.tar.xz";,
-                    "sha256": 
"a643aceaa053caac0d8eff9a015f636e4bd1bb09cfe27864e347db67460e7b91",
+                    "url": 
"https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.0.tar.xz";,
+                    "sha256": 
"f53d81df86c2e86cdd25182c2d8a669a22371e83623ded1b9d5416dcfc6de366",
                     "x-checker-data": {
                         "type": "gnome",
                         "name": "gvfs",
@@ -97,8 +99,8 @@
                 },
                 {
                     "type": "archive",
-                    "url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.13-bin.tar.xz";,
-                    "sha512": 
"26e56bf670c22c8093fe51ec952fa51e813b1ab4200cb09fcd68fa291c5f6f626d7c6a42b4d3358b38111466e249d4bc6089b8c4093383759d6f8a08d39bc32d",
+                    "url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.14-bin.tar.bz2";,
+                    "sha512": 
"05e9f786044b9ba0dcc5e2b40ed2bd4ecfb25896a453ba78e2d4df18896c6be7d1564fd615f483c90c0d26dd1e0fb507c778f0c10712818b1fc8c9acbc0a26c6",
                     "dest": "ant"
                 },
                 {

Reply via email to