[Libreoffice-commits] dev-tools.git: flatpak/build.sh

Stephan Bergmann sbergman at redhat.com
Wed Dec 14 15:16:28 UTC 2016


 flatpak/build.sh |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 301a3d04d57eb5111908aecb603fcdd2dfc64ec1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 14 16:15:46 2016 +0100

    Fix generation of LibreOffice.flatpakref
    
    ...and add RuntimeRepo= line in anticipation of future flatpak versions
    supporting that.

diff --git a/flatpak/build.sh b/flatpak/build.sh
index 84bcdd3..4215d0b 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -243,8 +243,7 @@ flatpak build-bundle \
  "${my_dir?}"/LibreOffice.flatpak org.libreoffice.LibreOffice \
  "${my_flatpakbranch?}"
 rm -f "${my_dir?}"/LibreOffice.flatpakref
-printf '[Flatpak Ref]\nTitle=The Document Foundation LibreOffice\n' \
- 'Name=org.libreoffice.LibreOffice\nBranch=%s\n' \
- 'Url=http://download.documentfoundation.org/libreoffice/flatpak/repository\n' \
- 'IsRuntime=False\nGPGKey=%s\n' "${my_flatpakbranch?}" \
- $(base64 --wrap=0 < "${my_dir?}"/key) > "${my_dir?}"/LibreOffice.flatpakref
+printf \
+ '[Flatpak Ref]\nTitle=The Document Foundation LibreOffice\nName=org.libreoffice.LibreOffice\nBranch=%s\nUrl=http://download.documentfoundation.org/libreoffice/flatpak/repository\nIsRuntime=False\nGPGKey=%s\nRuntimeRepo=https://sdk.gnome.org/gnome.flatpakrepo\n' \
+ "${my_flatpakbranch?}" "$(base64 --wrap=0 < "${my_dir?}"/key)" \
+ > "${my_dir?}"/LibreOffice.flatpakref


More information about the Libreoffice-commits mailing list