[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 4 17:09:47 UTC 2018


 solenv/flatpak-manifest.in |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit c4d6fb7423ee061b0beea619bc641dfb256fbf61
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Dec 4 18:04:08 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Dec 4 18:09:01 2018 +0100

    Building LibreOffice needs gperf 3.1 now
    
    ...since e8e3b00bafefffa1b8a35c5721988fb3bf1f817c "Require at least gperf 3.1,
    which no longer emits 'register'", but org.freedesktop.Sdk//1.6 only has "GNU
    gperf 3.0.4" (and org.freedesktop.Sdk//18.08 also only has that version, so this
    fix will remain relevant even when
    <https://github.com/flathub/org.libreoffice.LibreOffice/issues/54> "Build
    against org.freedesktop.Platform 18.08" eventually gets addressed).
    
    Change-Id: I5a4fc6692aa077c989348903a3ed1f178922cfcb

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 564545e873b7..a4ba59da05fc 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -57,6 +57,17 @@
             ]
         },
         {
+            "name": "gperf",
+            "cleanup": [ "*" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz",
+                    "sha256": "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
+                }
+            ]
+        },
+        {
             "name": "libreoffice",
             "sources": [
                 {


More information about the Libreoffice-commits mailing list