[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-10-23 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3501c52176d1122d9de08462435f633cd21de370
Author: Stephan Bergmann 
AuthorDate: Mon Oct 23 09:13:41 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Oct 23 10:31:05 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Update gvfs-1.52.0.tar.xz to 1.52.1"

Change-Id: I9b346fc9e3632c4075837f08c0e493f07f6a18fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158339
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 0f30894ad773..6e174109c78a 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -49,8 +49,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://download.gnome.org/sources/gvfs/1.52/gvfs-1.52.0.tar.xz;,
-"sha256": 
"e40e2035a40bc51ce9e88eed05b025596e40bb4aaf9bc632d12ce74fdb30b1f6",
+"url": 
"https://download.gnome.org/sources/gvfs/1.52/gvfs-1.52.1.tar.xz;,
+"sha256": 
"cdbd4440f6d08792a6e7521244c17386e20bd537d375117099fc8fb68fe91741",
 "x-checker-data": {
 "type": "gnome",
 "name": "gvfs",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-09-18 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 384e12a806dbf86bd69c2c994a84a8b9f64fd67f
Author: Stephan Bergmann 
AuthorDate: Mon Sep 18 09:11:42 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Sep 18 13:17:48 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Update gvfs-1.50.6.tar.xz to 1.52.0"

Change-Id: I5554a832efc03cfaf35d18f99b459ac2147c4d84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157015
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index bb5a174cba3f..0f30894ad773 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -49,8 +49,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.6.tar.xz;,
-"sha256": 
"c4f6e11fc4eaa9933f4db8c7a34475e0668cead2bffed96867d061be3d39dda5",
+"url": 
"https://download.gnome.org/sources/gvfs/1.52/gvfs-1.52.0.tar.xz;,
+"sha256": 
"e40e2035a40bc51ce9e88eed05b025596e40bb4aaf9bc632d12ce74fdb30b1f6",
 "x-checker-data": {
 "type": "gnome",
 "name": "gvfs",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-09-08 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit 93aa47535267435fd327368875e46a33f86b39d6
Author: Stephan Bergmann 
AuthorDate: Fri Sep 8 12:27:26 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Sep 8 15:56:19 2023 +0200

Flatpak build needs external/java_websocket

Change-Id: Ie327885b238134092b4d3dd5f406941cf452239a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156707
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 84c35e99a7e6..bb5a174cba3f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -681,6 +681,13 @@
 "dest": "external/tarballs",
 "dest-filename": "@FROZEN_TARBALL@"
 },
+{
+"url": 
"https://dev-www.libreoffice.org/src/@JAVA_WEBSOCKET_TARBALL@;,
+"sha256": "@JAVA_WEBSOCKET_SHA256SUM@",
+"type": "file",
+"dest": "external/tarballs",
+"dest-filename": "@JAVA_WEBSOCKET_TARBALL@"
+},
 {
 "url": 
"https://dev-www.libreoffice.org/extern/@OPENSYMBOL_TTF@;,
 "sha256": "@OPENSYMBOL_SHA256SUM@",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-08-24 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b395d997f1cb501a4318f85d1095d09a3f3bfcad
Author: Stephan Bergmann 
AuthorDate: Thu Aug 24 08:02:38 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Aug 24 09:56:11 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Update krb5-1.21.1.tar.gz to 1.21.2"

Change-Id: I6c87a88416f3d8b6b335f8bbe0af5f8e8e7f7c96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156023
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index d46b98a80882..84c35e99a7e6 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -75,8 +75,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://kerberos.org/dist/krb5/1.21/krb5-1.21.1.tar.gz;,
-"sha256": 
"7881c31b329bd27dbc6bf2bf1c85c5d0b6c7358aff2b35d513ec2d50fa1f",
+"url": 
"https://kerberos.org/dist/krb5/1.21/krb5-1.21.2.tar.gz;,
+"sha256": 
"9560941a9d843c0243a71b17a7ac6fe31c7cebb5bce3983db79e52ae7e850491",
 "x-checker-data": {
 "type": "html",
 "url": "https://kerberos.org/dist/;,


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-08-07 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aff642067712df55c0b5212b4c496e939133
Author: Stephan Bergmann 
AuthorDate: Mon Aug 7 08:32:58 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Aug 7 09:49:23 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Update gvfs-1.50.5.tar.xz to 1.50.6"

Change-Id: I5b3095d5496c2e9ea0aa428516ee889cb0e7327b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155411
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 8839a550548d..d46b98a80882 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -49,8 +49,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.5.tar.xz;,
-"sha256": 
"b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb",
+"url": 
"https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.6.tar.xz;,
+"sha256": 
"c4f6e11fc4eaa9933f4db8c7a34475e0668cead2bffed96867d061be3d39dda5",
 "x-checker-data": {
 "type": "gnome",
 "name": "gvfs",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-07-12 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6716b9a8ddc255f3d2fc28591c36b16b59e7b9a6
Author: Stephan Bergmann 
AuthorDate: Wed Jul 12 14:06:34 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Jul 12 15:38:09 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Update krb5-1.21.tar.gz to 1.21.1 (#248)"

Change-Id: I6c931f0c25cbd866f9c643dd952fb9945e56271a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154355
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 16f8de42c5ca..8839a550548d 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -75,8 +75,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://kerberos.org/dist/krb5/1.21/krb5-1.21.tar.gz;,
-"sha256": 
"69f8aaff85484832df67a4bbacd99b9259bd95aab8c651fbbe65cdc9620ea93b",
+"url": 
"https://kerberos.org/dist/krb5/1.21/krb5-1.21.1.tar.gz;,
+"sha256": 
"7881c31b329bd27dbc6bf2bf1c85c5d0b6c7358aff2b35d513ec2d50fa1f",
 "x-checker-data": {
 "type": "html",
 "url": "https://kerberos.org/dist/;,


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-07-01 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   53 -
 1 file changed, 43 insertions(+), 10 deletions(-)

New commits:
commit 5135348ca36ba35dac9b40bc7ad78009b881f9f4
Author: Stephan Bergmann 
AuthorDate: Fri Jun 30 08:54:03 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Sat Jul 1 20:57:16 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"Change gvfs source back to download.gnome.org",


"Add metadata for flatpak-external-data-checker",


"Update bundled krb5",


"Reformat the JSON source (#240)", and


"Update gvfs-1.50.4.tar.xz to 1.50.5 (#244)".

Change-Id: I970276ebe815b9dd2f61000abcb1a726cfd258ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153787
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index bdc7bf63cce4..10b4001b5de6 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -18,17 +18,44 @@
 {
 "name": "gvfs",
 "buildsystem": "meson",
-"config-opts": [ "-Dsystemduserunitdir=no", "-Dtmpfilesdir=no", 
"-Dinstalled_tests=true",
-"-Dadmin=false", "-Dafc=false", "-Dafp=false",
-"-Darchive=false", "-Dcdda=false", "-Ddnssd=false", "-Dgoa=false", 
"-Dgoogle=false",
-"-Dgphoto2=false", "-Dhttp=false", "-Dmtp=false", "-Dnfs=false", 
"-Dsftp=false", "-Dsmb=false",
-"-Dudisks2=false", "-Dbluray=false", "-Dfuse=false", 
"-Dgcr=false", "-Dgcrypt=false",
-"-Dgudev=false", "-Dkeyring=false", "-Dlogind=false", 
"-Dlibusb=false" ],
+"config-opts": [
+"-Dsystemduserunitdir=no",
+"-Dtmpfilesdir=no",
+"-Dinstalled_tests=true",
+"-Dadmin=false",
+"-Dafc=false",
+"-Dafp=false",
+"-Darchive=false",
+"-Dcdda=false",
+"-Ddnssd=false",
+"-Dgoa=false",
+"-Dgoogle=false",
+"-Dgphoto2=false",
+"-Dhttp=false",
+"-Dmtp=false",
+"-Dnfs=false",
+"-Dsftp=false",
+"-Dsmb=false",
+"-Dudisks2=false",
+"-Dbluray=false",
+"-Dfuse=false",
+"-Dgcr=false",
+"-Dgcrypt=false",
+"-Dgudev=false",
+"-Dkeyring=false",
+"-Dlogind=false",
+"-Dlibusb=false"
+],
 "sources": [
 {
 "type": "archive",
-"url": 
"https://gitlab.gnome.org/GNOME/gvfs/-/archive/1.50.4/gvfs-1.50.4.tar.gz;,
-"sha256": 
"c67bba49c5b1dbe0b8b8f53b45eab545f6a6ce36fcdf3c11ac92464732b60ea5"
+"url": 
"https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.5.tar.xz;,
+"sha256": 
"b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb",
+"x-checker-data": {
+"type": "gnome",
+"name": "gvfs",
+"stable-only": true
+}
 }
 ]
 },
@@ -48,8 +75,14 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://kerberos.org/dist/krb5/1.20/krb5-1.20.1.tar.gz;,
-"sha256": 
"704aed49b19eb5a7178b34b2873620ec299db08752d6a8574f95d41879ab8851"
+"url": 
"https://kerberos.org/dist/krb5/1.21/krb5-1.21.tar.gz;,
+"sha256": 
"69f8aaff85484832df67a4bbacd99b9259bd95aab8c651fbbe65cdc9620ea93b",
+"x-checker-data": {
+"type": "html",
+"url": "https://kerberos.org/dist/;,
+"version-pattern": "Kerberos V5 Release ([\\d\\.]+) - 
current release",
+"url-template": 
"https://kerberos.org/dist/krb5/$major.$minor/krb5-$version.tar.gz;
+}
 }
 ]
 },


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-05-03 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 46da86c845c871b8f28ed5dc92fcfd5dbac12ad4
Author: Stephan Bergmann 
AuthorDate: Tue May 2 16:57:13 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Wed May 3 08:28:21 2023 +0200

Sync flatpak-manifest.in with Flathub

...including


"fix missing user-installed fonts"

Change-Id: I76f10959b37c2c1c41bfaed6f7b4199ba0e6f3b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151294
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4c84f84b3e6d..bdc7bf63cce4 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -681,6 +681,7 @@
 "--socket=pulseaudio",
 "--device=dri",
 "--filesystem=xdg-config/gtk-3.0",
+"--filesystem=xdg-config/fontconfig:ro",
 "--filesystem=xdg-run/gvfsd",
 "--filesystem=host",
 "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-03-29 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit cfe339efd5f306452bc78ae4121867dc9b07b95a
Author: Stephan Bergmann 
AuthorDate: Wed Mar 29 09:30:10 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Mar 29 08:31:25 2023 +

Sync flatpak-manifest.in with Flathub

...including


"Update GVFS, Kerberos5, Apache Ant and OpenJDK Flathub Extension"

Change-Id: I6b03adb5872958578b7b2e4bfe3e26bea8882213
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149679
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 85553af0430a..4c84f84b3e6d 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -4,7 +4,7 @@
 "runtime-version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "sdk-extensions": [
-"org.freedesktop.Sdk.Extension.openjdk11"
+"org.freedesktop.Sdk.Extension.openjdk17"
 ],
 "command": "libreoffice",
 "modules": [
@@ -12,7 +12,7 @@
 "name": "openjdk",
 "buildsystem": "simple",
 "build-commands": [
-"/usr/lib/sdk/openjdk11/install.sh"
+"/usr/lib/sdk/openjdk17/install.sh"
 ]
 },
 {
@@ -27,8 +27,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://gitlab.gnome.org/GNOME/gvfs/-/archive/2a3a35adc4e1b7a3195033b072917abbb97a9f4e/gvfs-2a3a35adc4e1b7a3195033b072917abbb97a9f4e.tar.gz;,
-"sha256": 
"1e1bbe249be35b7b864a2dad707188e69b3cef1cd66a24df6e83b24a4c329c44"
+"url": 
"https://gitlab.gnome.org/GNOME/gvfs/-/archive/1.50.4/gvfs-1.50.4.tar.gz;,
+"sha256": 
"c67bba49c5b1dbe0b8b8f53b45eab545f6a6ce36fcdf3c11ac92464732b60ea5"
 }
 ]
 },
@@ -48,8 +48,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://kerberos.org/dist/krb5/1.16/krb5-1.16.2.tar.gz;,
-"sha256": 
"9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027"
+"url": 
"https://kerberos.org/dist/krb5/1.20/krb5-1.20.1.tar.gz;,
+"sha256": 
"704aed49b19eb5a7178b34b2873620ec299db08752d6a8574f95d41879ab8851"
 }
 ]
 },
@@ -64,8 +64,8 @@
 },
 {
 "type": "archive",
-"url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.xz;,
-"sha256": 
"cebb705dbbe26a41d359b8be08ec066caba4e8686670070ce44bbf2b57ae113f",
+"url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.13-bin.tar.xz;,
+"sha512": 
"26e56bf670c22c8093fe51ec952fa51e813b1ab4200cb09fcd68fa291c5f6f626d7c6a42b4d3358b38111466e249d4bc6089b8c4093383759d6f8a08d39bc32d",
 "dest": "ant"
 },
 {


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-02-28 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc460f5b8f67470d1c3b2fc069466191a0773d2a
Author: Stephan Bergmann 
AuthorDate: Tue Feb 28 13:56:34 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Feb 28 15:51:47 2023 +

Sync flatpak-manifest.in with Flathub

...including


"Update gvfs to the current master"

Change-Id: I23cbf8aec7771eda59f66733bcde6cdbed3d0ddd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147994
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fd1570418557..1afc41a64060 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -27,8 +27,8 @@
 "sources": [
 {
 "type": "archive",
-"url": 
"https://download.gnome.org/sources/gvfs/1.38/gvfs-1.38.1.tar.xz;,
-"sha256": 
"ed136a842c996d25c835da405c4775c77106b46470e75bdc242bdd59ec0d61a0"
+"url": 
"https://gitlab.gnome.org/GNOME/gvfs/-/archive/2a3a35adc4e1b7a3195033b072917abbb97a9f4e/gvfs-2a3a35adc4e1b7a3195033b072917abbb97a9f4e.tar.gz;,
+"sha256": 
"1e1bbe249be35b7b864a2dad707188e69b3cef1cd66a24df6e83b24a4c329c44"
 }
 ]
 },


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2022-11-02 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 76560e670a36b1acc9429d1ea183422382c8bbe3
Author: Stephan Bergmann 
AuthorDate: Wed Nov 2 14:52:50 2022 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 2 16:24:49 2022 +0100

Sync flatpak-manifest.in with Flathub

...including


"Update to Freedesktop SDK 22.08" and


"Adapt build of gvfs to org.freedesktop.Platform//22.08"

