From 064e1469796e64ca09b05af137dbb6129f9f0e87 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 28 Sep 2017 00:31:22 +0300 Subject: [PATCH] firefox-55.0.3:Ver.Bump --- network/web/firefox/actions.py | 8 ++++---- network/web/firefox/files/mozconfig | 6 +++--- network/web/firefox/pspec.xml | 22 +++++++++++++++------- 3 files changed, 22 insertions(+), 14 deletions(-) mode change 100644 => 100755 network/web/firefox/actions.py mode change 100644 => 100755 network/web/firefox/pspec.xml diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py old mode 100644 new mode 100755 index 1360eb62d8..dae5c258c9 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import get #WorkDir = "mozilla-release" ObjDir = "build" @@ -42,11 +42,11 @@ def setup(): def build(): - shelltools.cd(ObjDir) - autotools.make("-f ../client.mk build") + #shelltools.cd(ObjDir) + autotools.make("./mach build") def install(): - autotools.rawInstall("-f client.mk DESTDIR=%s INSTALL_SDK= install" % get.installDIR()) + shelltools.system("DESTDIR=%s ./mach install " % get.installDIR()) # Install language packs pisitools.insinto("/usr/lib/firefox/browser/extensions", "./langpack-ff/*") diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig index b622332c16..ea1e5b6f0a 100644 --- a/network/web/firefox/files/mozconfig +++ b/network/web/firefox/files/mozconfig @@ -10,11 +10,11 @@ ac_add_options --enable-official-branding ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-icu -ac_add_options --with-system-jpeg +#ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-libevent -ac_add_options --with-system-libvpx +#ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman @@ -27,7 +27,7 @@ ac_add_options --disable-updater ac_add_options --disable-crashreporter # New MP4, etc -ac_add_options --disable-rust +#ac_add_options --disable-rust ac_add_options --with-google-api-keyfile="%%PWD%%/%%FILE%%" diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml old mode 100644 new mode 100755 index 4b13677885..43b4e79d82 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -15,13 +15,14 @@ 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/53.0.3/source/firefox-53.0.3.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/55.0.3/source/firefox-55.0.3.source.tar.xz mozconfig pisilinux/browserconfig.properties + rust wget yasm icu4c-devel @@ -76,27 +77,27 @@ libffi libxcb libgcc - libpng + pixman sqlite iconcan libXext icu4c - libvpx - alsa-lib - gconf + + + libevent freetype hunspell dbus-glib libXfixes fontconfig - gstreamer-next + gdk-pixbuf libXdamage libXrender libXcomposite - libjpeg-turbo + startup-notification @@ -536,6 +537,13 @@ + + 2017-09-26 + 55.0.3 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-05-29 53.0.3