[nautilus/fixing-CI] ...



commit c36cec116d1b7754fab8ec654182eb50ea10a366
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri May 18 07:59:42 2018 +0000

    ...

 build-aux/flatpak/org.gnome.Nautilus.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 8d7b0f30b..b8a3fe988 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -18,16 +18,16 @@
     ],
     "modules": [
         {
-            "name": "python3-meson",
+            "name": "meson",
             "buildsystem": "simple",
-            "build-commands": [
-                "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} meson"
+             "build-commands": [
+                "python3 setup.py install --prefix=/app"
             ],
             "sources": [
                 {
-                    "type": "file",
-                    "url": 
"https://files.pythonhosted.org/packages/30/26/036340ecd1061d5c31f0eba4573b2ce63a28cd406c589d575322cb3279f5/meson-0.46.1.tar.gz";,
-                    "sha256": "0c6f39bdc7153fd24cadf07e57a4b9527755d292641126db85c1473babd0bdc9"
+                    "type": "archive",
+                    "url": "https://github.com/mesonbuild/meson/archive/0.46.1.tar.gz";,
+                    "sha256": "2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0"
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]