Change-Id: I7f3b228a5a15539e07555d6625d1eabff83a5f5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142166
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index cf5cc4a30e00..fe2c388aa174 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,7 +1,7 @@
 {
 "id": "org.libreoffice.LibreOffice",
 "runtime": "org.freedesktop.Platform",
-"runtime-version": "21.08",
+"runtime-version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "sdk-extensions": [
 "org.freedesktop.Sdk.Extension.openjdk11"
@@ -19,7 +19,7 @@
 "name": "gvfs",
 "buildsystem": "meson",
 "config-opts": [ "-Dsystemduserunitdir=no", "-Dtmpfilesdir=no", 
"-Dinstalled_tests=true",
-"-Ddbus_service_dir=/usr/share/dbus-1/services", "-Dadmin=false", 
"-Dafc=false", "-Dafp=false",
+"-Dadmin=false", "-Dafc=false", "-Dafp=false",
 "-Darchive=false", "-Dcdda=false", "-Ddnssd=false", "-Dgoa=false", 
"-Dgoogle=false",
 "-Dgphoto2=false", "-Dhttp=false", "-Dmtp=false", "-Dnfs=false", 
"-Dsftp=false", "-Dsmb=false",
 "-Dudisks2=false", "-Dbluray=false", "-Dfuse=false", 
"-Dgcr=false", "-Dgcrypt=false",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2022-04-06 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |1 +
 1 file changed, 1 insertion(+)

New commits:
commit fd0aa82a61612b90352b0780e62bb4d4dd0d94f8
Author: Stephan Bergmann 
AuthorDate: Wed Apr 6 08:36:13 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Apr 6 10:45:30 2022 +0200

Sync flatpak-manifest.in with Flathub

...including


"Merge pull request #184 from xlejo/adding-gvfsd:  Adding xdg-run/gvfsd"

Change-Id: I1b700c1e7170e67abf3fb1351be9f8c11cc15f8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132617
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index eda5237aa71b..055b76e41bf0 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -716,6 +716,7 @@
 "--socket=pulseaudio",
 "--device=dri",
 "--filesystem=xdg-config/gtk-3.0",
+"--filesystem=xdg-run/gvfsd",
 "--filesystem=host",
 "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules",
 "--env=JAVA_HOME=/app/jre",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2022-03-31 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d940013e1726eba4d043110d5a01367c8d3f0a05
Author: Stephan Bergmann 
AuthorDate: Thu Mar 31 14:45:18 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Mar 31 16:41:46 2022 +0200

Sync flatpak-manifest.in with Flathub

...including


"Merge pull request #183 from ourigen/fallback-x11:  Change socket to
fallback-x11 to fix 'Unsafe' warning"

Change-Id: I9613d15cd74ac28e2d55eeed4a801a65062d5ede
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132362
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4f603d8674e9..eda5237aa71b 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -711,7 +711,7 @@
 "finish-args": [
 "--share=network",
 "--share=ipc",
-"--socket=x11",
+"--socket=fallback-x11",
 "--socket=wayland",
 "--socket=pulseaudio",
 "--device=dri",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2022-02-09 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 12697a559b89539b03779030f94079a27cb1a12f
Author: Stephan Bergmann 
AuthorDate: Wed Feb 9 14:23:10 2022 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Feb 9 17:26:40 2022 +0100

Sync flatpak-manifest.in with Flathub

...including


"Merge pull request #178 from JamesBelchamber/file-picker-bookmarks:  Adding
access to gtk-3.0 config"

Change-Id: Ie491cfa4481251ac55b8ab38a5068272165c12de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129727
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index e1ff24a70796..4f603d8674e9 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -715,6 +715,7 @@
 "--socket=wayland",
 "--socket=pulseaudio",
 "--device=dri",
+"--filesystem=xdg-config/gtk-3.0",
 "--filesystem=host",
 "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules",
 "--env=JAVA_HOME=/app/jre",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2022-01-13 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 18220ad65bb989fdbfe73fa36ae03ef6466d7ee5
Author: Stephan Bergmann 
AuthorDate: Thu Jan 13 10:49:37 2022 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Jan 13 12:25:56 2022 +0100

Sync flatpak-manifest.in with Flathub

...including


"Merge pull request #174 from vroger11/patch-1:  Add global-menu support 
for KDE
and unity"

Change-Id: Id9c9c9d63303fc7de12b47e12b1e32f6556f1f02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128368
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 9fd2ef1964e6..e1ff24a70796 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -720,6 +720,7 @@
 "--env=JAVA_HOME=/app/jre",
 "--env=LIBO_FLATPAK=1",
 "--own-name=org.libreoffice.LibreOfficeIpc0",
-"--talk-name=org.gtk.vfs.*"
+"--talk-name=org.gtk.vfs.*",
+"--talk-name=com.canonical.AppMenu.Registrar"
 ]
 }


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-12-20 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb8754b80b23c9f57169bbd6994e460b982c02ab
Author: Stephan Bergmann 
AuthorDate: Fri Dec 17 11:27:20 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Dec 21 08:08:20 2021 +0100

Run `make check` in flatpak build

Back when solenv/flatpak-manifest.in started with
68fda058972a6fbb38b797f50575b84f4cb3fab1 "Put flatpak-builder manifest file 
into
core repo", the default `make` target ran various unit- and slowchecks (so 
that
was what Flatpak builds did back then), until
a58e086ededb8442938e81f971dfae36ef7eb076 "rework the default make target"
changed the default `make` target to not run any checks at all (so that is 
what
Flatpak builds did since then).

Also, for one, 9cf2616c5e709b5956ab88dacdfad2003f98 "Work around i386 
kernel
vs. JVM bug for now by disabling all tests on i386" had made i386 not
run any tests at all (back when the default `make` target still ran various
unit- and slowchecks; and which was later cleaned up with
243c05ac27e3ffd94343630e668a53cf3ad18744 "Retire build-nocheck" when there 
was
no longer a need to explicitly mention build-nocheck to not run any checks 
at
all).  But at least on Flathub we no longer do i386 builds anyway, so this 
is
presumably moot today.

