From 323d34cb1e9d4bb6efae9ae70da2de335a82a5a9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 13 Aug 2022 17:02:52 +0300 Subject: [PATCH] thunderbird ver. bump --- .../mail/thunderbird/files/cbindgen-0.24.patch | 17 +++++++++++++++++ network/mail/thunderbird/files/metainfo.patch | 11 +++++++++++ network/mail/thunderbird/pspec.xml | 3 ++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 network/mail/thunderbird/files/cbindgen-0.24.patch create mode 100644 network/mail/thunderbird/files/metainfo.patch diff --git a/network/mail/thunderbird/files/cbindgen-0.24.patch b/network/mail/thunderbird/files/cbindgen-0.24.patch new file mode 100644 index 0000000000..3011e8ada8 --- /dev/null +++ b/network/mail/thunderbird/files/cbindgen-0.24.patch @@ -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 +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; + +-const uint64_t ROOT_CLIP_CHAIN = ~0; +- + } // namespace wr + } // namespace mozilla + + diff --git a/network/mail/thunderbird/files/metainfo.patch b/network/mail/thunderbird/files/metainfo.patch new file mode 100644 index 0000000000..afc9b5b3eb --- /dev/null +++ b/network/mail/thunderbird/files/metainfo.patch @@ -0,0 +1,11 @@ +diff -Naur thunderbird-78.9.1.orig/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml thunderbird-78.9.1/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml +--- thunderbird-78.9.1.orig/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml 2021-04-17 02:05:05.808596043 +0000 ++++ thunderbird-78.9.1/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml 2021-04-17 02:06:12.052455998 +0000 +@@ -1,6 +1,7 @@ + + + net.thunderbird.Thunderbird ++ thunderbird.desktop + CC0-1.0 + Thunderbird + Thunderbird is a free and open source email, newsfeed, chat, and calendaring client diff --git a/network/mail/thunderbird/pspec.xml b/network/mail/thunderbird/pspec.xml index ea2bfa4929..7594756870 100644 --- a/network/mail/thunderbird/pspec.xml +++ b/network/mail/thunderbird/pspec.xml @@ -56,7 +56,8 @@ libnotify-devel - + metainfo.patch + cbindgen-0.24.patch