summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distro-configs/LibreOfficeFlatpak.conf1
-rw-r--r--solenv/flatpak-manifest.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf
index 636d723b4c75..13d0edeece3c 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -20,6 +20,7 @@
--without-system-cppunit
--without-system-dragonbox
--without-system-firebird
+--without-system-frozen
--without-system-glm
--without-system-gpgmepp
--without-system-jfreereport
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 10b4001b5de6..16f8de42c5ca 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -675,6 +675,13 @@
"dest-filename": "@ZXING_TARBALL@"
},
{
+ "url": "https://dev-www.libreoffice.org/src/@FROZEN_TARBALL@",
+ "sha256": "@FROZEN_SHA256SUM@",
+ "type": "file",
+ "dest": "external/tarballs",
+ "dest-filename": "@FROZEN_TARBALL@"
+ },
+ {
"url": "https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@",
"sha256": "@OPENSYMBOL_SHA256SUM@",
"type": "file",