And for another, 6cb20e0b298f41fe88984aebfe5454f936a0ae3a "Disable
CppunitTset_sc_*_functions_test for linux_aarch64 for now, too" had disabled
certain "tests for aarch64 for now too, to get Flathub builds unstuck" (back
when the default `make` target still ran various unit- and slowchecks).  But
that has since been fixed (and 6cb20e0b298f41fe88984aebfe5454f936a0ae3a been
reverted with ae6f41424608b349b45eb3f18ee8c7cff5d6c182 "Revert 'Disable
CppunitTset_sc_*_functions_test for linux_aarch64 for now, too'"), with 
commits
culminating in 57ad86fec9e5b4981332392bdb5c5a1f5e468bfe "Allow for some 
variance
in results of some more Calc function calls".

A recent master test build with `make check` on Flathub succeeded at
 (for the two
architectures aarch64 and x86_64 that we build on Flathub), so lets enable 
that
for now and see how that works out in practice.  If it proves too brittle 
with
too many spurious check failures, we can either restrict it to running fewer
checks (e.g., the old unit- and slowcheck behavior), or disable it 
completely
again.

Change-Id: I62efc41669ff634551fc07f24069f296f3d0d0bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127201
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 43dcbf331746..9fd2ef1964e6 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -687,7 +687,7 @@
 "buildsystem": "simple",
 "build-commands": [
 "./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak",
-"make",
+"make check",
 "make distro-pack-install",
 "make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'",
 "printf '\\nhttp://www.w3.org/2001/XMLSchema\; 
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\; 
xmlns:oor=\"http://openoffice.org/2001/registry\;>false'
 >/app/libreoffice/share/registry/flatpak.xcd"


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-12-16 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |7 ---
 1 file changed, 7 deletions(-)

New commits:
commit 5a7eb9cb97ce58d212348d46fad3a1755b54db64
Author: Stephan Bergmann 
AuthorDate: Thu Dec 16 19:49:55 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Dec 16 22:33:13 2021 +0100

NEON_{SHA256SUM,TARBALL} are gone from download.lst

...since 023ebf17898db4bca63129f079fd90b5cf76c1a9 "ucb: remove
--with-webdav=neon"

Change-Id: I6744cc853d5c12bf29751bb6c1815d5de507d0fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126961
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b5626b80..43dcbf331746 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -403,13 +403,6 @@
 "dest": "external/tarballs",
 "dest-filename": "@MDDS_TARBALL@"
 },
-{
-"url": 
"https://dev-www.libreoffice.org/src/@NEON_TARBALL@;,
-"sha256": "@NEON_SHA256SUM@",
-"type": "file",
-"dest": "external/tarballs",
-"dest-filename": "@NEON_TARBALL@"
-},
 {
 "url": 
"https://dev-www.libreoffice.org/src/@FONT_NOTO_TARBALL@;,
 "sha256": "@FONT_NOTO_SHA256SUM@",


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-09-23 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ab6ea962bdf54d1ba7f9be368daf186f9c829ca3
Author: Stephan Bergmann 
AuthorDate: Thu Sep 23 09:28:22 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Sep 23 10:35:27 2021 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I3d97bbc023dee481420cc1fda8f36f4d3f6364fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122510
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 7b6ce9f6c2b0..3bfde02d37ea 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -131,11 +131,11 @@
 "dest-filename": 
"liberation-narrow-fonts-ttf-1.07.6.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.00.4.tar.gz;,
-"sha256": 
"c40e95fc5e0ecb73d4be565ae2afc1114e2bc7dc5253e00ee92d8fd6cc4adf45",
+"url": 
"https://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.1.4.tar.gz;,
+"sha256": 
"26f85412dd0aa9d061504a1cc8aaf0aa12a70710e8d47d8b65a1251757c1a5ef",
 "type": "file",
 "dest": "external/tarballs",
-"dest-filename": "liberation-fonts-ttf-2.00.4.tar.gz"
+"dest-filename": "liberation-fonts-ttf-2.1.4.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip;,


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-09-05 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 996a259ce73d04686fe893f62480f59a641e2a5d
Author: Stephan Bergmann 
AuthorDate: Fri Sep 3 11:47:14 2021 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Sep 5 20:28:23 2021 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I88ff67fc9922adc7e6c751c76425c68701512481
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121599
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 6f623a7ce3c5..79ad81783359 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -285,11 +285,11 @@
 "dest-filename": "libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2021-03-05.tar.bz2;,
-"sha256": 
"ce80e8face06bf2ada363e0c159e3f990c4116fdae9232ca43e6369aa82bf16a",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2021-08-06.tar.bz2;,
+"sha256": 
"08452d3997c78e21f2d81e31409dc46557707be6dc1df3129674019659e5ff9b",
 "type": "file",
 "dest": "external/tarballs",
-"dest-filename": 
"language-subtag-registry-2021-03-05.tar.bz2"
+"dest-filename": 
"language-subtag-registry-2021-08-06.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -656,11 +656,11 @@
 "dest-filename": "libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz;,
-"sha256": 
"abe0b94d54edb717c58d74263f4ed3d27824d2ce9e9f2ce85a21ab38d993f94d",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m94-975fcdd755dfc5d57cddbb25857e0c4ac29abe98.tar.xz;,
+"sha256": 
"f69f9164ee982a8254722e1100aa7d31f78a5cd5e084418a3e202b55104fc3e2",
 "type": "file",
 "dest": "external/tarballs",
-"dest-filename": 
"skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz"
+"dest-filename": 
"skia-m94-975fcdd755dfc5d57cddbb25857e0c4ac29abe98.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-08-18 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 65940d00f1b7788b6b4241bf33a10073993181db
Author: Stephan Bergmann 
AuthorDate: Wed Aug 18 14:37:43 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Aug 18 16:47:37 2021 +0200

Sync flatpak-manifest.in with Flathub

...including


"Merge pull request #158 from flathub/extensions:  Add an
org.libreoffice.LibreOffice.BundledExtension extension point"

Change-Id: I1a1515e8ece2d8aec83abb6c8775f784083573a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120667
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 922c7c5d42fb..dd2fe0e7c0f6 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -702,6 +702,12 @@
 }
 ],
 "add-extensions": {
+"org.libreoffice.LibreOffice.BundledExtension": {
+"directory": "libreoffice/share/extensions",
+"subdirectories": true,
+"no-autodownload": true,
+"autodelete": true
+},
 "org.libreoffice.LibreOffice.Help": {
 "directory": "libreoffice/help",
 "bundle": true,


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-06-15 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |  261 ++---
 1 file changed, 174 insertions(+), 87 deletions(-)

New commits:
commit 2435a238ee4e58f6360541756f50173767803084
Author: Stephan Bergmann 
AuthorDate: Tue Jun 15 16:15:20 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Jun 15 21:29:28 2021 +0200

Adapt to flatpak-builder 1.0.14 split "dest" + "dest-filename"

see  "flatpak-builder
1.0.14 breaks build of org.libreoffice.LibreOffice, empty
/run/build/libreoffice"

Change-Id: I7f7d3f655ccf5078cc8827e4088b331477ed8086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117262
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4a89e63a05cb..0cce3253b3a8 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -78,523 +78,610 @@
 "url": 
"https://dev-www.libreoffice.org/src/pdfium-4500.tar.bz2;,
 "sha256": 
"26a03dd60e5ed0979cdaba9cc848242895110ddfdf347d40989ce2f14020f304",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-4500.tar.bz2"
+"dest": "external/tarballs",
+"dest-filename": "pdfium-4500.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
 "sha256": 
"983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776",
 "type": "file",
-"dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
+"dest": "external/tarballs",
+"dest-filename": 
"0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.32.tar.gz;,
 "sha256": 
"e383702853236004e5b08e424b8afe9b53fe9f31aaa7a5382f39d9533eb7c043",
 "type": "file",
-"dest-filename": "external/tarballs/xmlsec1-1.2.32.tar.gz"
+"dest": "external/tarballs",
+"dest-filename": "xmlsec1-1.2.32.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
 "sha256": 
"c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09",
 "type": "file",
-"dest-filename": 
"external/tarballs/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz"
+"dest": "external/tarballs",
+"dest-filename": 
"368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz;,
 "sha256": 
"4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a",
 "type": "file",
-"dest-filename": 
"external/tarballs/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz"
+"dest": "external/tarballs",
+"dest-filename": 
"c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip;,
 "sha256": 
"7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a",
 "type": "file",
-"dest-filename": 
"external/tarballs/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip"
+"dest": "external/tarballs",
+"dest-filename": 
"33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip;,
 "sha256": 
"2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc",
 "type": "file",
-"dest-filename": 
"external/tarballs/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"
+"dest": "external/tarballs",
+"dest-filename": 
"1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-1.07.6.tar.gz;,
 "sha256": 
"8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3",
 "type": "file",
- 

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-05-19 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 290dd9379e3f219f140ad6fca1fc01a3cecb6612
Author: Stephan Bergmann 
AuthorDate: Wed May 19 07:47:38 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Wed May 19 08:48:58 2021 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I52003259b6ce1a1b11d952204ec84d41de2c965b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115774
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 3aa0e400cfd5..028476341617 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -255,10 +255,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-12-18.tar.bz2;,
-"sha256": 
"62ce680d5db0f28001b64bd57db47f388c13629cdefc9af8e8af0fbe93689ba1",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2021-03-05.tar.bz2;,
+"sha256": 
"ce80e8face06bf2ada363e0c159e3f990c4116fdae9232ca43e6369aa82bf16a",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2020-12-18.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2021-03-05.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -567,10 +567,10 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz;,
-"sha256": 
"f293656a15342a53bb407b932fc907c6894178a162f09728bd383e24d84b1301",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz;,
+"sha256": 
"abe0b94d54edb717c58d74263f4ed3d27824d2ce9e9f2ce85a21ab38d993f94d",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2021-01-18 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 2197f69f1b91ff13d0dcd078685ab23466241197
Author: Stephan Bergmann 
AuthorDate: Mon Jan 18 17:42:22 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Jan 19 08:17:00 2021 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I8e81fd375bd819a62a543960a2368e3bf965c8c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109565
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 5935312c8e71..8c5697f277b3 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -75,10 +75,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-4306.tar.bz2;,
-"sha256": 
"eca406d47ac7e2a84dcc86f93c08f96e591d409589e881477fa75e488e4851d8",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-4380.tar.bz2;,
+"sha256": 
"7676aba84cb064e5e6f3a5173284087372761d1f704b0626570fce0445de520e",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-4306.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-4380.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -255,10 +255,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-09-29.tar.bz2;,
-"sha256": 
"cbe9fca811a37056560aab73e9fc9d3522b46b6785cb02db165f521bf42c230f",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-12-18.tar.bz2;,
+"sha256": 
"62ce680d5db0f28001b64bd57db47f388c13629cdefc9af8e8af0fbe93689ba1",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2020-09-29.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2020-12-18.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -381,10 +381,10 @@
 "dest-filename": 
"external/tarballs/liborcus-0.16.1.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.82.0.tar.xz;,
-"sha256": 
"234f8e573ea57fb6a008e7c1e56bfae1af5d1adf0e65f47555e1ae103874e4df",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-21.01.0.tar.xz;,
+"sha256": 
"016dde34e5f868ea98a32ca99b643325a9682281500942b7113f4ec88d20e2f3",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.82.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-21.01.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2;,
@@ -579,10 +579,10 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m86-e1e24080421116cf5d63b55cd5042176bebc0a43.tar.xz;,
-"sha256": 
"d6fe401003854f0487473f5692a4d37998c5eb82b501b2e4de72ad263467a0e6",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz;,
+"sha256": 
"f293656a15342a53bb407b932fc907c6894178a162f09728bd383e24d84b1301",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m86-e1e24080421116cf5d63b55cd5042176bebc0a43.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-11-28 Thread Julien Nabet (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1a7f3c57d40213b10728c47b25422c96e8387333
Author: Julien Nabet 
AuthorDate: Fri Nov 27 18:28:59 2020 +0100
Commit: Julien Nabet 
CommitDate: Sat Nov 28 09:08:12 2020 +0100

Adapt solenv/flatpak-manifest.in to 86744f03992213af162df6954313c9f9e44e3a0a

Change-Id: I97afad0d0e8b64f59a3c871c10ba1bf46a113c84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106784
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fd8d63d1797e..d506c1cc6ffa 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -183,10 +183,10 @@
 "dest-filename": "external/tarballs/cppunit-1.15.1.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2;,
-"sha256": 
"6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860",
+"url": 
"https://dev-www.libreoffice.org/src/Firebird-3.0.7.33374-0.tar.bz2;,
+"sha256": 
"acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76",
 "type": "file",
-"dest-filename": 
"external/tarballs/Firebird-3.0.0.32483-0.tar.bz2"
+"dest-filename": 
"external/tarballs/Firebird-3.0.7.33374-0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/glm-0.9.9.7.zip;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-11-27 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 25bb4c31a68acd4526176580be72a9d4d626d013
Author: Stephan Bergmann 
AuthorDate: Fri Nov 27 08:22:33 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Fri Nov 27 09:48:53 2020 +0100

Adapt solenv/flatpak-manifest.in to312a33b7636334f6ce3b6d1702bc5d3e45215601

..."Update language-subtag-registry to 2020-09-29"

Change-Id: Idea4df8f6a920cbceb37d5156417f6979d7a4fff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106718
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 66ced179cb17..fd8d63d1797e 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -255,10 +255,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-04-01.tar.bz2;,
-"sha256": 
"fb1ee0dabfd956a445fbe9f351e86a52767808558f20f4256e67fbbb3768e9da",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-09-29.tar.bz2;,
+"sha256": 
"cbe9fca811a37056560aab73e9fc9d3522b46b6785cb02db165f521bf42c230f",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2020-04-01.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2020-09-29.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-10-08 Thread Julien Nabet (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f2cf7100393aeeacf239a63c69e35ff920eccdf2
Author: Julien Nabet 
AuthorDate: Wed Oct 7 20:57:45 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Oct 8 14:42:14 2020 +0200

Update Orcus lib ref in flatpak

Change-Id: Id3026332211c1eb2726d876775155d8a26e187eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104068
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 9ac394f22049..40cb129b8490 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -375,10 +375,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.16.0.tar.bz2;,
-"sha256": 
"854c6ec167ace59baa2984e175bac7b5b2af91bfde4bb10d2088b87a51ed76ec",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.16.1.tar.bz2;,
+"sha256": 
"c700d1325f744104d9fca0d5a019434901e9d51a16eedfb05792f90a298587a4",
 "type": "file",
-"dest-filename": 
"external/tarballs/liborcus-0.16.0.tar.bz2"
+"dest-filename": 
"external/tarballs/liborcus-0.16.1.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.82.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-09-12 Thread Julien Nabet (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7ed8d93fab114804387990215545bdceafee36db
Author: Julien Nabet 
AuthorDate: Sat Sep 12 09:20:39 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Sat Sep 12 17:38:51 2020 +0200

Flatpack: update to liborcus 0.16.0

Change-Id: I9268a254cf74c3effa7852cd0936399d8c28aa6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102509
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a1768343c279..df1bedfe0474 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -375,10 +375,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.4.tar.bz2;,
-"sha256": 
"cfb2aa60825f2a78589ed030c07f46a1ee16ef8a2d1bf2279192fbc1ae5a5f61",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.16.0.tar.bz2;,
+"sha256": 
"854c6ec167ace59baa2984e175bac7b5b2af91bfde4bb10d2088b87a51ed76ec",
 "type": "file",
-"dest-filename": 
"external/tarballs/liborcus-0.15.4.tar.bz2"
+"dest-filename": 
"external/tarballs/liborcus-0.16.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.82.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-09-10 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ce141a851008b88a5af970d6ed54b507c58008bb
Author: Stephan Bergmann 
AuthorDate: Thu Sep 10 08:36:10 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Sep 10 11:42:57 2020 +0200

Adapt solenv/flatpak-manifest.in to eaf4f6d3b1e64bc7b057e70cffe0bda0ed42c49f

..."update Skia to chrome/m86 snapshot"

Change-Id: I3c1cc7a357a89d7763513f92bca5771d56b17884
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102352
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b269d8f31340..a1768343c279 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -579,10 +579,10 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz;,
-"sha256": 
"3294877fa2b61b220d98a0f7bfc11325429b13edd2cf455444c703ee3a14d760",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m86-e1e24080421116cf5d63b55cd5042176bebc0a43.tar.xz;,
+"sha256": 
"d6fe401003854f0487473f5692a4d37998c5eb82b501b2e4de72ad263467a0e6",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m86-e1e24080421116cf5d63b55cd5042176bebc0a43.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-09-10 Thread Julien Nabet (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c1a5184eb412b502fa875108617d9c5916828c9f
Author: Julien Nabet 
AuthorDate: Thu Sep 10 09:16:21 2020 +0200
Commit: Julien Nabet 
CommitDate: Thu Sep 10 10:52:33 2020 +0200

Flatpack: update to mdds 1.7.0

Change-Id: I441768999a005f99cad19b7a5e68809214e9ee10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102354
Reviewed-by: Stephan Bergmann 
Tested-by: Jenkins

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 7820dfbb6ad0..b269d8f31340 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -351,10 +351,10 @@
 "dest-filename": 
"external/tarballs/mariadb-connector-c-3.1.8-src.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.6.0.tar.bz2;,
-"sha256": 
"f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.7.0.tar.bz2;,
+"sha256": 
"a66a2a8293a3abc6cd9baff7c236156e2666935cbfb69a15d64d38141638fecf",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.6.0.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.7.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/neon-0.31.1.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-09-10 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba4b3d5f7a0fe8d0d985e98897e041d59093d8b0
Author: Stephan Bergmann 
AuthorDate: Thu Sep 10 08:32:04 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Sep 10 09:55:21 2020 +0200

Update one mention of pdfium-4137.tar.bz2

...left behind by 4488be8a9279be0bd0aebd476589a49d2b95da6e "external: update
pdfium to 4203"

Change-Id: I5e092f6351281c99a5a3f8b6865d5166805a5c46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102351
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b1ead376e2e5..7820dfbb6ad0 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -78,7 +78,7 @@
 "url": 
"https://dev-www.libreoffice.org/src/pdfium-4203.tar.bz2;,
 "sha256": 
"7a0dede6f4113aaa9d5395fd851caab9cf9691470f2d4abdc018773fb5f70e94",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-4137.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-4203.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-09-10 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06e7d988b3099d545dd61f6e9c6b4f6e1ad66dae
Author: Stephan Bergmann 
AuthorDate: Thu Sep 10 08:38:42 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Sep 10 09:34:21 2020 +0200

Update Flatpak to org.freedesktop.Platform//20.08

...see 
"Update runtime to 20.08"

Change-Id: I3eb60e7c020857209f30cbed24c60f6a0627f938
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102353
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 7e03227622c7..b1ead376e2e5 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,7 +1,7 @@
 {
 "id": "org.libreoffice.LibreOffice",
 "runtime": "org.freedesktop.Platform",
-"runtime-version": "19.08",
+"runtime-version": "20.08",
 "sdk": "org.freedesktop.Sdk",
 "sdk-extensions": [
 "org.freedesktop.Sdk.Extension.openjdk11"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-08-17 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 931e923cdcf5eeac3ad2880c01d25456d9549dc8
Author: Stephan Bergmann 
AuthorDate: Mon Aug 17 10:31:00 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Aug 17 13:13:18 2020 +0200

solenv/flatpak-manifest.in: Merge "Clean krb5 module"




Change-Id: Ib7aa25f6296a49d3ffaa7055d4d5c055ce6dacbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100849
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 44a3f80496e9..7e03227622c7 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -37,7 +37,13 @@
 "subdir": "src",
 "config-opts": [
 "--disable-static",
-"--disable-rpath"
+"--disable-rpath",
+"--sbindir=/app/bin"
+],
+"cleanup": [
+"/include",
+"/lib/pkgconfig",
+"/var"
 ],
 "sources": [
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-07-21 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f288cf2df790d5cd13511471e0216c46c0564b5
Author: Stephan Bergmann 
AuthorDate: Tue Jul 21 11:45:11 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Jul 21 14:46:19 2020 +0200

solenv/flatpak-manifest.in: Merge "Switch git repo URL from git: to https:"




Change-Id: Id1ca1d09ac55d689ef0105b6ab9c29e7c6f85ebd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99128
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 035505103ac5..5d137529b622 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -52,7 +52,7 @@
 "sources": [
 {
 "type": "git",
-"url": "git://gerrit.libreoffice.org/core",
+"url": "https://gerrit.libreoffice.org/core;,
 "branch": "@BRANCH@",
 "disable-fsckobjects": true
 },
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-07-01 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 96dc14a041ea803f0d194a47a8f3d62f6cfa37be
Author: Stephan Bergmann 
AuthorDate: Wed Jul 1 15:34:51 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Jul 1 18:02:55 2020 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I6490a4d6151ae163053f12c872477f2bbfcb3d95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97630
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 073a559d57e6..035505103ac5 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -189,22 +189,22 @@
 "dest-filename": "external/tarballs/glm-0.9.9.7.zip"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2;,
-"sha256": 
"1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb",
+"url": 
"https://dev-www.libreoffice.org/src/gpgme-1.13.1.tar.bz2;,
+"sha256": 
"c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46",
 "type": "file",
-"dest-filename": "external/tarballs/gpgme-1.9.0.tar.bz2"
+"dest-filename": "external/tarballs/gpgme-1.13.1.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2;,
-"sha256": 
"47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449",
+"url": 
"https://dev-www.libreoffice.org/src/libassuan-2.5.3.tar.bz2;,
+"sha256": 
"91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702",
 "type": "file",
-"dest-filename": 
"external/tarballs/libassuan-2.5.1.tar.bz2"
+"dest-filename": 
"external/tarballs/libassuan-2.5.3.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2;,
-"sha256": 
"4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2",
+"url": 
"https://dev-www.libreoffice.org/src/libgpg-error-1.37.tar.bz2;,
+"sha256": 
"b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763",
 "type": "file",
-"dest-filename": 
"external/tarballs/libgpg-error-1.27.tar.bz2"
+"dest-filename": 
"external/tarballs/libgpg-error-1.37.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz;,
@@ -351,10 +351,10 @@
 "dest-filename": "external/tarballs/mdds-1.6.0.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz;,
-"sha256": 
"db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca",
+"url": 
"https://dev-www.libreoffice.org/src/neon-0.31.1.tar.gz;,
+"sha256": 
"c9dfcee723050df37ce18ba449d7707b78e7ab8230f3a4c59d9112e17dc2718d",
 "type": "file",
-"dest-filename": "external/tarballs/neon-0.30.2.tar.gz"
+"dest-filename": "external/tarballs/neon-0.31.1.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz;,
@@ -573,10 +573,10 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz;,
-"sha256": 
"d724dd60d4375359aa4751ea39950ad833592f01774914873f6d033f14e1c63f",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz;,
+"sha256": 
"3294877fa2b61b220d98a0f7bfc11325429b13edd2cf455444c703ee3a14d760",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-06-17 Thread Michael Stahl (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 01b47d4e73023d7f17a939c67959d959d6fad8ac
Author: Michael Stahl 
AuthorDate: Wed Jun 17 10:42:45 2020 +0200
Commit: Michael Stahl 
CommitDate: Wed Jun 17 12:01:12 2020 +0200

mariadb: forgot to adapt flatpak-manifest.in

Change-Id: I60e61b7444d90a8fe7e99154a3cf3a526fb87f09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96518
Tested-by: Michael Stahl 
Reviewed-by: Michael Stahl 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 309ca6d8bc45..aec05edaa8bc 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -339,10 +339,10 @@
 "dest-filename": 
"external/tarballs/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz;,
-"sha256": 
"fd2f751dea049c1907735eb236aeace1d811d6a8218118b00bbaa9b84dc5cd60",
+"url": 
"https://dev-www.libreoffice.org/src/mariadb-connector-c-3.1.8-src.tar.gz;,
+"sha256": 
"431434d3926f4bcce2e5c97240609983f60d7ff50df5a72083934759bb863f7b",
 "type": "file",
-"dest-filename": 
"external/tarballs/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz"
+"dest-filename": 
"external/tarballs/mariadb-connector-c-3.1.8-src.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/mdds-1.6.0.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-05-01 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9ff4b6240d631cd528eb9f3599871f2aa2f07737
Author: Stephan Bergmann 
AuthorDate: Thu Apr 30 17:00:54 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Fri May 1 15:41:15 2020 +0200

Adapt solenv/flatpak-manifest.in to 8b9c26218cb2c9526f69b40ff6f72ce757a464c2

..."external: update libxmlsec to 1.2.30"

Change-Id: I53eb2b0a2e83b081e273d73ca785afdb6af4bd19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93259
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 32852160676d..dc4c089fb1e4 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -81,10 +81,10 @@
 "dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.29.tar.gz;,
-"sha256": 
"b1d1deba966019930f608d1f2b95c40ca3450f1393bcd3a3c001a8ba1d2839ab",
+"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.30.tar.gz;,
+"sha256": 
"2d84360b03042178def1d9ff538acacaed2b3a27411db7b2874f1612ed71abc8",
 "type": "file",
-"dest-filename": "external/tarballs/xmlsec1-1.2.29.tar.gz"
+"dest-filename": "external/tarballs/xmlsec1-1.2.30.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-04-24 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 3bf04fe2396268a4db08d7fd2eace017f8a4e2df
Author: Stephan Bergmann 
AuthorDate: Tue Apr 21 15:05:53 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Apr 24 10:24:49 2020 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I274b7454262a0993e0cf728f9838f6b17bfdb3e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92836
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 754b6b6dbbe1..32852160676d 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -153,10 +153,10 @@
 "dest-filename": 
"external/tarballs/EmojiOneColor-SVGinOT-1.3.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/boost_1_71_0.tar.bz2;,
-"sha256": 
"d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee",
+"url": 
"https://dev-www.libreoffice.org/src/boost_1_71_0.tar.xz;,
+"sha256": 
"35e06a3bd7cd8f66be822c7d64e80c2b6051a181e9e897006917cb8e7988a543",
 "type": "file",
-"dest-filename": "external/tarballs/boost_1_71_0.tar.bz2"
+"dest-filename": "external/tarballs/boost_1_71_0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz;,
@@ -249,10 +249,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2019-09-16.tar.bz2;,
-"sha256": 
"07b66bc0f2786fde55f6bbcbcb4a455a846eb8e2351c8ce3d0a219a73693736a",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2020-04-01.tar.bz2;,
+"sha256": 
"fb1ee0dabfd956a445fbe9f351e86a52767808558f20f4256e67fbbb3768e9da",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2019-09-16.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2020-04-01.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -369,10 +369,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.3.tar.gz;,
-"sha256": 
"0dd26f3f2e611c51df9ee02d6dbf08887989eaa417b73f6877cd0d94df795fc2",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.4.tar.bz2;,
+"sha256": 
"cfb2aa60825f2a78589ed030c07f46a1ee16ef8a2d1bf2279192fbc1ae5a5f61",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.15.3.tar.gz"
+"dest-filename": 
"external/tarballs/liborcus-0.15.4.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.82.0.tar.xz;,
@@ -573,10 +573,10 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m81-3e98c0e1d11516347ecc594959af2c1da4d04fc9.tar.xz;,
-"sha256": 
"af190451976580081b0133a37ea6fa1434a8f3056f76d42ffb65ac8c79b223b7",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz;,
+"sha256": 
"d724dd60d4375359aa4751ea39950ad833592f01774914873f6d033f14e1c63f",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m81-3e98c0e1d11516347ecc594959af2c1da4d04fc9.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-03-02 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

New commits:
commit 017f84aa39de575d29f360960f13f9fb71167554
Author: Stephan Bergmann 
AuthorDate: Mon Mar 2 17:16:20 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Mar 3 07:35:33 2020 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

...and to f3e7004794eded346d98264d3061f4e4aa80ee0a "tdf#130725: use strtod 
by
David M. Gay to make sure we get the nearest"

Change-Id: Id26259f15587c9ab9cc4722b40c09153026c3f42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89845
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 45f727d52cec..1b53ed9dfc6a 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -183,10 +183,10 @@
 "dest-filename": 
"external/tarballs/Firebird-3.0.0.32483-0.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip;,
-"sha256": 
"d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a",
+"url": 
"https://dev-www.libreoffice.org/src/glm-0.9.9.7.zip;,
+"sha256": 
"c5e167c042afd2d7ad642ace6b643863baeb33880781983563e1ab68a30d3e95",
 "type": "file",
-"dest-filename": 
"external/tarballs/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip"
+"dest-filename": "external/tarballs/glm-0.9.9.7.zip"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2;,
@@ -345,10 +345,10 @@
 "dest-filename": 
"external/tarballs/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.5.0.tar.bz2;,
-"sha256": 
"144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.6.0.tar.bz2;,
+"sha256": 
"f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.5.0.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.6.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz;,
@@ -573,10 +573,16 @@
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/skia-m80-0af13b3caf0384981f50e073ebc7bd0f3f751711.tar.xz;,
-"sha256": 
"f1b3be9d9468c20a84fa21aea44b19daa48bca8fd2c7f9ea6fe76d6e31f54530",
+"url": 
"https://dev-www.libreoffice.org/src/skia-m81-3e98c0e1d11516347ecc594959af2c1da4d04fc9.tar.xz;,
+"sha256": 
"af190451976580081b0133a37ea6fa1434a8f3056f76d42ffb65ac8c79b223b7",
 "type": "file",
-"dest-filename": 
"external/tarballs/skia-m80-0af13b3caf0384981f50e073ebc7bd0f3f751711.tar.xz"
+"dest-filename": 
"external/tarballs/skia-m81-3e98c0e1d11516347ecc594959af2c1da4d04fc9.tar.xz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/dtoa-20180411.tgz;,
+"sha256": 
"0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4",
+"type": "file",
+"dest-filename": "external/tarballs/dtoa-20180411.tgz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-01-13 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 714b7a76665655dc5d090c6ab4a715c085b52739
Author: Stephan Bergmann 
AuthorDate: Mon Jan 13 10:02:27 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Jan 13 12:03:17 2020 +0100

solenv/flatpak-manifest.in: Merge "remove dconf access"




Change-Id: If2af9110b07518fb0fb2c65ca490f9e1125de8a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86662
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b4bf47bc3971..3597800e42d5 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -611,13 +611,10 @@
 "--socket=pulseaudio",
 "--device=dri",
 "--filesystem=host",
-"--filesystem=xdg-run/dconf",
-"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
 "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules",
 "--env=JAVA_HOME=/app/jre",
 "--env=LIBO_FLATPAK=1",
 "--own-name=org.libreoffice.LibreOfficeIpc0",
-"--talk-name=ca.desrt.dconf",
 "--talk-name=org.gtk.vfs.*"
 ]
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-01-08 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 97cae48ae9711e27eaf80058fca7f9a5d4cf547b
Author: Stephan Bergmann 
AuthorDate: Wed Jan 8 11:33:25 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Jan 8 15:41:42 2020 +0100

Adapt solenv/flatpak-manifest.in to implicit --enable-skia

(or should it better explicitly --disable-skia?)

Change-Id: Id9483bee4148ec1101272b7b05f2ca1cd12e12e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86414
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 6536b0c5d552..b4bf47bc3971 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -572,6 +572,12 @@
 "type": "file",
 "dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
+{
+"url": 
"https://dev-www.libreoffice.org/src/skia-m80-0af13b3caf0384981f50e073ebc7bd0f3f751711.tar.xz;,
+"sha256": 
"f1b3be9d9468c20a84fa21aea44b19daa48bca8fd2c7f9ea6fe76d6e31f54530",
+"type": "file",
+"dest-filename": 
"external/tarballs/skia-m80-0af13b3caf0384981f50e073ebc7bd0f3f751711.tar.xz"
+},
 {
 "url": 
"https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf;,
 "sha256": 
"884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2020-01-08 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cc8eeb3148b88807b4acf4ac3c829fb4f37f9a80
Author: Stephan Bergmann 
AuthorDate: Wed Jan 8 11:32:28 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Jan 8 13:23:26 2020 +0100

Adapt solenv/flatpak-manifest.in to ffe9ff2cf63112ac04a695740a5637f25c16abe8

..."update cppunit to 1.15.1"

Change-Id: Id27a3c1b54845e965381514584ebaac13f70d8da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86413
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 294bcd1a3e76..6536b0c5d552 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -171,10 +171,10 @@
 "dest-filename": "external/tarballs/CoinMP-1.7.6.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz;,
-"sha256": 
"3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780",
+"url": 
"https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz;,
+"sha256": 
"89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7",
 "type": "file",
-"dest-filename": "external/tarballs/cppunit-1.14.0.tar.gz"
+"dest-filename": "external/tarballs/cppunit-1.15.1.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-11-22 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0d63a1e27233f815a16d90b20b6b10069c3e92dc
Author: Stephan Bergmann 
AuthorDate: Fri Nov 22 17:23:32 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Fri Nov 22 19:46:05 2019 +0100

Adapt solenv/flatpak-manifest.in to 28e52c49452320ac76489d0f93ca5692456e5331

..."poppler: upgrade to release 0.82.0"

Change-Id: Ic333e22856e8ace114776b93b339e7c4e8de01ff
Reviewed-on: https://gerrit.libreoffice.org/83521
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fe927427a087..4031c46c5088 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -375,10 +375,10 @@
 "dest-filename": "external/tarballs/liborcus-0.15.3.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz;,
-"sha256": 
"92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-0.82.0.tar.xz;,
+"sha256": 
"234f8e573ea57fb6a008e7c1e56bfae1af5d1adf0e65f47555e1ae103874e4df",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.74.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-0.82.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-11-14 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 62c3b3c787f27adb3506421a69095123bccb74a0
Author: Stephan Bergmann 
AuthorDate: Thu Nov 14 13:26:32 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Nov 14 15:16:19 2019 +0100

Adapt solenv/flatpak-manifest.in to a874172b9b048cfc6c4aa73cdf52c54b9b34872a

..."Update to language-subtag-registry-2019-09-16"

Change-Id: If63e6ac9803f37b957099d7485d5dcd10c3b96cd
Reviewed-on: https://gerrit.libreoffice.org/82674
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 6bfee9c9de1b..fe927427a087 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -249,10 +249,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2;,
-"sha256": 
"a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2019-09-16.tar.bz2;,
+"sha256": 
"07b66bc0f2786fde55f6bbcbcb4a455a846eb8e2351c8ce3d0a219a73693736a",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2019-04-03.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2019-09-16.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-11-04 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit acf3189ce45365350bb6de2c6cfffb25122285ae
Author: Stephan Bergmann 
AuthorDate: Mon Nov 4 13:59:20 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Nov 4 15:49:42 2019 +0100

Merge in Flatpak improvements

...from :

commit e31ae281213d5921c3704737a43da864c3e82d8e
Author: Erick555 <37542552+erick...@users.noreply.github.com>
Date:   Fri Oct 4 17:48:12 2019 +

Update to freedesktop 19.08

commit 5b49a9e3ca243910a094f9865e2cdda9e2cda098
Author: Erick555 <37542552+erick...@users.noreply.github.com>
Date:   Fri Oct 4 18:36:52 2019 +

Add krb5

It's no longer available in runtime

commit a0f49157b0774929974f04f8747adf5ff5686287
Author: Stephan Bergmann 
Date:   Fri Oct 11 10:35:44 2019 +0200

gperf 3.1 is available in the Sdk now

...according to 
 "NEWS: Update for
freedesktop-sdk-18.08.22"

Change-Id: Ibb0cd4bbd68bd4180f7f9af3afbf8638dd2be9e8
Reviewed-on: https://gerrit.libreoffice.org/82011
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 9ba1b06074de..f92eb4cfe6e8 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,7 +1,7 @@
 {
 "id": "org.libreoffice.LibreOffice",
 "runtime": "org.freedesktop.Platform",
-"runtime-version": "18.08",
+"runtime-version": "19.08",
 "sdk": "org.freedesktop.Sdk",
 "sdk-extensions": [
 "org.freedesktop.Sdk.Extension.openjdk11"
@@ -33,13 +33,17 @@
 ]
 },
 {
-"name": "gperf",
-"cleanup": [ "*" ],
+"name": "krb5",
+"subdir": "src",
+"config-opts": [
+"--disable-static",
+"--disable-rpath"
+],
 "sources": [
 {
 "type": "archive",
-"url": "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz;,
-"sha256": 
"588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
+"url": 
"https://kerberos.org/dist/krb5/1.16/krb5-1.16.2.tar.gz;,
+"sha256": 
"9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027"
 }
 ]
 },
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-10-11 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit be51808b59d152e8fea596e854fab418d67d1a5c
Author: Stephan Bergmann 
AuthorDate: Fri Oct 11 14:16:21 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Oct 11 21:15:26 2019 +0200

Adapt solenv/flatpak-manifest.in to "Update orcus to 0.15.3."

(609cbacc0e134f81f2e1acb5bbe483563fa1c6b9)

Change-Id: Iefa8332b98c06fdc43a009d42a3fafe602107ddc
Reviewed-on: https://gerrit.libreoffice.org/80656
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 7fbd150a3b72..9ba1b06074de 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -365,10 +365,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.2.tar.gz;,
-"sha256": 
"aa9bd86da242bf67de1cb0785afd457b5398798c8a86d6c5492c9e6c3d3e8aa4",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.3.tar.gz;,
+"sha256": 
"0dd26f3f2e611c51df9ee02d6dbf08887989eaa417b73f6877cd0d94df795fc2",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.15.2.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.15.3.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-09-11 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 6bddab1d2553defebf6b2ebdd80553413d364dd8
Author: Stephan Bergmann 
AuthorDate: Mon Sep 9 08:53:05 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 23:39:04 2019 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Idc5dd70be16d1905cee2b84860e031953b6323b9
Reviewed-on: https://gerrit.libreoffice.org/78779
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ca233e6a8e88..7fbd150a3b72 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -341,10 +341,10 @@
 "dest-filename": 
"external/tarballs/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2;,
-"sha256": 
"25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.5.0.tar.bz2;,
+"sha256": 
"144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.4.3.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.5.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz;,
@@ -365,10 +365,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz;,
-"sha256": 
"3f48cfbc21ad74787218284939c04d42cb836c73bc393f27f538b668e4d78a5f",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.2.tar.gz;,
+"sha256": 
"aa9bd86da242bf67de1cb0785afd457b5398798c8a86d6c5492c9e6c3d3e8aa4",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.15.2.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-06-25 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 1c1f5ab3cb8f75ed386abd0b1a9a723555785766
Author: Stephan Bergmann 
AuthorDate: Tue Jun 25 11:40:29 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Jun 25 12:52:15 2019 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Ied8f181e3fa2411a7203043f2dab786338ae6619
Reviewed-on: https://gerrit.libreoffice.org/74684
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a8a58c4827c2..ad6cdd6a3c83 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -65,10 +65,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3730.tar.bz2;,
-"sha256": 
"dfaaae78f1d371378c6b715862f9b3b67f9a6857c7864bfaebfd88a962d03bca",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3794.tar.bz2;,
+"sha256": 
"e3faddcf741336c64ca2e6f72b23e9e60979969b2cf67c878c9a5bc38328cfc4",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3730.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3794.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -77,10 +77,10 @@
 "dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz;,
-"sha256": 
"97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6",
+"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz;,
+"sha256": 
"13eec4811ea30e3f0e16a734d1dbf7f9d246a71d540b48d143a07b489f6222d4",
 "type": "file",
-"dest-filename": "external/tarballs/xmlsec1-1.2.27.tar.gz"
+"dest-filename": "external/tarballs/xmlsec1-1.2.28.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-04-18 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit db698a94ad52d1fbc387df66845907595615bb4f
Author: Stephan Bergmann 
AuthorDate: Thu Apr 18 13:34:23 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Apr 18 14:25:13 2019 +0200

Disable OpenCL by default for LO Flatpak

...merging  "Disable OpenCL by default for LO
Flatpak":

"This fixes 

'LibreOffice cannot be launched with flatpak in normal mode on ASUS E402YA',
where LO was found hanging (for as yet unclear exact reasons) on one machine
when OpenCL was enabled.  There have been other issues with OpenCL like
 'LibreOffice crashes 
on
startup' on Fedora, so for a Flatpak build targeting a wide range of 
distros,
the conservative approach is probably to disable OpenCL by default and have
users explicitly enable it instead."

Change-Id: I887137d1ceb5d97f007f09cba636c59f197f1bff
Reviewed-on: https://gerrit.libreoffice.org/70928
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4fcf0f5f1383..ef5802713baf 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -574,7 +574,8 @@
 "./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak",
 "make $(if test \"$FLATPAK_ARCH\" = i386; then printf 
build-nocheck; fi)",
 "make distro-pack-install",
-"make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'"
+"make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'",
+"printf '\\nhttp://www.w3.org/2001/XMLSchema\; 
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\; 
xmlns:oor=\"http://openoffice.org/2001/registry\;>false'
 >/app/libreoffice/share/registry/flatpak.xcd"
 ]
 }
 ],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-04-12 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit bc8b40ecbc140217b9b55a44adce506d724af297
Author: Stephan Bergmann 
AuthorDate: Fri Apr 12 08:18:26 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Apr 12 10:14:23 2019 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I9b8bb016721f35032fe214f977f9463c241084ea
Reviewed-on: https://gerrit.libreoffice.org/70638
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 61140e71b31b..4fcf0f5f1383 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -65,10 +65,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3667.tar.bz2;,
-"sha256": 
"012ef554e7a6ec6d794f9ff7e66ff71011cab1b67317b427d9c820c48c141e5e",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3730.tar.bz2;,
+"sha256": 
"dfaaae78f1d371378c6b715862f9b3b67f9a6857c7864bfaebfd88a962d03bca",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3667.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3730.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -245,10 +245,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2018-04-23.tar.bz2;,
-"sha256": 
"14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2;,
+"sha256": 
"a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2018-04-23.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2019-04-03.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -371,10 +371,10 @@
 "dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.73.0.tar.xz;,
-"sha256": 
"e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz;,
+"sha256": 
"92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.73.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-0.74.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-02-11 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 4c6a70cab642fa83faf9344052c7ed1543ea49aa
Author: Stephan Bergmann 
AuthorDate: Mon Feb 11 10:29:57 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Feb 11 11:49:07 2019 +0100

Merge in Flatpak improvements

...from :

commit 35de93fdcbfc7c7f6972812535e832f1405658cb
Merge: b397586 06020ec
Author: stbergmann 
Date:   Mon Feb 11 10:18:24 2019 +0100

Merge pull request #70 from Erick555/patch-1

Update gvfs to 1.38.1; apache-ant to 1.10.5

commit 06020ec8be69c8c2d22265c7066c2b838d231400
Author: Erick555 <37542552+erick...@users.noreply.github.com>
Date:   Sat Feb 9 21:24:57 2019 +0100

Update apache-ant to 1.10.5

commit 7c0a9d3fcd5988bc955bf5d67aa3249d45727bb4
Author: Erick555 <37542552+erick...@users.noreply.github.com>
Date:   Sat Feb 9 21:19:16 2019 +0100

Update gvfs to 1.38.1

* use meson as autotools support was removed.

* use same config options as gnome runtime does:

https://gitlab.gnome.org/GNOME/gnome-build-meta/blob/gnome-3-30/elements/sdk/gvfs.bst#L17

Change-Id: Ib4314ea49220bcac01fafb600065e41b434c395b
Reviewed-on: https://gerrit.libreoffice.org/67672
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b5452fa1a285..8833fd688f04 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -17,14 +17,18 @@
 },
 {
 "name": "gvfs",
-"cleanup": [ "/libexec/*", "/share/dbus-1/services/*", 
"/share/gvfs/mounts" ],
-"config-opts": [ "--disable-hal", "--disable-gdu", 
"--disable-gcr", "--disable-obexftp",
- "--disable-avahi", "--disable-documentation", 
"--disable-admin" ],
+"buildsystem": "meson",
+"config-opts": [ "-Dsystemduserunitdir=no", "-Dtmpfilesdir=no", 
"-Dinstalled_tests=true",
+"-Ddbus_service_dir=/usr/share/dbus-1/services", "-Dadmin=false", 
"-Dafc=false", "-Dafp=false",
+"-Darchive=false", "-Dcdda=false", "-Ddnssd=false", "-Dgoa=false", 
"-Dgoogle=false",
+"-Dgphoto2=false", "-Dhttp=false", "-Dmtp=false", "-Dnfs=false", 
"-Dsftp=false", "-Dsmb=false",
+"-Dudisks2=false", "-Dbluray=false", "-Dfuse=false", 
"-Dgcr=false", "-Dgcrypt=false",
+"-Dgudev=false", "-Dkeyring=false", "-Dlogind=false", 
"-Dlibusb=false" ],
 "sources": [
 {
 "type": "archive",
-"url": 
"https://download.gnome.org/sources/gvfs/1.36/gvfs-1.36.1.tar.xz;,
-"sha256": 
"3840dff386c2c8a445337bea4ade0eb71339efaff8602767659fa2896792f026"
+"url": 
"https://download.gnome.org/sources/gvfs/1.38/gvfs-1.38.1.tar.xz;,
+"sha256": 
"ed136a842c996d25c835da405c4775c77106b46470e75bdc242bdd59ec0d61a0"
 }
 ]
 },
@@ -50,8 +54,8 @@
 },
 {
 "type": "archive",
-"url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz;,
-"sha256": 
"361c8ad2ed8341416e323e7c28af10a8297170a80fdffba294a5c2031527bb6c",
+"url": 
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.xz;,
+"sha256": 
"cebb705dbbe26a41d359b8be08ec066caba4e8686670070ce44bbf2b57ae113f",
 "dest": "ant"
 },
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-01-29 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5543f99067a7aa1bc0a52fabe5bc693ec7d6fcbf
Author: Stephan Bergmann 
AuthorDate: Tue Jan 29 15:18:32 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Jan 29 20:47:22 2019 +0100

Put back missing external/tarballs/ path in solenv/flatpak-manifest.in

...that accidentally got lost in 6584a5d9d1bb3e9b00e529358c989e8485071e36
"Upgrade libatomic_ops to latest libatomic_ops-7.6.8.tar.gz"

Change-Id: I79823428499efb951761c4d55eb16e154397ce60
Reviewed-on: https://gerrit.libreoffice.org/67081
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4582a79243fe..b5452fa1a285 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -556,7 +556,7 @@
 "url": 
"https://dev-www.libreoffice.org/src/libatomic_ops-7.6.8.tar.gz;,
 "sha256": 
"1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665",
 "type": "file",
-"dest-filename": "libatomic_ops-7.6.8.tar.gz"
+"dest-filename": 
"external/tarballs/libatomic_ops-7.6.8.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-01-28 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fcc5fc76c33de566cb2d02be541dcbde29d1eb8a
Author: Stephan Bergmann 
AuthorDate: Mon Jan 28 09:05:22 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Jan 28 12:36:43 2019 +0100

org.freedesktop.Sdk//18.08 `uname -i` always returns "unknown"

(cf. 
 "org.freedesktop.Sdk//18.08 
`uname -i`
always returns 'unknown'")

Change-Id: Id158d769edb07aa09189907d120cb1e9cd8d9b17
Reviewed-on: https://gerrit.libreoffice.org/66985
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index db4bfc94409d..1d3f85593b2e 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -562,7 +562,7 @@
 "buildsystem": "simple",
 "build-commands": [
 "./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak",
-"make $(if test \"$(uname -i)\" = i386; then printf 
build-nocheck; fi)",
+"make $(if test \"$FLATPAK_ARCH\" = i386; then printf 
build-nocheck; fi)",
 "make distro-pack-install",
 "make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'",
 "desktop-file-edit --set-key=X-Endless-Alias 
--set-value=libreoffice-startcenter 
/app/share/applications/org.libreoffice.LibreOffice.desktop",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-01-17 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 5e89aad61e143ad6a52291ef7065f5b22e348c85
Author: Stephan Bergmann 
AuthorDate: Thu Jan 17 09:19:55 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Jan 17 11:16:02 2019 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I9400c8fa5b7763debc13274f7e001b6425d8392e
Reviewed-on: https://gerrit.libreoffice.org/66496
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 56c21134f975..db4bfc94409d 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -64,7 +64,7 @@
 "url": 
"https://dev-www.libreoffice.org/src/pdfium-3667.tar.bz2;,
 "sha256": 
"012ef554e7a6ec6d794f9ff7e66ff71011cab1b67317b427d9c820c48c141e5e",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3613.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3667.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -145,10 +145,10 @@
 "dest-filename": 
"external/tarballs/EmojiOneColor-SVGinOT-1.3.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2;,
-"sha256": 
"5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9",
+"url": 
"https://dev-www.libreoffice.org/src/boost_1_69_0.tar.bz2;,
+"sha256": 
"8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406",
 "type": "file",
-"dest-filename": "external/tarballs/boost_1_66_0.tar.bz2"
+"dest-filename": "external/tarballs/boost_1_69_0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz;,
@@ -367,10 +367,10 @@
 "dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.66.0.tar.xz;,
-"sha256": 
"2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-0.73.0.tar.xz;,
+"sha256": 
"e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.66.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-0.73.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-12-06 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   12 
 1 file changed, 12 deletions(-)

New commits:
commit 3c015ddfb8096e2b7adc49e3e0ac67c6c0dfd9c0
Author: Stephan Bergmann 
AuthorDate: Thu Dec 6 12:02:32 2018 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Dec 6 17:36:06 2018 +0100

No need to bundle gst-libav in the flatpak any more

756c9f2317605e39d9cb058e650962acd2d81739 "Merge upstream fixes into
solenv/flatpak-manifest.in" had introduced it (via 

"For now, bundle gst-libav to be able to play mp4 videos in impress" to fix
 "Impress
don't insert a video" back when the LO flatpak was based on
org.gnome.Platform//3.26 which doesn't contain
/usr/lib/gstreamer-1.0/libgstlibav.so.  (And
/app/lib/gstreamer-1.0/libgstlibav.so is apparently the only file that the
gst-libav module contributes to the LO flatpak.)

When 727bfa2c87db170483c1e4ae895174295b070c77 "Merge in Flatpak 
improvements"
switched the runtime to org.freedesktop.Platform//1.6 (via
 "port to freedesktop.org 1.6 
runtime")
it kept the gst-libav module even though org.freedesktop.Platform//1.6 
contains
/usr/lib/gstreamer-1.0/libgstlibav.so.  Lets assume it was kept by accident 
and
can be removed.  (At least the scenario from  "Impress don't
insert a video" still works with this change.)

Change-Id: I692d01bfe5882c05d63124db7cdfa6390540e69f
Reviewed-on: https://gerrit.libreoffice.org/64703
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a3df66f8a207..94f996d4e194 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -32,18 +32,6 @@
 ]
 },
 {
-"name": "gst-libav",
-"config-opts": [ "--disable-gtk-doc", "--with-system-libav" ],
-"cleanup": [ "*.la", "/share/gtk-doc" ],
-"sources": [
-{
-"type" : "archive",
-"url" : 
"https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.5.tar.xz;,
-"sha256" : 
"e4d2f315f478d47281fbfdfbd590a63d23704ca37911d7142d5992616f4b28d3"
-}
-]
-},
-{
 "name": "gvfs",
 "cleanup": [ "/libexec/*", "/share/dbus-1/services/*", 
"/share/gvfs/mounts" ],
 "config-opts": [ "--disable-hal", "--disable-gdu", 
"--disable-gcr", "--disable-obexftp",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-12-04 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   11 +++
 1 file changed, 11 insertions(+)

New commits:
commit c4d6fb7423ee061b0beea619bc641dfb256fbf61
Author: Stephan Bergmann 
AuthorDate: Tue Dec 4 18:04:08 2018 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Dec 4 18:09:01 2018 +0100

Building LibreOffice needs gperf 3.1 now

...since e8e3b00bafefffa1b8a35c5721988fb3bf1f817c "Require at least gperf 
3.1,
which no longer emits 'register'", but org.freedesktop.Sdk//1.6 only has 
"GNU
gperf 3.0.4" (and org.freedesktop.Sdk//18.08 also only has that version, so 
this
fix will remain relevant even when
 "Build
against org.freedesktop.Platform 18.08" eventually gets addressed).

Change-Id: I5a4fc6692aa077c989348903a3ed1f178922cfcb

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 564545e873b7..a4ba59da05fc 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -57,6 +57,17 @@
 ]
 },
 {
+"name": "gperf",
+"cleanup": [ "*" ],
+"sources": [
+{
+"type": "archive",
+"url": "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz;,
+"sha256": 
"588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
+}
+]
+},
+{
 "name": "libreoffice",
 "sources": [
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-12-04 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit d1a1c9fa49dd24ba9eaee4b865e9ad110e77b13e
Author: Stephan Bergmann 
AuthorDate: Tue Dec 4 18:03:20 2018 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Dec 4 18:03:20 2018 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Idffd274a18df14a96e61bf61ba09f837fdbbf9c7

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index d0eb3c8f616b..564545e873b7 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -78,10 +78,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3471.tar.bz2;,
-"sha256": 
"4acbc905fee1743e96169ca155347a81fb2b0f381281109c1860aa4408ec6c4f",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3613.tar.bz2;,
+"sha256": 
"c42cdff8e18b9369bc9383e0e8c2531b5631a2712852a26d8e7593021561de89",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3471.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3613.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -90,10 +90,10 @@
 "dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.26.tar.gz;,
-"sha256": 
"8d8276c9c720ca42a3b0023df8b7ae41a2d6c5f9aa8d20ed1672d84cc8982d50",
+"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz;,
+"sha256": 
"97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6",
 "type": "file",
-"dest-filename": "external/tarballs/xmlsec1-1.2.26.tar.gz"
+"dest-filename": "external/tarballs/xmlsec1-1.2.27.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
@@ -366,10 +366,10 @@
 "dest-filename": 
"external/tarballs/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.4.1.tar.bz2;,
-"sha256": 
"9ac690c37f5f06dc88551405d5daf9d9ad25edf65aae6325b59e905c2ba444c3",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2;,
+"sha256": 
"25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.4.1.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.4.3.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz;,
@@ -396,10 +396,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.14.0.tar.gz;,
-"sha256": 
"7bcfac3f4f490540292cfc87d3fde7b47eafa8450afa1e1a2c181d8293dcd4ef",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz;,
+"sha256": 
"3f48cfbc21ad74787218284939c04d42cb836c73bc393f27f538b668e4d78a5f",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.14.0.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.66.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-07-25 Thread Libreoffice Gerrit user
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 5c016d6ae4e59629cfd0b80c631f67cf46e42d3e
Author: Stephan Bergmann 
AuthorDate: Wed Jul 25 12:52:38 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Jul 25 12:53:28 2018 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I7799abe1a6fc9cf79a751d76360ea7ad2face133

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a8478dc2d12b..7021d12c5688 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -93,10 +93,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3426.tar.bz2;,
-"sha256": 
"80331b48166501a192d65476932f17044eeb5f10faa6ea50f4f175169475c957",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3471.tar.bz2;,
+"sha256": 
"4acbc905fee1743e96169ca155347a81fb2b0f381281109c1860aa4408ec6c4f",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3426.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3471.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -105,10 +105,10 @@
 "dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz;,
-"sha256": 
"967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2",
+"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.26.tar.gz;,
+"sha256": 
"8d8276c9c720ca42a3b0023df8b7ae41a2d6c5f9aa8d20ed1672d84cc8982d50",
 "type": "file",
-"dest-filename": "external/tarballs/xmlsec1-1.2.25.tar.gz"
+"dest-filename": "external/tarballs/xmlsec1-1.2.26.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
@@ -279,10 +279,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2018-03-30.tar.bz2;,
-"sha256": 
"b7ad618b7db518155f00490a11b861496864f18b23b4b537eb80bfe84ca6f854",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2018-04-23.tar.bz2;,
+"sha256": 
"14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2018-03-30.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2018-04-23.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -405,10 +405,10 @@
 "dest-filename": "external/tarballs/liborcus-0.13.4.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.59.0.tar.xz;,
-"sha256": 
"a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-0.66.0.tar.xz;,
+"sha256": 
"2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.59.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-0.66.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-06-07 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   15 +++
 1 file changed, 15 insertions(+)

New commits:
commit 67aaa98600269e6b8fa631146c3649a261369471
Author: Stephan Bergmann 
Date:   Thu Jun 7 17:36:37 2018 +0200

Merge in Flatpak improvements

...from :

commit 0242fa00493c0521d75c60cc4987fb8c7f3abeb1
Author: Robert McQueen 
Date:   Tue May 15 11:08:30 2018 +0100

add missing share of dconf runtime dir

This breaks dconf change notifications, including the GSettings used 
for Gtk+
themes. Could also cause other weird settings problems.

https://github.com/flathub/org.libreoffice.LibreOffice/issues/31

commit 800d0d553fec6bd093f813cb4aa2f10dcbe10aee
Author: Stephan Bergmann 
Date:   Thu May 31 18:02:13 2018 +0200

Re-enable GIO support

...that was inadvertently lost when switching from the GNOME to the
freedesktop.org runtime.  For one, LO configure's --disable-gtk 
erroneously
implied --disable-gio, even under --enable-gtk3.  For another, gvfs is 
missing
from the freedesktop.org runtime; the recipe is copied from
.

This hopefully fixes
 
"Again unable
to open files on network shares".

Change-Id: Ib0a3680dc4eb2595eb2d8b0bb30c54082651686c
Reviewed-on: https://gerrit.libreoffice.org/55431
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index e49ee535b980..6355a56c865f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -59,6 +59,19 @@
 ]
 },
 {
+"name": "gvfs",
+"cleanup": [ "/libexec/*", "/share/dbus-1/services/*", 
"/share/gvfs/mounts" ],
+"config-opts": [ "--disable-hal", "--disable-gdu", 
"--disable-gcr", "--disable-obexftp",
+ "--disable-avahi", "--disable-documentation", 
"--disable-admin" ],
+"sources": [
+{
+"type": "archive",
+"url": 
"https://download.gnome.org/sources/gvfs/1.36/gvfs-1.36.1.tar.xz;,
+"sha256": 
"3840dff386c2c8a445337bea4ade0eb71339efaff8602767659fa2896792f026"
+}
+]
+},
+{
 "name": "libreoffice",
 "sources": [
 {
@@ -603,7 +616,9 @@
 "--socket=pulseaudio",
 "--device=dri",
 "--filesystem=host",
+"--filesystem=xdg-run/dconf",
 "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+"--env=GIO_EXTRA_MODULES=/app/lib/gio/modules",
 "--env=JAVA_HOME=/app/jre",
 "--env=LIBO_FLATPAK=1",
 "--own-name=org.libreoffice.LibreOfficeIpc0",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-05-30 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 102fc242419a6fe1ad6e1efa16dff309773a21a4
Author: Stephan Bergmann 
Date:   Tue May 29 16:48:38 2018 +0200

Adapt solenv/flatpak-manifest.in to recent opens___.ttf changes

Change-Id: I82173e7ab3f374e014b2ade060f44aa97451e439

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 283714952dce..4899afabd020 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -576,6 +576,12 @@
 "sha256": 
"46f3a5e4cb4b6c5b29f1cd340d1a6ea60e6fabc59859951f022d35e32a32a458",
 "type": "file",
 "dest-filename": 
"external/tarballs/libnumbertext-1.0.1-3.tar.xz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf;,
+"sha256": 
"49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63",
+"type": "file",
+"dest-filename": 
"external/tarballs/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf"
 }
 ],
 "buildsystem": "simple",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-05-15 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c074abd484f7666c954942b750b8e1c445013636
Author: Stephan Bergmann 
Date:   Mon May 14 16:58:14 2018 +0200

Merge in Flatpak improvements

...from :

Author: Stephan Bergmann 
Date:   Mon May 14 16:51:37 2018 +0200

Find flatpak'ed Java installation via JAVA_HOME

...instead of via PATH, so that a JAVA_HOME inherited from the 
environment
doesn't accidentally select a different Java installation.  Fixes
 
"undefined
symbol: FT_Done_MM_Var".

Change-Id: I2b4c3a55c92f0ef5c5925f0a9909b7b061eedeeb
Reviewed-on: https://gerrit.libreoffice.org/54330
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 6222a34e3074..43187d11c65a 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -592,8 +592,8 @@
 "--device=dri",
 "--filesystem=host",
 "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+"--env=JAVA_HOME=/app/jre",
 "--env=LIBO_FLATPAK=1",
-"--env=PATH=/usr/bin:/app/jre/bin",
 "--own-name=org.libreoffice.LibreOfficeIpc0",
 "--talk-name=ca.desrt.dconf",
 "--talk-name=org.gtk.vfs.*"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-04-24 Thread David Tardon
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5f7264f8f8fe9117c1a4ce29ae720811b441d4d9
Author: David Tardon 
Date:   Tue Apr 24 17:15:43 2018 +0200

update flatpak-manifest.in for new libetonyek

Change-Id: I472b0b86f1e7745c09f6ec4960c9846cacbdfd09

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fe7b3bf919e3..3b4fa0d67f54 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -248,10 +248,10 @@
 "dest-filename": "external/tarballs/libe-book-0.1.3.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.xz;,
-"sha256": 
"69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac",
+"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.8.tar.xz;,
+"sha256": 
"9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d",
 "type": "file",
-"dest-filename": 
"external/tarballs/libetonyek-0.1.7.tar.xz"
+"dest-filename": 
"external/tarballs/libetonyek-0.1.8.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-04-20 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6ea4b982fada0bbca957dfa0729e2c3225c8a460
Author: Stephan Bergmann 
Date:   Fri Apr 20 14:58:57 2018 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst change

...58433a8b88537a1a0883d107972de5c5fad59d4a "Upgrade to
language-subtag-registry-2018-03-30"

Change-Id: Ic58160a56e739d8850566bf67eaed5c981109eb1

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a069424a04fd..fe7b3bf919e3 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -266,10 +266,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2017-12-14.tar.bz2;,
-"sha256": 
"0f87b9428cbc2d96d8e4f54a07e3858b4a428e5fec9396bc3b52fb9f248be362",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2018-03-30.tar.bz2;,
+"sha256": 
"b7ad618b7db518155f00490a11b861496864f18b23b4b537eb80bfe84ca6f854",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2017-12-14.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2018-03-30.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-04-20 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit a161e41439fc6f9093c212a523154e5146bb1502
Author: Stephan Bergmann 
Date:   Fri Apr 20 08:56:47 2018 +0200

Merge in Flatpak improvements

...from :

commit 715fbcfb4e5c51d40387998932984e54639476a1
Author: Robert McQueen 
Date:   Tue Apr 17 10:26:32 2018 +0100

edit .desktop files to add X-Endless-Alias with original names

Endless OS uses this to update icon grids & taskbar pins if the 
original files
have been removed. (Happy to update this to a more standardised key if a
consensus emerges.)

Change-Id: I646350090c38d84d1930c5afbec0ee500b60d0fb

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 766d5373d658..a069424a04fd 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -577,7 +577,9 @@
 "./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak --disable-symbols",
 "make $(if test \"$(uname -i)\" = i386; then printf 
build-nocheck; fi)",
 "make distro-pack-install",
-"make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'"
+"make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'",
+"desktop-file-edit --set-key=X-Endless-Alias 
--set-value=libreoffice-startcenter 
/app/share/applications/org.libreoffice.LibreOffice.desktop",
+"for i in base calc draw impress math writer xsltfilter; do 
desktop-file-edit --set-key=X-Endless-Alias --set-value=libreoffice-$i 
/app/share/applications/org.libreoffice.LibreOffice-$i.desktop; done"
 ]
 }
 ],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-03-15 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit bca14a7126a8cea12eecd248ae84e3d07db9609b
