Github messages for voidlinux
 help / color / mirror / Atom feed
From: Duncaen <Duncaen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] firefox: update to 81.0.
Date: Wed, 23 Sep 2020 16:10:12 +0200	[thread overview]
Message-ID: <20200923141012.7tO74rHZYTGe5o1Q0bY1hQjelt1E8wZYsFjVDZXnTSk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25049@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages firefox-81
https://github.com/void-linux/void-packages/pull/25049

firefox: update to 81.0.
x86_64-glibc works, currently building for aarch64 and then building x86_64-musl which I can test.

A patch file from https://github.com/void-linux/void-packages/pull/25049.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-81-25049.patch --]
[-- Type: text/x-diff, Size: 2546 bytes --]

From 4777a3cdec4c38d5d00f7b72f9f1ec89fad50aa8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Wed, 23 Sep 2020 14:09:05 +0200
Subject: [PATCH] firefox: update to 81.0.

[ci skip]
---
 srcpkgs/firefox/patches/rust-glslopt.patch | 13 -------------
 srcpkgs/firefox/template                   |  6 ++++--
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/rust-glslopt.patch

diff --git a/srcpkgs/firefox/patches/rust-glslopt.patch b/srcpkgs/firefox/patches/rust-glslopt.patch
deleted file mode 100644
index 3717caa2290..00000000000
--- a/srcpkgs/firefox/patches/rust-glslopt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-overwrite HOST_* flags to get rid of -MF
-
---- third_party/rust/glslopt/build.rs	2020-06-03 01:37:31.000000000 +0200
-+++ third_party/rust/glslopt/build.rs	2020-06-04 10:57:16.418469546 +0200
-@@ -28,6 +28,8 @@
-     env::remove_var(format!("CXXFLAGS_{}", &target));
-     env::remove_var(format!("CFLAGS_{}", target.replace("-", "_")));
-     env::remove_var(format!("CXXFLAGS_{}", target.replace("-", "_")));
-+    env::set_var("HOST_CFLAGS", "-O2");
-+    env::set_var("HOST_CXXFLAGS", "-O2");
- 
-     configure(&mut cc::Build::new())
-         .warnings(false)
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index e71515cbc06..248ce896d87 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=80.0.1
+version=81.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=596b085e32a2d683ba960e161ea65c6271f90f576d4bf956e0d48e83af992c21
+checksum=9328745012178aee5a4f47c833539f7872cc6e0f20a853568a313e60cabd1ec8
 
 lib32disabled=yes
 
@@ -153,6 +153,7 @@ do_build() {
 	export MOZ_MAKE_FLAGS="${makejobs}"
 	export MOZ_NOSPAM=1
 	export MOZBUILD_STATE_PATH="${wrksrc}/mozbuild"
+	export MACH_USE_SYSTEM_PYTHON=1
 
 	export AS=$CC
 
@@ -173,6 +174,7 @@ ac_add_options --enable-default-toolkit=$(vopt_if wayland 'cairo-gtk3-wayland' '
 	./mach build
 }
 do_install() {
+	export MACH_USE_SYSTEM_PYTHON=1
 	DESTDIR="$DESTDIR" ./mach install
 
 	vinstall ${FILESDIR}/vendor.js 644 usr/lib/firefox/browser/defaults/preferences

  reply	other threads:[~2020-09-23 14:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23 12:16 [PR PATCH] " Duncaen
2020-09-23 14:10 ` Duncaen [this message]
2020-09-23 15:57 ` [PR PATCH] [Updated] " Duncaen
2020-09-23 16:50 ` Duncaen
2020-09-24 15:01 ` zdykstra
2020-09-24 15:49 ` Piraty
2020-09-24 16:46 ` [PR PATCH] [Closed]: " ericonr
2020-09-24 16:46 ` ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200923141012.7tO74rHZYTGe5o1Q0bY1hQjelt1E8wZYsFjVDZXnTSk@z \
    --to=duncaen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).