From b43d3d80ddd6e9710ecc84c32a91a693bc6a7efb Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 May 2018 12:14:41 +0300 Subject: [PATCH] firefox-59.0.3:ver.bump --- network/web/firefox/actions.py | 5 ++-- network/web/firefox/files/configure | 25 +++++++++++++++++++ network/web/firefox/files/mozconfig | 2 +- .../firefox/files/pisilinux/firefox-l10n.js | 3 ++- network/web/firefox/pspec.xml | 17 +++++++------ 5 files changed, 40 insertions(+), 12 deletions(-) create mode 100755 network/web/firefox/files/configure diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index fa3eab3cda..f3354e3cb2 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -#WorkDir = "mozilla-release" +WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0" ObjDir = "build" locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split() xpidir = "%s/xpi" % get.workDIR() @@ -41,7 +41,8 @@ def setup(): shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip") - + #shelltools.cd("mozilla-release-6b51784853e47e091d213d421a19cb623af718f0") + def build(): shelltools.cd(ObjDir) shelltools.system("../mach build") diff --git a/network/web/firefox/files/configure b/network/web/firefox/files/configure new file mode 100755 index 0000000000..5b023ef9e6 --- /dev/null +++ b/network/web/firefox/files/configure @@ -0,0 +1,25 @@ +#!/bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# Welcome to the new world of configure. We're working on moving to a +# python based configure. In the meanwhile, remains of the old autoconf +# based configure is in old-configure.in. +# If you need to add something, please come talk to the build system +# peers for now. +# +# Because adding a configure file in the tree is going to conflict with +# existing configure files in people's (and automation) work trees, and +# because some automation jobs are still running autoconf and configure +# "manually", this file is actually an m4 file that is processed by +# autoconf, but doesn't call any autoconf macros. The `divert` line +# below ensures the script that follows is output by autoconf. +: "divert(0)dnl" +#!/bin/sh + +SRCDIR=$(dirname $0) +TOPSRCDIR="$SRCDIR" +export OLD_CONFIGURE="$SRCDIR"/old-configure + +which python2.7 > /dev/null && exec python2.7 "$TOPSRCDIR/configure.py" "$@" || exec python "$TOPSRCDIR/configure.py" "$@" diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig index fb58816ea7..b62d8afa08 100755 --- a/network/web/firefox/files/mozconfig +++ b/network/web/firefox/files/mozconfig @@ -9,7 +9,7 @@ ac_add_options --enable-official-branding # System libraries ac_add_options --with-system-nspr ac_add_options --with-system-nss -ac_add_options --with-system-icu +#ac_add_options --with-system-icu ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 diff --git a/network/web/firefox/files/pisilinux/firefox-l10n.js b/network/web/firefox/files/pisilinux/firefox-l10n.js index c47ab587f3..0e7a6e11c4 100644 --- a/network/web/firefox/files/pisilinux/firefox-l10n.js +++ b/network/web/firefox/files/pisilinux/firefox-l10n.js @@ -1,4 +1,5 @@ // Use LANG environment variable to choose locale +pref("intl.locale.requested", ""); pref("intl.locale.matchOS", true); // Disable default browser checking. @@ -6,4 +7,4 @@ pref("browser.shell.checkDefaultBrowser", false); // Don't disable our bundled extensions in the application directory pref("extensions.autoDisableScopes", 11); -pref("extensions.shownSelectionUI", true); \ No newline at end of file +pref("extensions.shownSelectionUI", true); diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index 2a26aadefb..83fba9707e 100755 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -15,10 +15,11 @@ app:gui Firefox Web Browser It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences. - https://ftp.mozilla.org/pub/firefox/releases/58.0.2/source/firefox-58.0.2.source.tar.xz + https://hg.mozilla.org/releases/mozilla-release/archive/6b51784853e47e091d213d421a19cb623af718f0.tar.bz2 mozconfig + configure pisilinux/browserconfig.properties @@ -55,14 +56,7 @@ jack-audio-connection-kit-devel - firefox-install-dir.patch - llvmversyon.patch - - rustc.patch - no-crmf.diff - - @@ -544,6 +538,13 @@ + + 2018-02-06 + 59.0.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-02-04 58.0.2