taku0
a82b556a59
thunderbird-bin: 78.7.0 -> 78.7.1
2021-02-06 03:12:18 +09:00
taku0
52dd1dae7a
thunderbird-bin: 78.6.1 -> 78.7.0
2021-01-27 03:12:16 +09:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
taku0
8ede48bb19
thunderbird-bin: 78.6.0 -> 78.6.1
2021-01-12 03:12:32 +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
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
e72bd9f089
thunderbird-bin: Add gpg/gpgme dependencies. Fixes #98765
2020-12-22 01:49:45 +01:00
taku0
aab365acf6
thunderbird-bin: 78.5.1 -> 78.6.0
2020-12-15 09:12:17 +09:00
taku0
5f11c75517
thunderbird-bin: 78.5.0 -> 78.5.1
2020-12-02 09:12:46 +09:00
taku0
52f5b947f6
thunderbird-bin: 78.4.3 -> 78.5.0
2020-11-19 03:12:19 +09:00
taku0
ec5fc9b7a4
thunderbird-bin: 78.4.2 -> 78.4.3
2020-11-12 03:12:23 +09:00
taku0
d19906002f
thunderbird-bin: 78.4.1 -> 78.4.2
2020-11-10 09:12:21 +09:00
taku0
33a3ac3169
thunderbird-bin: 78.4.0 -> 78.4.1
2020-11-07 15:55:59 +09:00
taku0
a1ad05b45c
thunderbird-bin: 78.3.2 -> 78.4.0
2020-10-22 22:41:21 +09:00
taku0
5e5702649f
thunderbird-bin: 78.3.2 -> 78.3.3
2020-10-17 15:47:23 +09:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure
2020-10-11 11:16:27 +02:00
taku0
456106fe2a
thunderbird-bin: 78.2.2 -> 78.3.2
2020-10-09 19:24:00 +09:00
taku0
0ab3e526c9
thunderbird-bin: 78.3.0 -> 78.3.1
2020-09-26 19:09:13 +09:00
taku0
7bcff2e042
thunderbird-bin: 78.2.2 -> 78.3.0
2020-09-24 16:35:48 +09:00
taku0
eff618541e
thunderbird-bin: 78.2.1 -> 78.2.2
2020-09-12 00:43:44 +09:00
taku0
a6ae28e4bc
thunderbird-bin: 78.2.0 -> 78.2.1
2020-08-30 16:27:33 +09:00
taku0
812b8e8054
thunderbird-bin: 68.11.0 -> 68.12.0
2020-08-27 20:01:11 +09:00
taku0
89bf77bf09
thunderbird-bin: 78.1.1 -> 78.2.0
2020-08-27 19:58:55 +09:00
taku0
1e99541bf0
thunderbird-bin: 68.10.0 -> 68.11.0
2020-08-07 21:18:41 +09:00
taku0
91da809427
thunderbird-bin: 78.1.0 -> 78.1.1
2020-08-07 20:08:33 +09:00
taku0
ebcf0679c4
thunderbird-bin: 78.0.1 -> 78.1.0
2020-07-31 08:27:58 +09:00
taku0
c9f781e753
thunderbird-bin: 78.0 -> 78.0.1
2020-07-29 12:17:45 +09:00
taku0
aa02af278a
thunderbird-bin: 68.9.0 -> 78.0
2020-07-27 23:48:26 +09:00
taku0
196fff6033
thunderbird-bin: copy thunderbird-bin -> thunderbird-bin-68
2020-07-27 23:48:26 +09:00
taku0
7b0ad8b59f
thunderbird-bin: 68.9.0 -> 68.10.0
2020-07-01 15:12:22 +09:00
Jan Tojnar
3dd5efc40b
thunderbird-bin: remove libgnome dependency
...
It is deprecated and has been removed ages ago:
https://bugzilla.mozilla.org/show_bug.cgi?id=694570
It persists in the crash reporter for some reason but it is optional there:
f66f5a235e/toolkit/crashreporter/client/crashreporter_linux.cpp (L366-L370)
2020-06-20 23:25:11 +02:00
Jan Tojnar
1cbcbbecc2
thunderbird-bin: do not depend on libcanberra-gtk
...
libxul only needs libcanberra.so.0
3dc26ddcf3/widget/gtk/nsSound.cpp (L158)
2020-06-20 23:24:49 +02:00
Jan Tojnar
a22a20cb40
thunderbird-bin: remove GConf dependency
...
It is only optionally dlopened by crash reporter to try to get system proxy settings
but no system stores proxy in GConf these days so it is completely useless.
97c590ed55/toolkit/crashreporter/client/crashreporter_gtk_common.cpp (L121-L122)
2020-06-20 23:24:49 +02:00
Jan Tojnar
f0d4f5f842
thunderbird-bin: drop GStreamer dependency
...
It has not been used since 2015:
42c92612f4
2020-06-20 22:30:42 +02:00
taku0
7f87a17040
thunderbird-bin: 68.8.1 -> 68.9.0
2020-06-04 09:12:36 +09:00
taku0
66661136be
thunderbird-bin: 68.8.0 -> 68.8.1
2020-05-23 14:22:17 +09:00
taku0
1016169e71
thunderbird-bin: 68.7.0 -> 68.8.0
2020-05-06 03:12:19 +09:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
taku0
b756e789a4
thunderbird-bin: 68.6.0 -> 68.7.0
2020-04-08 21:13:47 +09:00
taku0
833031704d
thunderbird-bin: 68.5.0 -> 68.6.0
2020-03-13 22:43:10 +00:00
taku0
eaf12cc4d1
thunderbird-bin: 68.4.2 -> 68.5.0
2020-02-12 03:12:21 +09:00
taku0
ef497b63ba
thunderbird-bin: 68.4.1 -> 68.4.2
2020-01-25 03:12:19 +09:00
taku0
ae41b779a9
thunderbird-bin: 68.3.1 -> 68.4.1
2020-01-11 15:12:44 +09:00
taku0
f555250949
thunderbird-bin: 68.3.0 -> 68.3.1
2019-12-21 10:46:34 +09:00
Andreas Rammhold
e1699e3c71
thunderbird-bin: 68.2.2 -> 68.3.0
2019-12-15 20:37:50 +01:00
Mateusz Kowalczyk
1451a52a38
Remove myself (fuuzetsu) from maintainer lists
...
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
taku0
c667f097af
thunderbird-bin: 68.2.1 -> 68.2.2
2019-11-08 22:54:46 +09:00
taku0
be29def391
thunderbird-bin: 68.2.0 -> 68.2.1
2019-11-08 22:54:45 +09:00
taku0
6e7e55e780
thunderbird-bin: 68.1.1 -> 68.2.0
2019-11-08 22:54:45 +09:00