[nautilus/wip/chergert/fix-Builder] build: fix flatpak json manifest
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/chergert/fix-Builder] build: fix flatpak json manifest
- Date: Mon, 1 Jul 2019 23:43:06 +0000 (UTC)
commit daac24d50c241724b9a9feec0370ad39e19966b5
Author: Christian Hergert <chergert redhat com>
Date: Mon Jul 1 16:42:17 2019 -0700
build: fix flatpak json manifest
This allows Builder to open the Nautilus project again. I suspect that
there is also some configuration issue with the .yml file.
build-aux/flatpak/org.gnome.Nautilus.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index ac1ee9c8d..c491f7f50 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -123,16 +123,16 @@
{
"name": "gnome-desktop",
"buildsystem": "meson",
- "build-options": [
- "config-opts": [
- "-Ddebug_tools=false",
- "-Ddesktop_docs=false",
- "-Dudev=disabled"
- ]
+ "config-opts": [
+ "-Ddebug_tools=false",
+ "-Ddesktop_docs=false",
+ "-Dudev=disabled"
],
"sources": [
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ }
]
},
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]