diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-04 18:04:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-04 18:09:01 +0100 |
commit | c4d6fb7423ee061b0beea619bc641dfb256fbf61 (patch) | |
tree | ed69704157b61317005d5ac9567e5ae741b8cafc /solenv | |
parent | d1a1c9fa49dd24ba9eaee4b865e9ad110e77b13e (diff) |
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
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 11 |
1 files changed, 11 insertions, 0 deletions
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": [ { |