Author: Stephan Bergmann 
Date:   Thu Mar 15 12:32:30 2018 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Id9a41e528e45d60a5429be4c51d58badff200fba

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 3b504ee50174..b74158a64fbf 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -67,10 +67,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3312.tar.bz2;,
-"sha256": 
"baa103ab9b72cf3be5ae80106e7ca56110a150fc60a9a3d897e5b26631355b0f",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3358.tar.bz2;,
+"sha256": 
"0cd451fb1b301dc1df55f91e644092e505032dcddbdeaf3e2744039377d1bfd0",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3312.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3358.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
@@ -265,10 +265,10 @@
 "dest-filename": 
"external/tarballs/liblangtag-0.6.2.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libmspub-0.1.3.tar.xz;,
-"sha256": 
"f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97",
+"url": 
"https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz;,
+"sha256": 
"ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba",
 "type": "file",
-"dest-filename": "external/tarballs/libmspub-0.1.3.tar.xz"
+"dest-filename": "external/tarballs/libmspub-0.1.4.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libmwaw-0.3.13.tar.xz;,
@@ -373,10 +373,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.13.3.tar.gz;,
-"sha256": 
"62e76de1fd3101e77118732b860354121b40a87bbb1ebfeb8203477fffac16e9",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.13.4.tar.gz;,
+"sha256": 
"bc01b1b3e9091416f498840d3c19a1aa2704b448100e7f6b80eefe88aab06d5b",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.13.3.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.13.4.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.59.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-28 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 756c9f2317605e39d9cb058e650962acd2d81739
Author: Stephan Bergmann 
Date:   Wed Feb 28 10:13:27 2018 +0100

