[Libreoffice-commits] core.git: solenv/flatpak-manifest.in
Stephan Bergmann
sbergman at redhat.com
Wed Sep 6 08:12:57 UTC 2017
solenv/flatpak-manifest.in | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 2a74f9d8055cadd3da00a45486a8fcdab3e94715
Author: Stephan Bergmann <sbergman at redhat.com>
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"
More information about the Libreoffice-commits
mailing list