Github messages for voidlinux
 help / color / mirror / Atom feed
From: biopsin <biopsin@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] firefox-esr: update to 78.10.0
Date: Fri, 23 Apr 2021 11:05:55 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30445@inbox.vuxu.org> (raw)

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

There is a new pull request by biopsin against master on the void-packages repository

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30445

firefox-esr: update to 78.10.0
[skip CI]

Currently test building for all arches, it will take me all day.
Let me know if I missed something..
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glib)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 0d9d0df04451a2a83b4f63a3bf3c0e11f8174899 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Fri, 23 Apr 2021 07:01:50 +0000
Subject: [PATCH] firefox-esr: update to 78.10.0

[ci skip]
---
 srcpkgs/firefox-esr-i18n/template |  2 +-
 srcpkgs/firefox-esr/template      | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index 5d62a9f8a99a..8c713097d924 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=78.8.0
+version=78.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index 61f36d2058e8..fbd9ed2fb8ec 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=78.8.0
+version=78.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust qemu"
@@ -22,13 +22,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/organizations/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
-checksum=1cf2dfdee2e31fd0a5ecced6275a33fa11bee1d2a7c65e23350b26992584a110
+checksum=979141a6d94bbe303815e9cd1ab1d23b5ce2f9c77d9d5486871eaecf0ea2df40
 lib32disabled=yes
 conflicts="firefox>=0"
 
 build_options="alsa jack dbus pulseaudio xscreensaver sndio wayland"
 build_options_default="alsa jack dbus pulseaudio xscreensaver sndio wayland"
 
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+fi
+
 case $XBPS_TARGET_MACHINE in
 	armv[56]*) broken="required NEON extensions are not supported on armv[56]" ;;
 	ppc64*) ;;
@@ -37,10 +41,6 @@ esac
 
 CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
 
-if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
-	makedepends+=" libatomic-devel"
-fi
-
 # We need this because cargo verifies checksums of all files
 # in vendor crates when it builds and gives us no way to
 # override or update the file sanely... so just clear out the file list

             reply	other threads:[~2021-04-23  9:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23  9:05 biopsin [this message]
2021-04-23 10:12 ` biopsin
2021-04-23 11:29 ` biopsin
2021-04-23 14:28 ` ericonr
2021-04-23 14:30 ` biopsin
2021-04-23 14:50 ` ericonr
2021-04-23 14:50 ` ericonr
2021-04-23 15:05 ` biopsin
2021-04-24 18:05 ` [PR PATCH] [Updated] " biopsin
2021-04-24 18:06 ` biopsin
2021-04-24 18:07 ` biopsin
2021-04-24 18:16 ` biopsin
2021-04-25  1:14 ` ericonr
2021-04-25  5:17 ` biopsin
2021-04-25  5:34 ` biopsin
2021-04-25  5:43 ` biopsin
2021-04-25  5:43 ` ericonr
2021-04-25  5:54 ` biopsin
2021-04-25  6:23 ` biopsin
2021-04-25  6:24 ` biopsin
2021-04-25  7:09 ` biopsin
2021-04-25  7:33 ` biopsin
2021-04-25  7:37 ` [PR PATCH] [Updated] " biopsin
2021-04-26 20:54 ` ericonr
2021-04-27  3:35 ` biopsin
2021-04-27 12:30 ` ericonr
2021-04-27 12:32 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30445@inbox.vuxu.org \
    --to=biopsin@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).