Merge upstream fixes into solenv/flatpak-manifest.in

*  "Bump runtime-version to
  org.gnome.Platform 3.26"

*  "For now, bundle gst-libav to be
  able to play mp4 videos in impress"

Change-Id: I1924d84be7fe577e302b0c1b8c7e2971e8583d73

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ee8d5cff78a6..3b504ee50174 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,7 +1,7 @@
 {
 "id": "org.libreoffice.LibreOffice",
 "runtime": "org.gnome.Platform",
-"runtime-version": "3.24",
+"runtime-version": "3.26",
 "sdk": "org.gnome.Sdk",
 "sdk-extensions": [
 "org.freedesktop.Sdk.Extension.gcc7",
@@ -33,6 +33,19 @@
 ]
 },
 {
+"name": "gst-libav",
+"buildsystem": "meson",
+"builddir": true,
+"config-opts": ["-Ddisable_gtkdoc=true"],
+"sources": [
+{
+"type": "archive",
+"url": 
"https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.4.tar.xz;,
+"sha256": 
"2a56aa5d2d8cd912f2bce17f174713d2c417ca298f1f9c28ee66d4aa1e1d9e62"
+}
+]
+},
+{
 "name": "libreoffice",
 "sources": [
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-23 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e3166f4034c3997134c679872d6ce66c8abe16c6
Author: Stephan Bergmann 
Date:   Fri Feb 23 09:22:10 2018 +0100

Merge "Enable device=dri to fix opengl crashes" into flatpak-manifest.in

...from 
 "Enable device=dri to fix opengl
crashes"

Change-Id: Ic989bfb3e46057dc2fd20d2cd6f17d578642

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 1afcb4cdcc3e..ee8d5cff78a6 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -561,6 +561,7 @@
 "--socket=x11",
 "--socket=wayland",
 "--socket=pulseaudio",
+"--device=dri",
 "--filesystem=host",
 "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
 "--env=LIBO_FLATPAK=1",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-15 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0dfef73bea7ea70577209a9ed68ad037c8bbab4c
Author: Stephan Bergmann 
Date:   Thu Feb 15 09:11:31 2018 +0100

Adapt solenv/flatpak-manifest.in

...to 45a4e70484e7d90dab07a677914ada2d948b415c "Update orcus to 0.13.3."

Change-Id: I6a400b264b7ae0be73b55110a67617d0e5f3d3fa

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ae78d0823953..1afcb4cdcc3e 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -360,10 +360,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.13.2.tar.gz;,
-"sha256": 
"0f8e85dc163881c358bd175227a970e3c70443109e2bb0d8d422439c31641df2",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.13.3.tar.gz;,
+"sha256": 
"62e76de1fd3101e77118732b860354121b40a87bbb1ebfeb8203477fffac16e9",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.13.2.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.13.3.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.59.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-14 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d49a0b7391d43b9e4f8e14f9a9bf0bb2223d0025
Author: Stephan Bergmann 
Date:   Wed Feb 14 15:06:21 2018 +0100

Revert "--disable-pdfium for Linux aarch64 Flatpak build"

...which should no longer be needed w/ 
9efd288b31e259b964097d3eeeff7f6c10945cb3
"pdfium: disable custom allocator".  (On Flathub, the original problem had 
been
seen with worker gnome-aarch64-1 using 64K pages, but not with arm-1/arm-3 
using
4K pages.)

This reverts commit ffc134445ef7e935d18d816626f64e65b4cdbca6.
Conflicts:
solenv/flatpak-manifest.in

Change-Id: I7d169ba92cdcd651b1c560aabf0d4559fad8cf9c

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index cbe5b6a226c7..ae78d0823953 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -548,7 +548,7 @@
 ],
 "buildsystem": "simple",
 "build-commands": [
-"./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak --disable-symbols $(if test \"$(uname -m)\" = 
aarch64; then printf %s --disable-pdfium; fi)",
+"./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak --disable-symbols",
 "make $(if test \"$(uname -i)\" = i386; then printf 
build-nocheck; fi)",
 "make distro-pack-install",
 "make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-12 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9cf2616c5e709b5956ab88dacdfad2003f98
