diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-10 08:52:21 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-04-15 12:36:23 +0200 |
commit | b1adc37d84f7801cd7994d1586bbae849ff6e795 (patch) | |
tree | 6bbaa85c0aca7070fcea0599a142f9a77d43d01e | |
parent | 9978fa81195f81f16e43272c7375d84a7618afd0 (diff) |
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.bergmann@allotropia.de>
(cherry picked from commit 82c17b61e05b9373ab1100f9c72156d655e0a866)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165930
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | distro-configs/LibreOfficeFlatpak.conf | 2 | ||||
-rw-r--r-- | solenv/flatpak-manifest.in | 16 |
2 files changed, 10 insertions, 8 deletions
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 e1b1c18c1040..5e0edefc8a72 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" }, { |