[glom] xdg-app-builder manifest: Don't install Python. Use the one already there.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] xdg-app-builder manifest: Don't install Python. Use the one already there.
- Date: Sat, 12 Dec 2015 20:23:38 +0000 (UTC)
commit 91524371bb4c90d113a4fca5b0229beb993431cd
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Dec 12 21:19:59 2015 +0100
xdg-app-builder manifest: Don't install Python. Use the one already there.
glom-xdg-app-builder/manifest.json | 25 +++----------------------
1 files changed, 3 insertions(+), 22 deletions(-)
---
diff --git a/glom-xdg-app-builder/manifest.json b/glom-xdg-app-builder/manifest.json
index 7b48131..832b282 100644
--- a/glom-xdg-app-builder/manifest.json
+++ b/glom-xdg-app-builder/manifest.json
@@ -224,27 +224,8 @@
]
},
{
- "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"
- }
- {
- "type": "patch",
- "path": "python_add_symlink.patch"
- }
- {
- "type": "patch",
- "path": "python_install_as_writable.patch"
- }
- ]
- },
- {
"name": "libgda-5.0",
- "config-opts": [ "--disable-documentation" "--disable-introspection" ],
+ "config-opts": [ "--disable-documentation" "--enable-gda-gi" ],
"sources": [
{
"type": "archive",
@@ -267,7 +248,7 @@
},
{
"name": "boost-python",
- "config-opts": [ "--with-libraries=python" "--with-python-root=/app"
"--with-python-version=3.5m" ],
+ "config-opts": [ "--with-libraries=python" "--with-python-version=3.3m" ],
"build-options" : { "cxxflags": "-O2 -g -std=c++11" },
"sources": [
{
@@ -292,7 +273,7 @@
"config-opts": [ "--disable-documentation" ],
"build-options" : { "cxxflags": "-O2 -g -std=c++11",
"env": {
- "PYTHON": "python3.5"
+ "PYTHON": "python3.3m"
}
},
"sources": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]