[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - solenv/flatpak-manifest.in

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 5 13:53:51 UTC 2019


 solenv/flatpak-manifest.in |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 8c1d6b3bb34afbd8483a4438f2ccd4e7b5310673
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Nov 4 13:59:20 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Nov 5 14:53:02 2019 +0100

    Merge in Flatpak improvements
    
    ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
    
    commit e31ae281213d5921c3704737a43da864c3e82d8e
    Author: Erick555 <37542552+Erick555 at users.noreply.github.com>
    Date:   Fri Oct 4 17:48:12 2019 +0000
    
        Update to freedesktop 19.08
    
    commit 5b49a9e3ca243910a094f9865e2cdda9e2cda098
    Author: Erick555 <37542552+Erick555 at users.noreply.github.com>
    Date:   Fri Oct 4 18:36:52 2019 +0000
    
        Add krb5
    
        It's no longer available in runtime
    
    commit a0f49157b0774929974f04f8747adf5ff5686287
    Author: Stephan Bergmann <sbergman at redhat.com>
    Date:   Fri Oct 11 10:35:44 2019 +0200
    
        gperf 3.1 is available in the Sdk now
    
        ...according to <https://gitlab.com/freedesktop-sdk/freedesktop-sdk/commit/
        caef17cbb3cdad5c111eda8eb83a140bfacc380a> "NEWS: Update for
        freedesktop-sdk-18.08.22"
    
    Change-Id: Ibb0cd4bbd68bd4180f7f9af3afbf8638dd2be9e8
    Reviewed-on: https://gerrit.libreoffice.org/82011
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    (cherry picked from commit acf3189ce45365350bb6de2c6cfffb25122285ae)
    Reviewed-on: https://gerrit.libreoffice.org/82032
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index e8849d22807c..535896b62576 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,7 +1,7 @@
 {
     "id": "org.libreoffice.LibreOffice",
     "runtime": "org.freedesktop.Platform",
-    "runtime-version": "18.08",
+    "runtime-version": "19.08",
     "sdk": "org.freedesktop.Sdk",
     "sdk-extensions": [
         "org.freedesktop.Sdk.Extension.openjdk11"
@@ -33,13 +33,17 @@
             ]
         },
         {
-            "name": "gperf",
-            "cleanup": [ "*" ],
+            "name": "krb5",
+            "subdir": "src",
+            "config-opts": [
+                "--disable-static",
+                "--disable-rpath"
+            ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz",
-                    "sha256": "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
+                    "url": "https://kerberos.org/dist/krb5/1.16/krb5-1.16.2.tar.gz",
+                    "sha256": "9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027"
                 }
             ]
         },


More information about the Libreoffice-commits mailing list