[dia/bilelmoussaoui/flatpak: 2/2] Flatpak: fix indentation
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia/bilelmoussaoui/flatpak: 2/2] Flatpak: fix indentation
- Date: Fri, 17 Jan 2020 21:40:35 +0000 (UTC)
commit 112b0ac0b633fbf48aa063b4e5424b0c62c1a842
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Fri Jan 17 22:39:58 2020 +0100
Flatpak: fix indentation
build-aux/flatpak/org.gnome.Dia.json | 77 ++++++++++++++++++------------------
1 file changed, 39 insertions(+), 38 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Dia.json b/build-aux/flatpak/org.gnome.Dia.json
index 32824b56..df74c422 100644
--- a/build-aux/flatpak/org.gnome.Dia.json
+++ b/build-aux/flatpak/org.gnome.Dia.json
@@ -26,49 +26,48 @@
"shared-modules/gtk2/gtk2.json",
"shared-modules/python2.7/python-2.7.json",
{
- "name": "pango",
- "sources": [
- {
- "type": "archive",
- "url": "https://download.gnome.org/sources/pango/1.38/pango-1.38.1.tar.xz",
- "sha256": "1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7"
- }
- ]
+ "name": "pango",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/pango/1.38/pango-1.38.1.tar.xz",
+ "sha256": "1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7"
+ }
+ ]
},
{
"name": "pygtk",
- "config-opts": [
- "--disable-docs"
+ "config-opts": ["--disable-docs"],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/pygtk/2.24/pygtk-2.24.0.tar.gz",
+ "sha256": "6e3e54fa6e65a69ac60bd58cb2e60a57f3346ac52efe995f3d10b6c38c972fd8"
+ },
+ {
+ "type": "shell",
+ "commands": [
+ "cp -p /usr/share/automake-*/config.{sub,guess} ."
+ ]
+ }
],
- "sources": [{
- "type": "archive",
- "url": "https://download.gnome.org/sources/pygtk/2.24/pygtk-2.24.0.tar.gz",
- "sha256": "6e3e54fa6e65a69ac60bd58cb2e60a57f3346ac52efe995f3d10b6c38c972fd8"
- },
- {
- "type": "shell",
- "commands": [ "cp -p /usr/share/automake-*/config.{sub,guess} ." ]
- }],
- "modules": [{
+ "modules": [
+ {
"name": "python2-pycairo",
"buildsystem": "meson",
- "config-opts": [
- "-Dpython=python2"
- ],
- "sources": [{
- "type": "archive",
- "url":
"https://github.com/pygobject/pycairo/releases/download/v1.18.1/pycairo-1.18.1.tar.gz",
- "sha256": "70172e58b6bad7572a3518c26729b074acdde15e6fee6cbab6d3528ad552b786"
- }]
+ "config-opts": ["-Dpython=python2"],
+ "sources": [
+ {
+ "type": "archive",
+ "url":
"https://github.com/pygobject/pycairo/releases/download/v1.18.1/pycairo-1.18.1.tar.gz",
+ "sha256": "70172e58b6bad7572a3518c26729b074acdde15e6fee6cbab6d3528ad552b786"
+ }
+ ]
},
{
"name": "pygobject",
- "config-opts": [
- "--disable-glibtest"
- ],
- "cleanup": [
- "/bin"
- ],
+ "config-opts": ["--disable-glibtest"],
+ "cleanup": ["/bin"],
"sources": [
{
"type": "archive",
@@ -82,10 +81,12 @@
{
"name": "dia",
"buildsystem": "meson",
- "sources": [{
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/dia.git"
- }]
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/dia.git"
+ }
+ ]
}
]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]