diff options
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1afc41a64060..85553af0430a 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -607,6 +607,13 @@ "dest-filename": "@LIBATOMIC_OPS_TARBALL@" }, { + "url": "https://dev-www.libreoffice.org/src/@SKIA_TARBALL@", + "sha256": "@SKIA_SHA256SUM@", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "@SKIA_TARBALL@" + }, + { "url": "https://dev-www.libreoffice.org/src/@DRAGONBOX_TARBALL@", "sha256": "@DRAGONBOX_SHA256SUM@", "type": "file", |