[arch-commits] Commit in firefox/trunk (2 files)

Jan Steffens heftig at gemini.archlinux.org
Mon Jan 10 18:27:53 UTC 2022


    Date: Monday, January 10, 2022 @ 18:27:53
  Author: heftig
Revision: 434158

96.0-1

Modified:
  firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/trunk/PKGBUILD

--------------------------------------------------------+
 0001-Use-remoting-name-for-GDK-application-names.patch |    4 ++--
 PKGBUILD                                               |   13 ++++---------
 2 files changed, 6 insertions(+), 11 deletions(-)

Modified: 0001-Use-remoting-name-for-GDK-application-names.patch
===================================================================
--- 0001-Use-remoting-name-for-GDK-application-names.patch	2022-01-10 18:10:22 UTC (rev 434157)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch	2022-01-10 18:27:53 UTC (rev 434158)
@@ -9,10 +9,10 @@
  2 files changed, 6 insertions(+), 12 deletions(-)
 
 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 60ea6966cccf..ae862aba01b3 100644
+index ec8eb1ff1075..3da127bf1d1d 100644
 --- a/toolkit/xre/nsAppRunner.cpp
 +++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4299,11 +4299,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4323,11 +4323,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
    // consistently.
  
    // Set program name to the one defined in application.ini.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 18:10:22 UTC (rev 434157)
+++ PKGBUILD	2022-01-10 18:27:53 UTC (rev 434158)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox
-pkgver=95.0.2
+pkgver=96.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -20,15 +20,13 @@
             'speech-dispatcher: Text-to-Speech'
             'hunspell-en_US: Spell checking, American English'
             'xdg-desktop-portal: Screensharing with Wayland')
-options=(!emptydirs !makeflags !strip)
+options=(!emptydirs !makeflags !strip !lto)
 source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
         0001-Use-remoting-name-for-GDK-application-names.patch
-        0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch
         $pkgname.desktop identity-icons-brand.svg)
-sha256sums=('c178cbf61979bd39a8daa9a09c6e03089da37baded692ad1f745ecfcaae74d64'
+sha256sums=('b4b03214ad838fe2744fed26c497c8a6fa7aedc95f47d4146da1cf5cc97860c0'
             'SKIP'
-            'a7a5ea4680c0a4c6eb5a5f99970008f5ad3e2f29f0d6d050aa651bce8c713718'
-            '8a893ae44955c90a0fb4a504134773293054ab57a41ba7931df98c8cf5449549'
+            '5ead90994f91bed3231c2661977c69fc276cfbe278a1ab904daa544c9455ff42'
             '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'
             'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release at mozilla.com>
@@ -52,9 +50,6 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
-  # Fix build with wayland 1.20
-  patch -Np1 -i ../0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch
-
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 



More information about the arch-commits mailing list