Date: Monday, May 31, 2021 @ 18:03:12 Author: heftig Revision: 416896
89.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 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: 0001-Use-remoting-name-for-GDK-application-names.patch =================================================================== --- 0001-Use-remoting-name-for-GDK-application-names.patch 2021-05-31 18:00:10 UTC (rev 416895) +++ 0001-Use-remoting-name-for-GDK-application-names.patch 2021-05-31 18:03:12 UTC (rev 416896) @@ -9,10 +9,10 @@ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp -index 5eb43aa0ae632..ff331c3b2076e 100644 +index 3a9928cee4525..da60306cfaf01 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp -@@ -4363,11 +4363,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { +@@ -4358,11 +4358,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { // consistently. // Set program name to the one defined in application.ini. Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-31 18:00:10 UTC (rev 416895) +++ PKGBUILD 2021-05-31 18:03:12 UTC (rev 416896) @@ -3,7 +3,7 @@ # Contributor: Jakub Schmidtke <sja...@gmail.com> pkgname=firefox -pkgver=88.0.1 +pkgver=89.0 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) @@ -17,14 +17,15 @@ 'libnotify: Notification integration' 'pulseaudio: Audio support' 'speech-dispatcher: Text-to-Speech' - 'hunspell-en_US: Spell checking, American English') + 'hunspell-en_US: Spell checking, American English' + 'xdg-desktop-portal: Screensharing with Wayland') options=(!emptydirs !makeflags !strip) 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 $pkgname.desktop) -sha256sums=('83df1eae0e28fe99661fd5d39d705cdab2e108b4a24ce12c2db6183c632804cc' +sha256sums=('db43d7d5796455051a5b847f6daa3423393803c9288c8b6d7f1186f5e2e0a90a' 'SKIP' - '1b6814e85f13dcf069482ad1acfc1a099661922c85e3344aa4ee059288506ccc' + '98b6b30973bb1e12e17e8a78baf7d1db0d5085f35252f4611870bb23e8faeff1' '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf') validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <rele...@mozilla.com> @@ -70,7 +71,6 @@ ac_add_options --allow-addon-sideload export MOZILLA_OFFICIAL=1 export MOZ_APP_REMOTINGNAME=${pkgname//-/} -export MOZ_TELEMETRY_REPORTING=1 export MOZ_REQUIRE_SIGNING=1 # Keys