From 9a6c213a5941db0b63605f61cccd2a76f1d8e07d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 20 Apr 2017 16:24:57 +0200 Subject: [PATCH] firefox: update to 53.0. --- srcpkgs/firefox/patches/fix-python-foo.patch | 23 -------------------- srcpkgs/firefox/template | 4 ++-- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/firefox/patches/fix-python-foo.patch diff --git a/srcpkgs/firefox/patches/fix-python-foo.patch b/srcpkgs/firefox/patches/fix-python-foo.patch deleted file mode 100644 index 58505775f2..0000000000 --- a/srcpkgs/firefox/patches/fix-python-foo.patch +++ /dev/null @@ -1,23 +0,0 @@ -reverted from https://hg.mozilla.org/mozilla-central/rev/aa63a2a40325 ---- dom/bindings/GenerateCSS2PropertiesWebIDL.py.orig -+++ dom/bindings/GenerateCSS2PropertiesWebIDL.py -@@ -16,7 +16,7 @@ - return " [%s] attribute DOMString %s;\n" % (", ".join(extendedAttrs), - propName) - def generate(output, idlFilename, preprocessorHeader): -- cpp = list(buildconfig.substs['CPP']) -+ cpp = shellutil.split(buildconfig.substs['CPP']) - cpp += shellutil.split(buildconfig.substs['ACDEFINES']) - cpp.append(preprocessorHeader) - preprocessed = subprocess.check_output(cpp) ---- layout/style/GenerateCSSPropsGenerated.py.orig -+++ layout/style/GenerateCSSPropsGenerated.py -@@ -10,7 +10,7 @@ - from mozbuild import shellutil - - def get_properties(preprocessorHeader): -- cpp = list(buildconfig.substs['CPP']) -+ cpp = shellutil.split(buildconfig.substs['CPP']) - cpp += shellutil.split(buildconfig.substs['ACDEFINES']) - cpp.append(preprocessorHeader) - preprocessed = subprocess.check_output(cpp) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 72faa8b850..f7b3b08363 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,13 +1,13 @@ # Template build file for 'firefox'. pkgname=firefox -version=52.0.2 +version=53.0 revision=1 short_desc="Mozilla Firefox web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" license="MPL-2.0, GPL-2, LGPL-2.1" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=2927a9a097be69338ed2a4aa94f063669e447e59fbcd28da76c7bb180ed16230 +checksum=4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0 only_for_archs="i686 i686-musl x86_64 x86_64-musl" nopie=yes