Commit Graph

244 Commits

Author SHA1 Message Date
taku0
20259a943b thunderbird: 78.6.1 -> 78.7.0 2021-01-27 03:12:44 +09:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
taku0
b731d1e50d thunderbird: 78.6.0 -> 78.6.1 2021-01-12 03:13:06 +09:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bernardo Meurer
0ca60d3ba0
Merge pull request #107016 from tobiasBora/2020_thunderbird_add_icon
thunderbird: fix missing icon issue
2020-12-29 01:22:55 +00:00
Niklas Hambüchen
443724873f thunderbird, thunderbird.bin: Refactor: Reorder import lists.
Also `pkgs.lib` -> `lib`.
2020-12-22 02:02:47 +01:00
Niklas Hambüchen
2767936180 thunderbird: Add gpg/gpgme dependencies. Fixes #98765.
This enables to configure Thunderbird to use gnupg directly, which is the
official upstream recommendation when using GPG with smartcards, which are not
yet supported by Thunderbird's native GPG support.
2020-12-18 00:36:55 +01:00
Tobias Bora
52d952a69d thunderbird: fix missing icon issue 2020-12-16 10:59:15 +01:00
taku0
69a4b984d0 thunderbird: 78.5.1 -> 78.6.0 2020-12-15 09:12:45 +09:00
taku0
cc14698a1b thunderbird: 78.5.0 -> 78.5.1 2020-12-02 09:13:18 +09:00
Frederik Rietdijk
db29c15173
Merge pull request #105151 from B4dM4n/copy-desktop-hook
copyDesktopItems: add new setup-hook
2020-11-29 13:26:40 +01:00
Frederik Rietdijk
29f1edf2f3 thunderbird, firefox, firefox-esr: set big-parallel
Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.
2020-11-29 11:45:08 +01:00
Fabian Möller
c3598cc7d3 thunderbird: use copyDesktopItems hook 2020-11-29 04:03:39 +01:00
Vladimír Čunát
bb8b9f4ce1
Merge #104378: thunderbird*: 78.4.3 -> 78.5.0 2020-11-21 10:26:00 +01:00
Andreas Rammhold
a322b32e9d thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this
now required change.
2020-11-19 01:15:20 +01:00
taku0
19682545d9 thunderbird: 78.4.3 -> 78.5.0 2020-11-19 03:12:47 +09:00
Vladimír Čunát
b94e7b7d89
Merge #103474: firefox, thunderbird: revert meta.timeout 2020-11-14 21:12:02 +01:00
Vladimír Čunát
6769ad9f11
Revert "Merge #102138: thunderbird: set build timeout at eight hours"
This reverts commit ef543fb416353320ba2876754e3d3240d338865e, reversing
changes made to 0d657b9c61d1b568584805717f640b2bbc5a9b0e.
See the parent commit.
2020-11-14 21:06:48 +01:00
taku0
205652e31a thunderbird: 78.4.2 -> 78.4.3 2020-11-12 03:12:51 +09:00
taku0
bd03a75f6f thunderbird: 78.4.1 -> 78.4.2 2020-11-10 09:12:50 +09:00
Vladimír Čunát
ef543fb416
Merge #102138: thunderbird: set build timeout at eight hours 2020-11-07 13:03:45 +01:00
taku0
00213ef17f thunderbird: 78.4.0 -> 78.4.1 2020-11-07 19:51:44 +09:00
Konrad Borowski
4897591ab1 thunderbird: set build timeout at eight hours
This matches a similar change made to Firefox in #96767.
A lot of code is shared between Firefox and Thunderbird
so it makes sense to increase timeouts for Thunderbird
as well.
2020-10-30 08:48:15 +01:00
taku0
fb252b8932 thunderbird: 78.3.2 -> 78.4.0 2020-10-22 03:38:00 +09:00
taku0
336c672a3a thunderbird: 78.3.2 -> 78.3.3 2020-10-16 15:13:04 +09:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure 2020-10-11 11:16:27 +02:00
taku0
e46afe0f89 thunderbird: 78.2.2 -> 78.3.2 2020-10-07 09:12:48 +09:00
Vladimír Čunát
9127ee59cd
thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
taku0
de309756f3 thunderbird: 78.2.2 -> 78.3.0 2020-09-24 16:35:07 +09:00
Vladimír Čunát
d33267c639
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
2020-09-21 17:31:26 +02:00
Vladimír Čunát
114202e369
thunderbird-78: fix #97994: broken UI in 78.2.2 2020-09-21 17:31:26 +02:00
taku0
5bcc37d79e thunderbird: 78.2.1 -> 78.2.2 2020-09-12 00:42:06 +09:00
Vladimír Čunát
f56bda0c0c
Merge #96360: thunderbird*: updates 2020-08-30 18:00:26 +02:00
taku0
a03bc7cf61 thunderbird: 78.2.0 -> 78.2.1 2020-08-30 16:27:23 +09:00
taku0
813439071b thunderbird: 68.11.0 -> 68.12.0 2020-08-27 19:52:06 +09:00
taku0
d9da7edba0 thunderbird: 78.1.1 -> 78.2.0 2020-08-26 22:37:35 +09:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Vladimír Čunát
f77e427cf6
thunderbird: Enable official branding by default
Now we do have an explicit permission from Mozilla.  /cc PR #94880
2020-08-19 19:49:16 +02:00
Vladimír Čunát
c09965182a
firefox*, thunderbird*: explain no-buildconfig*.patch 2020-08-19 19:46:55 +02:00
Vladimír Čunát
c8e727c783
Revert "Merge #94880: thunderbird: enable branding by default"
This reverts commit 4bf857a0f2a0c63b924356c949c0def7c6bf7ae2, reversing
changes made to 00c48082521d6fbf236abf5c80cd3d2abac9d0df.
See the PR for discussion; apparently an explicit permission is missing.
2020-08-18 20:21:08 +02:00
Florian Klink
dbb5fbfb15 thunderbird: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Louis Tim Larsen
1407bada02 thunderbird: Enable official branding by default 2020-08-13 19:47:54 +02:00
taku0
997e6315f2 thunderbird: 68.10.0 -> 68.11.0 2020-08-07 21:18:51 +09:00
taku0
821146db82 thunderbird: 78.1.0 -> 78.1.1 2020-08-07 20:08:42 +09:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
taku0
60977e8d88 thunderbird: 78.0.1 -> 78.1.0 2020-07-31 08:33:33 +09:00
taku0
a1f1297f45 thunderbird: fix update script 2020-07-31 08:33:18 +09:00
taku0
5e20f9ceaf thunderbird: 78.0 -> 78.0.1 2020-07-29 12:17:45 +09:00
taku0
658b4d7ce5 thunderbird: 68.9.0 -> 78.0
- Updated the version and the source hash.
- Removed unsupported options.
- Updated the patch.
- Tweaked dependencies; 78 requires newer versions.
2020-07-29 12:14:23 +09:00
taku0
a62d988aeb thunderbird: copy thunderbird -> thunderbird-68 2020-07-27 23:48:26 +09:00