Author: Stephan Bergmann 
Date:   Mon Feb 12 15:48:23 2018 +0100

Work around i386 kernel vs. JVM bug for now by disabling all tests on i386

 "Libreoffice Writer
crashing with segmentation fault in libjvm.so _expand_stack_to when wiki 
plugin
installed" still hits various machines (e.g., my local 
4.14.16-300.fc27.x86_64
as well as 3.10.0-693.11.6.el7.x86_64 flathub-builder-pdx1, see
), causing --arch=i386
builds to fail tests that instantiate a JVM in-process, e.g.
CppunitTest_dbaccess_RowSetClones with SIGSEGV at

> #0  _expand_stack_to (bottom=0xff605fff , bottom@entry=0xff605000 ) at /run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:608
> #1  0xed207564 in os::Linux::manually_expand_stack (t=0x58314800, 
addr=0xff605000 ) at 
/run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:621
> #2  0xed211d5b in os::create_attached_thread (thread=0x58314800) at 
/run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:839
> #3  os::create_main_thread (thread=0x58314800) at 
/run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:789
> #4  0xed36d8a7 in Thread::set_as_starting_thread (this=0x58314800) at 
/run/build/java/hotspot/src/share/vm/runtime/thread.cpp:941
> #5  Threads::create_vm (args=0xffdf0810, canTryAgain=0xffdf068f) at 
/run/build/java/hotspot/src/share/vm/runtime/thread.cpp:3614
> #6  0xecfc5081 in JNI_CreateJavaVM_inner (args=0xffdf0810, 
penv=0xffdf0a84, vm=0xffdf0798) at 
/run/build/java/hotspot/src/share/vm/prims/jni.cpp:3937
> #7  JNI_CreateJavaVM (vm=0xffdf0798, penv=0xffdf0a84, args=0xffdf0810) at 
/run/build/java/hotspot/src/share/vm/prims/jni.cpp:4032
> #8  0xf32b5397 in jfw_plugin_startJavaVirtualMachine(JavaInfo const*, 
JavaVMOption const*, long, JavaVM_**, JNIEnv_**) () from 
/run/build/libreoffice/instdir/program/libjvmfwklo.so
...

