diff options
-rw-r--r-- | distro-configs/LibreOfficeFlatpak.conf | 1 | ||||
-rw-r--r-- | solenv/flatpak-manifest.in | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf index 65f473c48b51..9d638fa0a449 100644 --- a/distro-configs/LibreOfficeFlatpak.conf +++ b/distro-configs/LibreOfficeFlatpak.conf @@ -23,6 +23,7 @@ --without-system-gpgmepp --without-system-jfreereport --without-system-libabw +--without-system-libatomic_ops --without-system-libcdr --without-system-libcmis --without-system-libebook diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1d3f85593b2e..bd534ad5999f 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -553,6 +553,12 @@ "dest-filename": "external/tarballs/libnumbertext-1.0.5.tar.xz" }, { + "url": "https://dev-www.libreoffice.org/src/libatomic_ops-7_2d.zip", + "sha256": "cf5c52f08a2067ae4fe7c8919e3c1ccf3ee917f1749e0bcc7efffff59c68d9ad", + "type": "file", + "dest-filename": "external/tarballs/libatomic_ops-7_2d.zip" + }, + { "url": "https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf", "sha256": "49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63", "type": "file", |