thunderbird: cleanup patch filenames

- drop old no-buildconfig.patch, forgotten from thunderbird 102
- rename the -115 version to no-buildconfig.patch (without changes)
This commit is contained in:
Vladimír Čunát 2024-07-15 08:43:49 +02:00
parent 22601be95c
commit 37a7071f15
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
3 changed files with 6 additions and 19 deletions

View File

@ -1,13 +0,0 @@
Remove about:buildconfig. If used as-is, it would add unnecessary runtime dependencies.
--- a/comm/mail/base/jar.mn
+++ b/comm/mail/base/jar.mn
@@ -120,9 +120,6 @@
% override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js
% override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml
-* content/messenger/buildconfig.html (content/buildconfig.html)
-% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html
-
comm.jar:
% content communicator %content/communicator/
content/communicator/contentAreaClick.js (content/contentAreaClick.js)

View File

@ -1,13 +1,13 @@
Remove about:buildconfig. If used as-is, it would add unnecessary runtime dependencies. Remove about:buildconfig. If used as-is, it would add unnecessary runtime dependencies.
--- a/comm/mail/base/jar.mn --- a/comm/mail/base/jar.mn
+++ b/comm/mail/base/jar.mn +++ b/comm/mail/base/jar.mn
@@ -119,9 +119,6 @@ messenger.jar: @@ -120,9 +120,6 @@
% override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js % override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js
% override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml % override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml
-* content/messenger/buildconfig.html (content/buildconfig.html) -* content/messenger/buildconfig.html (content/buildconfig.html)
-% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html -% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html
- -
# L10n resources and overrides. comm.jar:
% override chrome://mozapps/locale/profile/profileDowngrade.dtd chrome://messenger/locale/profileDowngrade.dtd % content communicator %content/communicator/
% override chrome://global/locale/netError.dtd chrome://messenger/locale/netError.dtd content/communicator/contentAreaClick.js (content/contentAreaClick.js)

View File

@ -13,7 +13,7 @@ let
}; };
extraPatches = [ extraPatches = [
# The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.
./no-buildconfig-115.patch ./no-buildconfig.patch
]; ];
meta = with lib; { meta = with lib; {