Disabling tests leads to successful builds, but using Java functionality in 
the
LO flatpak on affected machines (where the above bug or similar for other 
Linux
distros is not yet fixed) will still crash, of course.  Users of the LO 
flatpak
will need to seek a fixed kernel (or there will need to be an update of
org.freedesktop.Sdk.Extension.openjdk9 and a rebuild of the LO flatpak, if 
it
turns out that a fix will need to be applied to OpenJDK instead of the 
kernel).
This workaround can be removed again once no Flathub build machines are 
affected
by the bug any longer.

(`uname -i`, reporting "i386", appears to be more appropriate for this check
than `uname -m`, which might probably report other tokens besides "i686".)

Change-Id: I6e4b01d1df5aff5ac31847fd56285506af003f4b

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a12d62985e84..cbe5b6a226c7 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -549,7 +549,7 @@
 "buildsystem": "simple",
 "build-commands": [
 "./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak --disable-symbols $(if test \"$(uname -m)\" = 
aarch64; then printf %s --disable-pdfium; fi)",
-"make",
+"make $(if test \"$(uname -i)\" = i386; then printf 
build-nocheck; fi)",
 "make distro-pack-install",
 "make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'"
 ]
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-02-08 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d9796b91fec23990e494efcce373a2f0944f294a
Author: Stephan Bergmann 
Date:   Thu Feb 8 15:32:56 2018 +0100

Adapt solenv/flatpak-manifest.in to apache-ant-1.10.2

...that apparently made the URL for apache-ant-1.10.1 become 404.  (Again, 
the
sha512 for the new version is as given at
.)

(Asked at  "Stable link to
apache-ant-*-bin.tar.xz?" whether there's any better link that I could use, 
to
avoid having to constantly track the latest revision of Ant here.)

Change-Id: Ic13732d172ade9337f006d4495f066fdd52302a1

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a954b3d639e8..c19528f999d4 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -27,8 +27,8 @@
 },
 {
 "type": "archive",
-"url": 
"http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.tar.xz;,
-"sha512": 
"8732ecfd96bcfde626260939f17fdb7e85700092ef69932b250e3572810cd53eaac24e1c72921d89900170804d27cc3100bee7c8b5159d0e5b64c3d79e07bec6",
+"url": 
"http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz;,
+"sha512": 
"a1af5173eafbc5b76fe0ae62c656c96a4c3bfd9d67b10ad19fef53152ae73d61aa05d1b57ceca1d007475113f234feb9d1541d2c624f6ac606361a6e6e375385",
 "dest": "ant"
 },
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-01-24 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3bbf8d0a9b9e36299c889d8252d9a2b068f17ff6
Author: Stephan Bergmann 
Date:   Wed Jan 24 11:31:07 2018 +0100

Adapt solenv/flatpak-manifest.in

...to e1026e267b4b1b0b0bd645c6bc212d6fa71544f8 "pdfium: update to 3312"

Change-Id: I319b00d13d8657849967e08e605d6428f30c5c2e

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fa95afa0a8e3..a954b3d639e8 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -38,10 +38,10 @@
 "type": "shell"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/pdfium-3235.tar.bz2;,
-"sha256": 
"7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f",
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3312.tar.bz2;,
+"sha256": 
"baa103ab9b72cf3be5ae80106e7ca56110a150fc60a9a3d897e5b26631355b0f",
 "type": "file",
-"dest-filename": "external/tarballs/pdfium-3235.tar.bz2"
+"dest-filename": "external/tarballs/pdfium-3312.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-01-22 Thread David Tardon
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5e7a832bfc98b88821d95743192fde7aba237f56
Author: David Tardon 
Date:   Mon Jan 22 12:27:49 2018 +0100

update flatpak-manifest

Change-Id: If97c2f8826cbbd83821d9211040f1857e1a1e17f

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index d9966383b484..fa95afa0a8e3 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -128,10 +128,10 @@
 "dest-filename": 
"external/tarballs/EmojiOneColor-SVGinOT-1.3.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/boost_1_65_1.tar.bz2;,
-"sha256": 
"9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81",
+"url": 
"https://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2;,
+"sha256": 
"5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9",
 "type": "file",
-"dest-filename": "external/tarballs/boost_1_65_1.tar.bz2"
+"dest-filename": "external/tarballs/boost_1_66_0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2018-01-03 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   78 ++---
 1 file changed, 60 insertions(+), 18 deletions(-)

New commits:
commit cf1dcd1475a22f10c35105a59e6d02dc342ccb16
Author: Stephan Bergmann 
Date:   Tue Jan 2 16:54:13 2018 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

...and recently added fonts

Change-Id: I2eedcb1b8af28b15b93c912bd0cc2d08d5c4db0d
Reviewed-on: https://gerrit.libreoffice.org/47321
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index fce711672617..f09255a96840 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -154,10 +154,10 @@
 "dest-filename": "external/tarballs/gpgme-1.9.0.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libassuan-2.4.3.tar.bz2;,
-"sha256": 
"22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71",
+"url": 
"https://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2;,
+"sha256": 
"47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449",
 "type": "file",
-"dest-filename": 
"external/tarballs/libassuan-2.4.3.tar.bz2"
+"dest-filename": 
"external/tarballs/libassuan-2.5.1.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2;,
@@ -208,10 +208,10 @@
 "dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2017-08-15.tar.bz2;,
-"sha256": 
"d6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab",
+"url": 
"https://dev-www.libreoffice.org/src/language-subtag-registry-2017-12-14.tar.bz2;,
+"sha256": 
"0f87b9428cbc2d96d8e4f54a07e3858b4a428e5fec9396bc3b52fb9f248be362",
 "type": "file",
-"dest-filename": 
"external/tarballs/language-subtag-registry-2017-08-15.tar.bz2"
+"dest-filename": 
"external/tarballs/language-subtag-registry-2017-12-14.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2;,
@@ -220,10 +220,10 @@
 "dest-filename": 
"external/tarballs/liblangtag-0.6.2.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2;,
-"sha256": 
"26d488527ffbb0b41686d4bab756e3e6aaeb99f88adeb169d0c16d2cde96859a",
+"url": 
"https://dev-www.libreoffice.org/src/libmspub-0.1.3.tar.xz;,
+"sha256": 
"f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97",
 "type": "file",
-"dest-filename": "external/tarballs/libmspub-0.1.2.tar.bz2"
+"dest-filename": "external/tarballs/libmspub-0.1.3.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libmwaw-0.3.13.tar.xz;,
@@ -316,10 +316,10 @@
 "dest-filename": "external/tarballs/neon-0.30.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/noto-fonts-20170306.tar.gz;,
-"sha256": 
"8a269926a3c88dd14b124b19138b54408938a45ea6e60db65073469f45ae6ac8",
+"url": 
"https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz;,
+"sha256": 
"29acc15a4c4d6b51201ba5d60f303dfbc2e5acbfdb70413c9ae1ed34fa259994",
 "type": "file",
-"dest-filename": 
"external/tarballs/noto-fonts-20170306.tar.gz"
+"dest-filename": 
"external/tarballs/noto-fonts-20171024.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/openldap-2.4.45.tgz;,
@@ -364,16 +364,58 @@
 "dest-filename": 
"external/tarballs/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libepubgen-0.0.1.tar.bz2;,
-"sha256": 
"eea910b042526ed52f7ab9292b7fa31fca32f9e042285818074ff33664db4fa2",
+"url": 
"https://dev-www.libreoffice.org/src/ReemKufi-0.6.tar.gz;,
+"sha256": 
"4dfbd8b227ea062ca1742fb15d707f0b74398f9ddb231892554f0959048e809b",
 "type": "file",
-"dest-filename": 
"external/tarballs/libepubgen-0.0.1.tar.bz2"
+

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-12-04 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 12ba14c6bee1c773e4500f79a90a07f871cf3feb
Author: Stephan Bergmann 
Date:   Mon Dec 4 14:48:36 2017 +0100

Honor GTK theming in LO flatpak

...according to alexlarson, for now (until "eventually we'll have a sane 
dconf
in the sandbox") apps need to specify --filesystem=xdg-run/dconf,
--filesystem=~/.config/dconf:ro, --talk-name=ca.desrt.dconf,
--env=DCONF_USER_CONFIG_DIR=.config/dconf (where the first two are 
irrelevant
for LO due to its --filesystem=host).

This fixes 
"Libreoffice flatpak is not respecting user theme".

Change-Id: If5ed33e1b524bfa877b89f052c6067398b5600a3

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 40621a67e1ea..fce711672617 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -392,8 +392,10 @@
 "--socket=wayland",
 "--socket=pulseaudio",
 "--filesystem=host",
+"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
 "--env=LIBO_FLATPAK=1",
 "--own-name=org.libreoffice.LibreOfficeIpc0",
+"--talk-name=ca.desrt.dconf",
 "--talk-name=org.gtk.vfs.*"
 ]
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-12-04 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0e2a3619bdecd903516c96a64dc7cbf8552b85bf
Author: Stephan Bergmann 
Date:   Mon Dec 4 12:00:09 2017 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: I74845d4cdab0f4769cb4970db12f3dfa09037c41

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index f316d143843f..40621a67e1ea 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -226,10 +226,10 @@
 "dest-filename": "external/tarballs/libmspub-0.1.2.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libmwaw-0.3.12.tar.xz;,
-"sha256": 
"7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7",
+"url": 
"https://dev-www.libreoffice.org/src/libmwaw-0.3.13.tar.xz;,
+"sha256": 
"db55c728448f9c795cd71a0bb6043f6d4744e3e001b955a018a2c634981d5aea",
 "type": "file",
-"dest-filename": "external/tarballs/libmwaw-0.3.12.tar.xz"
+"dest-filename": "external/tarballs/libmwaw-0.3.13.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2;,
@@ -328,10 +328,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.12.1.tar.gz;,
-"sha256": 
"676b1fedd721f64489650f5e76d7f98b750439914d87cae505b8163d08447908",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.13.1.tar.gz;,
+"sha256": 
"d7041ef455bb78db66b4ba7876af1b3d0fa377b9444e3ef72ceaccd2e8400937",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.12.1.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.13.1.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.59.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-11-28 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 95fbb490e68b044226518a88a109de7ae1c89731
Author: Stephan Bergmann 
Date:   Tue Nov 28 14:52:11 2017 +0100

DBus permissions missing from LO flatpak

