www-client/icecat: add 91.10.0

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-06-21 11:44:52 +03:00
parent 6ec9da711e
commit 8c22850657
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
5 changed files with 1156 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DIST firefox-91esr-patches-06j.tar.xz 17668 BLAKE2B ebe51e06197b70b0f0661724e1ccf2f2aaf0e0eb4576e795963c6a0f9c32f293825b8d2a487dcadd8e5e1cb5db7c756016c50f34e6bc6df451b44e54ef76686e SHA512 3af533a49c5e4a6fdb5be2225256655d402055332ba98f3aa159fcc78c4a9901a541b63d68cb02440f55ede04858388881118f655efebc75b18c316e0ab522a7
DIST firefox-91esr-patches-07j.tar.xz 18900 BLAKE2B ace76bc00c3053e60c39186e460b0b422a24bb3393091324470045707dc18c631c41d5d4e61b67dca6dc2e881b7dcffce256f5b897766f994ad46b23df96b77a SHA512 2fca4a5fec8fb79541b9dddec5a632a9a88fca845cac15aa963ab686eb80e8e5ad23186166f97ed88327e6c5bd7bae6178b32760f26d560c0b685ef3b3f638f4
DIST icecat-91.10.0-gnu1.tar.bz2 568698738 BLAKE2B 575de81b73f2b1444b340c8f1ec20728fd37756e063768b2ef1bcb196d0ba4589b4aca61ed8566eaa58fee4a75723fde468291289fd602296ea64fbd8c9065ff SHA512 78f9829416b420ab41887381caa903fe9045f9b5822c8a5d7fc4346d425739b9fd0d3d60aa85159ef2c7682ad373ebb725f9e1b7281ae756fd6f1e3f3c868615
DIST icecat-91.8.0-gnu1.tar.bz2 569227383 BLAKE2B e7d644db85dd721636be3e14b10ad0939b00f902cf107ee508427c627a23b0e149b93a09199f01534fa13a12e16164c8d2472566a0798a998c4f4bda44e7c546 SHA512 1c55418e4c14bec7d8e79e8e4daa919d0e17629a5117593392bc32c4b5973bd7ccc69a38d3f2ff4c13c9ccbd3d890de0c5eea95e33a212b87129eef4552af081
DIST icecat-91.9.0-gnu1.tar.bz2 570259323 BLAKE2B cf03b4cf8febacd10a74f4f35ec23758e7bf9193975165613dd2fc797aa380c05b1d5d6ac73e7de2a4325b81425b6c5cd4ada0387e2ef8310d96c1a84aa7db34 SHA512 484711228e8615d54f7b2b46fdf76af6c1ea33ec5f43588edd94df073b0460e6cb4befe5f2cb7ed4836ee5336ac6bd11413b6f84dd645e52058cb919ed1b783e

View File

@ -0,0 +1,5 @@
{
"policies": {
"DisableAppUpdate": true
}
}

View File

@ -0,0 +1,17 @@
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@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

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,8 @@
instead of bundled.</flag>
<flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
instead of bundled.</flag>
<flag name="system-png">Use the system-wide <pkg>media-libs/libpng</pkg>
instead of bundled (requires APNG patches)</flag>
<flag name="system-webp">Use the system-wide <pkg>media-libs/libwebp</pkg>
instead of bundled.</flag>
</use>