[glom] xdg-app-builder manifest: Added Python.



commit e1729d4838e7b202b8853431ef47acc40deba4cb
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Dec 11 20:52:31 2015 +0100

    xdg-app-builder manifest: Added Python.
    
    Although it seems to be available by default, maybe via the GNOME
    runtime, it's shared library and headers are not.

 glom-xdg-app-builder/manifest.json |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/glom-xdg-app-builder/manifest.json b/glom-xdg-app-builder/manifest.json
index 8fb2342..79eb8ff 100644
--- a/glom-xdg-app-builder/manifest.json
+++ b/glom-xdg-app-builder/manifest.json
@@ -224,6 +224,17 @@
             ]
         },
         {
+            "name": "python",
+            "config-opts": [ "--enable-shared" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz";,
+                    "sha256": "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
+                }
+            ]
+        },
+        {
             "name": "libgda-5.0",
             "config-opts": [ "--disable-documentation" "--disable-introspection" ],
             "sources": [
@@ -272,7 +283,7 @@
             "name": "glom",
             "build-options" : { "cxxflags": "-O2 -g -std=c++11",
                 "env": {
-                    "PYTHON": "python3.3"
+                    "PYTHON": "python3.5"
                 }
             },
             "sources": [


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