[gnome-sdk-images/gnome-3-22] Add rofiles-fuse workarounds



commit 61093e6568b6cff1309930e71e97bbb541db6d56
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Feb 16 13:48:08 2017 +0100

    Add rofiles-fuse workarounds

 org.gnome.Sdk.json.in |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index c481439..c72ccf1 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -103,6 +103,11 @@
                     "type": "archive",
                     "url": "https://download.gnome.org/sources/glib/2.50/glib-2.50.2.tar.xz";,
                     "sha256": "be68737c1f268c05493e503b3b654d2b7f43d7d0b8c5556f7e4651b870acfbf5"
+                },
+                {
+                    "type": "shell",
+                    /* Work around the .pyc files being in the base, and python compilation editin them 
in-place */
+                    "commands": [ "rm -rf /usr/share/glib-2.0/codegen/*.pyc" ]
                 }
             ]
         },
@@ -117,6 +122,11 @@
                     "type": "archive",
                     "url": 
"https://download.gnome.org/sources/gobject-introspection/1.50/gobject-introspection-1.50.0.tar.xz";,
                     "sha256": "1c6597c666f543c70ef3d7c893ab052968afae620efdc080c36657f4226337c5"
+                },
+                {
+                    "type": "shell",
+                    /* Work around the .pyc files being in the base, and python compilation editin them 
in-place */
+                    "commands": [ "rm -rf /usr/lib/gobject-introspection/giscanner/*.pyc 
/usr/lib/gobject-introspection/giscanner/*/*.pyc" ]
                 }
             ]
         },
@@ -299,6 +309,11 @@
                     "type": "archive",
                     "url": "https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.0.tar.xz";,
                     "sha256": "85ab52ce9f2c26327141b3dcf21cca3da6a3f8de84b95fa1e727d8871a23245c"
+                },
+                {
+                    "type": "shell",
+                    /* Work around the loader files being in the base,install editing it in-place */
+                    "commands": [ "rm -rf /usr/lib/gdk-pixbuf-2.0/*/loaders.cache" ]
                 }
             ]
         },
@@ -321,6 +336,11 @@
                     "type": "archive",
                     "url": "https://download.gnome.org/sources/librsvg/2.40/librsvg-2.40.16.tar.xz";,
                     "sha256": "d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e"
+                },
+                {
+                    "type": "shell",
+                    /* Work around the loader files being in the base,install editing it in-place */
+                    "commands": [ "rm -rf /usr/lib/gdk-pixbuf-2.0/*/loaders.cache" ]
                 }
             ]
         },


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