diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-08 21:29:05 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-10 11:02:02 +0100 |
commit | c5f620f9f6abae0213fdda17fae10f281b7bdf9f (patch) | |
tree | 7e5f87d5f5290e83fa05bbf7fa8c1adbd9d8a859 /download.lst | |
parent | 8e8e72f08b01a284cf1a90b888d48acfb6a33d2e (diff) |
add generate-flatpak-manifest.sh to generate FlatPak manifest
Duplication of external tarballs in flatpak-manifest.in is a maintenance
nightmare.
The only difference between the current flatpak-manifest.in and the one
generated from:
make -s cmd cmd='${SRCDIR}/solenv/bin/generate-flatpak-manifest.sh master' > org.libreoffice.LibreOffice.json
... is that the current one contains an outdated reference to
zxing-cpp-1.1.1.tar.gz which was upgraded to zxing-cpp-1.2.0.tar.gz
in download.lst.
Change-Id: I98ab9346244f2c0d788da391928fcb4ffebbe23f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124891
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/download.lst b/download.lst index c7740b7e8294..ad912f844776 100644 --- a/download.lst +++ b/download.lst @@ -1,7 +1,7 @@ # For the Flatpak build (which cannot execute `make fetch` from its---sandboxed---build -# environment), some of the entries here are duplicated in solenv/flatpak-manifest.in. When making -# changes to such duplicated entries here, it is helpful when the changes are also made in -# solenv/flatpak-manifest.in. +# environment), there is a solenv/flatpak-manifest.in that references these variables. +# There is a script solenv/bin/generate-flatpak-manifest.sh to substitute the variables, +# so upgrading to a new version only requires changes in download.lst. export ABW_SHA256SUM := e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed export ABW_TARBALL := libabw-0.1.3.tar.xz |