[pitivi] flatpak: Get meson tarball from directly from PyPI



commit 2cd5792bc121defc77892b26169f25ef63d72af4
Author: yatinmaan <yatinmaan1 gmail com>
Date:   Sat May 19 00:18:56 2018 +0530

    flatpak: Get meson tarball from directly from PyPI

 build/flatpak/org.pitivi.Pitivi.json | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/build/flatpak/org.pitivi.Pitivi.json b/build/flatpak/org.pitivi.Pitivi.json
index de6dfa9f..b6901002 100644
--- a/build/flatpak/org.pitivi.Pitivi.json
+++ b/build/flatpak/org.pitivi.Pitivi.json
@@ -192,19 +192,17 @@
         },
         {
             "name": "meson",
-            "build-options": {
-                "build-args": [
-                    "--share=network"
-                ]
-            },
-            "config-opts": [
-                "--module=meson==0.46.0"
+            "buildsystem": "simple",
+            "ensure-writable": ["easy-install.pth"],
+            "build-commands": [
+               "mkdir -p /app/lib/python3.5/site-packages",
+               "PYTHONUSERBASE=/app/ python3 setup.py install --prefix=/app"
             ],
             "sources": [
                 {
-                    "type": "file",
-                    "path": "py-configure",
-                    "dest-filename": "configure"
+                    "type": "archive",
+                    "url": 
"https://files.pythonhosted.org/packages/30/26/036340ecd1061d5c31f0eba4573b2ce63a28cd406c589d575322cb3279f5/meson-0.46.1.tar.gz";,
+                    "sha256": "0c6f39bdc7153fd24cadf07e57a4b9527755d292641126db85c1473babd0bdc9"
                 }
             ]
         },


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