diff options
-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": [ { |