...after 243d743dae127fe11ecd7f807121da8815af8f01 
"solenv/flatpak-manifest.in:
incorporate upstream sandboxing improvements", causing
 "Doesn't 
open
files in network shares".

Change-Id: I15d7a170b3ffaf6092ff4d2fe4e93b1dcfd32b0b

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 8119f892c189..f316d143843f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -393,6 +393,7 @@
 "--socket=pulseaudio",
 "--filesystem=host",
 "--env=LIBO_FLATPAK=1",
-"--own-name=org.libreoffice.LibreOfficeIpc0"
+"--own-name=org.libreoffice.LibreOfficeIpc0",
+"--talk-name=org.gtk.vfs.*"
 ]
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-11-14 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 20671bcbc5aa0e85181295c63f544514e3ccb27f
Author: Stephan Bergmann 
Date:   Tue Nov 14 15:22:31 2017 +0100

Adapt solenv/flatpak-manifest.in to recently added Noto fonts

b97e713e76c88141d26f6e19a74db80a105cb911 "tdf#103080 Add Noto fonts into 
default
installation"

Change-Id: I4e2bb52b533321dc2a9ca32ca548bda5a2ad9a02

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index bc2995b2325e..2c5a3ff1df47 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -316,6 +316,12 @@
 "dest-filename": "external/tarballs/neon-0.30.2.tar.gz"
 },
 {
+"url": 
"https://dev-www.libreoffice.org/src/noto-fonts-20170306.tar.gz;,
+"sha256": 
"8a269926a3c88dd14b124b19138b54408938a45ea6e60db65073469f45ae6ac8",
+"type": "file",
+"dest-filename": 
"external/tarballs/noto-fonts-20170306.tar.gz"
+},
+{
 "url": 
"https://dev-www.libreoffice.org/src/openldap-2.4.45.tgz;,
 "sha256": 
"cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824",
 "type": "file",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-11-14 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit db27a97a21795b0b8b66b4147eedd47298a748ae
Author: Stephan Bergmann 
Date:   Tue Nov 14 15:11:56 2017 +0100

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Id3b856cce8b6182dfcc433b2b633977b7445703d

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index daa787ebb4aa..bc2995b2325e 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -250,10 +250,10 @@
 "dest-filename": 
"external/tarballs/librevenge-0.0.4.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libstaroffice-0.0.4.tar.xz;,
-"sha256": 
"6e728784d002144716b10fe122973b3e4edda9004538386b0b58bb303404903a",
+"url": 
"https://dev-www.libreoffice.org/src/libstaroffice-0.0.5.tar.xz;,
+"sha256": 
"315507add58068aa6d5c437e7c2a6fd1abe684515915152c6cf338fc588da982",
 "type": "file",
-"dest-filename": 
"external/tarballs/libstaroffice-0.0.4.tar.xz"
+"dest-filename": 
"external/tarballs/libstaroffice-0.0.5.tar.xz"
 },
 {
 "url": "https://dev-www.libreoffice.org/src/ltm-1.0.zip;,
@@ -298,10 +298,10 @@
 "dest-filename": 
"external/tarballs/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.3.0.tar.bz2;,
-"sha256": 
"00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.3.1.tar.bz2;,
+"sha256": 
"dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.3.0.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.3.1.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz;,
@@ -310,16 +310,16 @@
 "dest-filename": 
"external/tarballs/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz;,
-"sha256": 
"00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd",
+"url": 
"https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz;,
+"sha256": 
"db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca",
 "type": "file",
-"dest-filename": 
"external/tarballs/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz"
+"dest-filename": "external/tarballs/neon-0.30.2.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/openldap-2.4.44.tgz;,
-"sha256": 
"d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400",
+"url": 
"https://dev-www.libreoffice.org/src/openldap-2.4.45.tgz;,
+"sha256": 
"cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824",
 "type": "file",
-"dest-filename": "external/tarballs/openldap-2.4.44.tgz"
+"dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/liborcus-0.12.1.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-11-06 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit da308320f0f00453476b20671651950bc498608f
Author: Stephan Bergmann 
Date:   Mon Nov 6 09:33:08 2017 +0100

Adapt flatpak-manifest.in to recent mdds update

(666fd212e19af06c9fddb4a3c4a381847a0de402 "Update mdds to 1.3.0.")

Change-Id: Ie1ffb199e7960e735584412b064cb0b1dcc0e3dd

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 26f1dfeba916..daa787ebb4aa 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -298,10 +298,10 @@
 "dest-filename": 
"external/tarballs/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.2.3.tar.bz2;,
-"sha256": 
"402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.3.0.tar.bz2;,
+"sha256": 
"00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.2.3.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.3.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-10-23 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 974e0c5b8993ca2aec5378af89ba5d09c05c9ec6
Author: Stephan Bergmann 
Date:   Mon Oct 23 14:44:11 2017 +0200

Fix prev. commit

Change-Id: I1cb5947952afce330075b97f4106c59e14fbbb14

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 95fef85cf84f..3da499405e58 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -202,10 +202,10 @@
 "dest-filename": 
"external/tarballs/libe-book-0.1.2.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.bz2;,
+"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.xz;,
 "sha256": 
"69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac",
 "type": "file",
-"dest-filename": 
"external/tarballs/libetonyek-0.1.7.tar.bz2"
+"dest-filename": 
"external/tarballs/libetonyek-0.1.7.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-10-23 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 289946e09045ec7ac9f133bf66994e6b8a080d2c
Author: Stephan Bergmann 
Date:   Mon Oct 23 14:37:06 2017 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Ia9d9bae46e19a93b791f94847fa986bee2779712

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index a16471e46e50..95fef85cf84f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -202,10 +202,10 @@
 "dest-filename": 
"external/tarballs/libe-book-0.1.2.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.6.tar.bz2;,
-"sha256": 
"032f53e8d7691e48a73ddbe74fa84c906ff6ff32a33e6ee2a935b6fdb6aecb78",
+"url": 
"https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.bz2;,
+"sha256": 
"69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac",
 "type": "file",
-"dest-filename": 
"external/tarballs/libetonyek-0.1.6.tar.bz2"
+"dest-filename": 
"external/tarballs/libetonyek-0.1.7.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz;,
@@ -280,10 +280,10 @@
 "dest-filename": "external/tarballs/ltm-1.0.zip"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2;,
-"sha256": 
"b83b7991a40b4e7f07d0cac7bb46ddfac84dece705fd18e21bfd119a09be458e",
+"url": 
"https://dev-www.libreoffice.org/src/libvisio-0.1.6.tar.xz;,
+"sha256": 
"fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9",
 "type": "file",
-"dest-filename": "external/tarballs/libvisio-0.1.5.tar.bz2"
+"dest-filename": "external/tarballs/libvisio-0.1.6.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libwpd-0.10.2.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-09-18 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit e7b900855b785a73b5318e16d7f190422f97475e
Author: Stephan Bergmann 
Date:   Mon Sep 18 14:54:12 2017 +0200

Reflect recent download.lst changes to flatpak-manifest.in

Change-Id: I5df5e2384670a5ca10ad8ed30a2f6d76a0f7b906

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ee7e8f87dc56..ee9489d96d1b 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -184,10 +184,10 @@
 "dest-filename": "external/tarballs/libabw-0.1.1.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libcdr-0.1.3.tar.bz2;,
-"sha256": 
"5160bbbfefe52bd4880840fad2b07a512813e37bfaf8ccac062fca238f230f4d",
+"url": 
"https://dev-www.libreoffice.org/src/libcdr-0.1.4.tar.xz;,
+"sha256": 
"e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d",
 "type": "file",
-"dest-filename": "external/tarballs/libcdr-0.1.3.tar.bz2"
+"dest-filename": "external/tarballs/libcdr-0.1.4.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libcmis-0.5.1.tar.gz;,
@@ -214,10 +214,10 @@
 "dest-filename": 
"external/tarballs/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2;,
-"sha256": 
"45dab0e5d632eb51eeb00847972ca03835d6791149e9e714f093a9df2b445877",
+"url": 
"https://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz;,
+"sha256": 
"0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac",
 "type": "file",
-"dest-filename": 
"external/tarballs/libfreehand-0.1.1.tar.bz2"
+"dest-filename": 
"external/tarballs/libfreehand-0.1.2.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libgltf/libgltf-0.1.0.tar.gz;,
@@ -286,10 +286,10 @@
 "dest-filename": "external/tarballs/libvisio-0.1.5.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2;,
-"sha256": 
"efc20361d6e43f9ff74de5f4d86c2ce9c677693f5da08b0a88d603b7475a508d",
+"url": 
"https://dev-www.libreoffice.org/src/libwpd-0.10.2.tar.xz;,
+"sha256": 
"323f68beaf4f35e5a4d7daffb4703d0566698280109210fa4eaa90dea27d6610",
 "type": "file",
-"dest-filename": "external/tarballs/libwpd-0.10.1.tar.bz2"
+"dest-filename": "external/tarballs/libwpd-0.10.2.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libwpg-0.3.2.tar.xz;,
@@ -304,10 +304,10 @@
 "dest-filename": "external/tarballs/libwps-0.4.7.tar.xz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libzmf-0.0.1.tar.bz2;,
-"sha256": 
"b69f7f6e94cf695c4b672ca65def4825490a1e7dee34c2126309b96d21a19e6b",
+"url": 
"https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz;,
+"sha256": 
"27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22",
 "type": "file",
-"dest-filename": "external/tarballs/libzmf-0.0.1.tar.bz2"
+"dest-filename": "external/tarballs/libzmf-0.0.2.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-09-14 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit be78f7b8e202105625ff750853851b93f5a61ddf
Author: Stephan Bergmann 
Date:   Thu Sep 14 08:48:20 2017 +0200

Adapt flatpak-manifest.in to updated poppler and libwpg

...1c983335116a6f09cabf0b3eae7f5195341e "upload poppler 0.59.0" and
1a2b33348e53a4c3262494cfc5bfa7cbd1bb4e36 "upload libwpg 0.3.2"

Change-Id: I8b6d5f6bb96a8bd668abebbdc6087cdb93226db6

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index c1e3960e3f8d..ee7e8f87dc56 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -292,10 +292,10 @@
 "dest-filename": "external/tarballs/libwpd-0.10.1.tar.bz2"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2;,
-"sha256": 
"29049b95895914e680390717a243b291448e76e0f82fb4d2479adee5330fbb59",
+"url": 
"https://dev-www.libreoffice.org/src/libwpg-0.3.2.tar.xz;,
+"sha256": 
"57faf1ab97d63d57383ac5d7875e992a3d190436732f4083310c0471e72f8c33",
 "type": "file",
-"dest-filename": "external/tarballs/libwpg-0.3.1.tar.bz2"
+"dest-filename": "external/tarballs/libwpg-0.3.2.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/libwps-0.4.7.tar.xz;,
@@ -346,10 +346,10 @@
 "dest-filename": "external/tarballs/liborcus-0.12.1.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/poppler-0.57.0.tar.xz;,
-"sha256": 
"0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8",
+"url": 
"https://dev-www.libreoffice.org/src/poppler-0.59.0.tar.xz;,
+"sha256": 
"a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641",
 "type": "file",
-"dest-filename": "external/tarballs/poppler-0.57.0.tar.xz"
+"dest-filename": "external/tarballs/poppler-0.59.0.tar.xz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-09-06 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 2a74f9d8055cadd3da00a45486a8fcdab3e94715
Author: Stephan Bergmann 
Date:   Wed Sep 6 10:10:37 2017 +0200

Move git source details to solenv/flatpak-manifest.in

...from dev-tools' flatpak/build.sh, as the Flathub build plans to use that 
git
source, too

Change-Id: I5a23ad0eddd8b7d89e941217c66f5354936c10fc

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ce13394714a1..5a2813d48569 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -9,7 +9,12 @@
 {
 "name": "libreoffice",
 "sources": [
-@SOURCE@,
+{
+"type": "git",
+"url": "git://gerrit.libreoffice.org/core",
+"branch": "@BRANCH@",
+"disable-fsckobjects": true
+},
 {
 "commands": [
 "mkdir external/tarballs"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-08-22 Thread Stephan Bergmann
 solenv/flatpak-manifest.in |  400 +
 1 file changed, 400 insertions(+)

New commits:
commit 68fda058972a6fbb38b797f50575b84f4cb3fab1
Author: Stephan Bergmann 
Date:   Tue Aug 22 10:45:11 2017 +0200

Put flatpak-builder manifest file into core repo

...where its content can be kept in sync as necessary.  The flatpak/build.sh
script in the dev-tools repo will be updated accordingly.

Change-Id: I6937a619dbf54686f8dcfd9b98200c14198dde8e

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
new file mode 100644
index ..ce13394714a1
--- /dev/null
+++ b/solenv/flatpak-manifest.in
@@ -0,0 +1,400 @@
+{
+"id": "org.libreoffice.LibreOffice",
+"runtime": "org.gnome.Platform",
+"runtime-version": "3.24",
+"sdk": "org.gnome.Sdk",
+"command": "/app/libreoffice/program/soffice",
+"separate-locales": false,
+"modules": [
+{
+"name": "libreoffice",
+"sources": [
+@SOURCE@,
+{
+"commands": [
+"mkdir external/tarballs"
+],
+"type": "shell"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2;,
+"sha256": 
"b0adb8e71aef80751b999c9c055e419a625c4a05184e407aef2aee28752ad8cb",
+"type": "file",
+"dest-filename": 
"external/tarballs/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/pdfium-3151.tar.bz2;,
+"sha256": 
"d24f41b65a797e545eeafc37106a85001437664267361a7576572b967d31ed6a",
+"type": "file",
+"dest-filename": "external/tarballs/pdfium-3151.tar.bz2"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2;,
+"sha256": 
"8f25d429237cde289a448c82a0a830791354ccce5ee40d77535642e46367d6c4",
+"type": "file",
+"dest-filename": 
"external/tarballs/OpenCOLLADA-master-6509aa13af.tar.bz2"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz;,
+"sha256": 
"983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776",
+"type": "file",
+"dest-filename": 
"external/tarballs/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/xmlsec1-1.2.24.tar.gz;,
+"sha256": 
"99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc",
+"type": "file",
+"dest-filename": "external/tarballs/xmlsec1-1.2.24.tar.gz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz;,
+"sha256": 
"c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09",
+"type": "file",
+"dest-filename": 
"external/tarballs/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz;,
+"sha256": 
"4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a",
+"type": "file",
+"dest-filename": 
"external/tarballs/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip;,
+"sha256": 
"7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a",
+"type": "file",
+"dest-filename": 
"external/tarballs/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip"
+},
+{
+"url": 
"https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip;,
+"sha256": 
"2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc",
+"type": "file",
+"dest-filename": 
"external/tarballs/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"
+},
+{
+"url":