[arch-commits] Commit in firefox/trunk (PKGBUILD cbindgen-0.24.0.diff)
Jan Steffens
heftig at gemini.archlinux.org
Tue Jul 26 08:10:33 UTC 2022
Date: Tuesday, July 26, 2022 @ 08:10:32
Author: heftig
Revision: 451652
103.0-1
Modified:
firefox/trunk/PKGBUILD
Deleted:
firefox/trunk/cbindgen-0.24.0.diff
----------------------+
PKGBUILD | 10 +++-------
cbindgen-0.24.0.diff | 17 -----------------
2 files changed, 3 insertions(+), 24 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-26 07:59:28 UTC (rev 451651)
+++ PKGBUILD 2022-07-26 08:10:32 UTC (rev 451652)
@@ -3,7 +3,7 @@
# Contributor: Jakub Schmidtke <sjakub at gmail.com>
pkgname=firefox
-pkgver=102.0.1
+pkgver=103.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@@ -22,11 +22,10 @@
'xdg-desktop-portal: Screensharing with Wayland')
options=(!emptydirs !makeflags !strip !lto !debug)
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
- cbindgen-0.24.0.diff zstandard-0.18.0.diff
+ zstandard-0.18.0.diff
$pkgname.desktop identity-icons-brand.svg)
-sha256sums=('7bba6ffd6e8e42d5c38aa2a453f5fa30dfc9ef150f2175aa0625edb68fddae70'
+sha256sums=('acc41d050560db4c4177ea86e2d00e47d74229041fea4c02c0e9e87e64093773'
'SKIP'
- '4628d136c3beada292e83cd8e89502cac4aa3836851b34259a665582a7713978'
'a6857ad2f2e2091c6c4fdcde21a59fbeb0138914c0e126df64b50a5af5ff63be'
'298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
@@ -48,9 +47,6 @@
mkdir mozbuild
cd firefox-$pkgver
- # Unbreak build with cbindgen 0.24.0
- patch -Np1 -i ../cbindgen-0.24.0.diff
-
# Unbreak build with python-zstandard 0.18.0
patch -Np1 -i ../zstandard-0.18.0.diff
Deleted: cbindgen-0.24.0.diff
===================================================================
--- cbindgen-0.24.0.diff 2022-07-26 07:59:28 UTC (rev 451651)
+++ cbindgen-0.24.0.diff 2022-07-26 08:10:32 UTC (rev 451652)
@@ -1,17 +0,0 @@
-Description: Remove an extra constant definition that is now being generated by newer versions of cbindgen (0.24), and causing build failures because it is defined in several places.
-Author: Olivier Tilloy <olivier.tilloy at canonical.com>
-Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
-Forwarded: not-needed
-
---- a/gfx/webrender_bindings/webrender_ffi.h
-+++ b/gfx/webrender_bindings/webrender_ffi.h
-@@ -73,8 +73,6 @@ struct WrPipelineInfo;
- struct WrPipelineIdAndEpoch;
- using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
-
--const uint64_t ROOT_CLIP_CHAIN = ~0;
--
- } // namespace wr
- } // namespace mozilla
-
-
More information about the arch-commits
mailing list