[gnome-continuous] move mozjs52 up the manifest
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] move mozjs52 up the manifest
- Date: Tue, 3 Apr 2018 18:37:50 +0000 (UTC)
commit 2ea97c08e403fd544b6a8d2376d3c2415ea756dc
Author: Ray Strode <rstrode redhat com>
Date: Tue Apr 3 14:37:21 2018 -0400
move mozjs52 up the manifest
polkit master now needs mozjs52
manifest.json | 31 +++++++++----------------------
1 files changed, 9 insertions(+), 22 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index e8a6206..924cd2b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -465,18 +465,18 @@
{"src": "gnome:libgxps",
"config-opts": ["-Denable-test=false"]},
- {"src": "tarball:https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2",
- "name": "js24",
+ {"src": "git:https://github.com/ptomato/mozjs.git",
+ "branch": "mozjs52",
+ "name": "mozjs52",
"component": "minimal",
- "checksum": "e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8",
- "patches": ["js24-buildapi.patch", "js24-virtualenv.patch", "js24-perl-compat.patch"],
- "config-opts": ["--enable-threadsafe",
- "--with-system-nspr",
+ "patches": ["mozjs52-buildapi.patch"],
+ "config-opts": ["--enable-posix-nspr-emulation",
+ "--disable-jemalloc",
"--disable-tests",
"--disable-strip",
- "--enable-ctypes",
- "--enable-system-ffi",
- "--disable-intl-api"]},
+ "--with-system-zlib",
+ "--with-intl-api",
+ "AUTOCONF=autoconf"]},
{"src": "fd:polkit",
"config-opts": ["--disable-man-pages",
@@ -881,19 +881,6 @@
"config-opts": ["--enable-compile-warnings=maximum",
"--enable-installed-tests"]},
- {"src": "git:https://github.com/ptomato/mozjs.git",
- "branch": "mozjs52",
- "name": "mozjs52",
- "component": "minimal",
- "patches": ["mozjs52-buildapi.patch"],
- "config-opts": ["--enable-posix-nspr-emulation",
- "--disable-jemalloc",
- "--disable-tests",
- "--disable-strip",
- "--with-system-zlib",
- "--with-intl-api",
- "AUTOCONF=autoconf"]},
-
{"src": "gnome-gitlab:GNOME/gjs.git",
"name": "gjs",
"config-opts": ["--enable-installed-tests"]},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]