[gnome-continuous] manifest.json: polkit hard require mozjs24 now



commit dc3a528fca4cf2ba349b08ab2080866f08ebef90
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Feb 9 20:43:14 2017 +0000

    manifest.json: polkit hard require mozjs24 now

 manifest.json |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f9198b2..dd4225d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -519,11 +519,23 @@
 
                {"src": "gnome:libgxps"},
 
+        {"src": "tarball:https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2";,
+                "name": "js24",
+                "component": "minimal",
+                "checksum": "e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8",
+                "patches": ["js24-buildapi.patch", "js24-virtualenv.patch", "js24-perl-compat.patch"],
+                "config-opts": ["--enable-threadsafe",
+                                "--with-system-nspr",
+                                "--disable-tests",
+                                "--disable-strip",
+                                "--enable-ctypes",
+                                "--enable-system-ffi",
+                                "--disable-intl-api"]},
+
                {"src": "fd:polkit",
                 "config-opts": ["--disable-man-pages",
                                 "--enable-libsystemd-login",
-                                "--with-os-type=suse",
-                                "--with-mozjs=mozjs-17.0"],
+                                "--with-os-type=suse"],
                 "setuid": ["/runtime/usr/bin/pkexec",
                             "/runtime/usr/lib/polkit-1/polkit-agent-helper-1"]},
 
@@ -882,19 +894,6 @@
                 "config-opts": ["--enable-compile-warnings=maximum",
                                 "--enable-installed-tests"]},
 
-                {"src": "tarball:https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2";,
-                "name": "js24",
-                 "component": "minimal",
-                "checksum": "e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8",
-                "patches": ["js24-buildapi.patch", "js24-virtualenv.patch", "js24-perl-compat.patch"],
-                "config-opts": ["--enable-threadsafe",
-                                "--with-system-nspr",
-                                "--disable-tests",
-                                "--disable-strip",
-                                "--enable-ctypes",
-                                "--enable-system-ffi",
-                                "--disable-intl-api"]},
-
                {"src": "gnome:gjs",
                 "config-opts": ["--enable-installed-tests"]},
 


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