[gnome-sdk-images] Add rofiles-fuse workarounds
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Add rofiles-fuse workarounds
- Date: Thu, 16 Feb 2017 15:03:34 +0000 (UTC)
commit 290eb038046a1b97cbaff7fa9feb7e9989d54d5e
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 964bd27..dd74c5f 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -115,6 +115,11 @@
{
"type": "git",
"url": "git://git.gnome.org/glib"
+ },
+ {
+ "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" ]
}
]
},
@@ -128,6 +133,11 @@
{
"type": "git",
"url": "git://git.gnome.org/gobject-introspection"
+ },
+ {
+ "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" ]
}
]
},
@@ -314,6 +324,11 @@
{
"type": "git",
"url": "git://git.gnome.org/gdk-pixbuf"
+ },
+ {
+ "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" ]
}
]
},
@@ -335,6 +350,11 @@
"type": "git",
"url": "git://git.gnome.org/librsvg",
"branch": "librsvg-2-40"
+ },
+ {
+ "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]