[gnome-apps-nightly] TweakTool: Move to pycairo 1.12.0



commit bb9d6dde54fada6c315ff957ea8d9cdae4b178ee
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sun May 21 03:15:40 2017 +0200

    TweakTool: Move to pycairo 1.12.0
    
    pygobject from master now requires pycairo >= 1.11.
    
    The GNOME Sdk builds 1.12.0 for Python 3, so let's do the same here for
    Python 2.

 org.gnome.TweakTool.json |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/org.gnome.TweakTool.json b/org.gnome.TweakTool.json
index b298483..9e955e4 100644
--- a/org.gnome.TweakTool.json
+++ b/org.gnome.TweakTool.json
@@ -33,18 +33,16 @@
     "modules": [
         {
             "name": "pycairo",
+            "buildsystem": "simple",
+            "build-commands": [
+                "python2 ./setup.py build",
+                "python2 ./setup.py install --prefix=/app"
+            ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2";,
-                    "sha256": "d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431"
-                },
-                {
-                    "type": "shell",
-                    "commands": [
-                        "touch ChangeLog",
-                        "autoreconf -i"
-                    ]
+                    "url": 
"https://github.com/pygobject/pycairo/releases/download/v1.12.0/pycairo-1.12.0.tar.gz";,
+                    "sha256": "243c351d7abcef41ac1fa984d2c753f3d065336a0fcf4c20fafb191b23423095"
                 }
             ]
         },


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