summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-02 16:34:51 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-01-03 20:26:30 +0100
commit341bc81f677cfa050569945b21884398d8e0910a (patch)
tree9ca6d9006496ed9e3ad32d03f27506800ab9cf06
parentd5a1bd4210ffc17775f5330451c8d31b088b27a0 (diff)
Update Flatpak to OpenJDK11
see <https://github.com/flathub/org.libreoffice.LibreOffice/issues/57> "OpenJDK 11 is available". Change-Id: Ie24ed7349ca9a4a57c1a8d18d10b29c4a37e259c Reviewed-on: https://gerrit.libreoffice.org/65830 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 5a2f1545134ec25d9bcb5f0d64bc7db8dc5aeb37) Reviewed-on: https://gerrit.libreoffice.org/65831 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--distro-configs/LibreOfficeFlatpak.conf2
-rw-r--r--solenv/flatpak-manifest.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf
index c0c79b7ce959..65f473c48b51 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -4,7 +4,7 @@
--with-ant-home=/run/build/libreoffice/ant
--with-extra-buildid=Flatpak
--with-help=html
---with-jdk-home=/usr/lib/sdk/openjdk10/jvm/openjdk-10
+--with-jdk-home=/usr/lib/sdk/openjdk11/jvm/openjdk-11
--with-lang=ALL
--with-system-libs
--with-vendor=The Document Foundation
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4647aa2d7c59..a1bd5df262ed 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -4,7 +4,7 @@
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
- "org.freedesktop.Sdk.Extension.openjdk10"
+ "org.freedesktop.Sdk.Extension.openjdk11"
],
"command": "/app/libreoffice/program/soffice",
"modules": [
@@ -12,7 +12,7 @@
"name": "openjdk",
"buildsystem": "simple",
"build-commands": [
- "/usr/lib/sdk/openjdk10/install.sh"
+ "/usr/lib/sdk/openjdk11/install.sh"
]
},
{