Commit Graph

1155 Commits

Author SHA1 Message Date
John Ericson
fa54dd346f
Merge pull request #85189 from Ericson2314/cxx-wrapper-debt
C++ compilers: Be sane with standard libraries
2020-06-22 10:38:34 -04:00
John Ericson
f3f7612a40 C++ Compilers: Systematize handling of standard libraries 2020-06-22 04:24:44 +00:00
Jan Tojnar
2b86087644
Merge pull request #91194 from jtojnar/thunderbird-cleanup 2020-06-21 12:25:23 +02:00
Jan Tojnar
5b3a626ab9
thunderbird: remove libIDL dependency
It has not been used for ages:

https://bugzilla.mozilla.org/show_bug.cgi?id=687766
2020-06-20 23:25:19 +02: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
Maximilian Bosch
499d18849f
neomutt: 20200501 -> 20200619
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 19:19:08 +02:00
Doron Behar
b58227a4c0
neomutt: Remove old fixes for failing tests
Includes both rfc2047 tests workarounds and locale workarounds.
Fixes #86896. See https://github.com/neomutt/neomutt/pull/2314 .
2020-06-19 18:15:34 +02:00
Doron Behar
b8f65212ec
neomutt: make manual.txt not empty
Without elinks / w3m / lynx in the nativeBuildInputs, there are these
errors in the build:

LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
LC_ALL=C lynx -dump -nolist -with_backspaces \
        -display_charset=us-ascii docs/manual.html > docs/manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references \
        docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
2020-06-19 18:15:34 +02:00
Doron Behar
3b9a8f5426
neomutt: Make it not reference .dev outputs. 2020-06-19 18:15:33 +02:00
rnhmjoj
9e05e7ce38
mutt: 1.14.3 -> 1.14.4 2020-06-19 00:31:45 +02:00
Lassulus
43fc4e0c2f
Merge pull request #76519 from erictapen/meli-init
meli: init at alpha-0.5.1
2020-06-17 20:59:18 +02:00
Matthias Beyer
e047ab1059 mutt: 1.14.2 -> 1.14.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-06-15 08:55:09 +02:00
Samuel Dionne-Riel
3b41eb14a5
Merge pull request #90275 from IreneKnapp/thunderbird
thunderbird: Patch rpath to find libudev, which is part of systemd.
2020-06-14 15:47:11 -04:00
Irene Knapp
ac45656b12
thunderbird: Patch rpath to find libudev, which is part of systemd. 2020-06-13 19:26:24 -07:00
Nikolay Korotkiy
36d52ba566
aerc: unstable-2020-02-01 -> 0.4.0 2020-06-07 14:06:05 +03:00
Tobias Schmidt
939f72a8f4
mailspring: init at 1.7.8 2020-06-04 11:12:30 +02:00
taku0
5967e4d8f3 thunderbird: 68.8.1 -> 68.9.0 2020-06-04 09:13:03 +09:00
taku0
7f87a17040 thunderbird-bin: 68.8.1 -> 68.9.0 2020-06-04 09:12:36 +09:00
Matthias Beyer
5ebc1d70fa mutt: 1.14.1 -> 1.14.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-26 08:07:19 +02:00
taku0
a9a8ba3db5 thunderbird: 68.8.0 -> 68.8.1 2020-05-23 14:22:23 +09:00
taku0
66661136be thunderbird-bin: 68.8.0 -> 68.8.1 2020-05-23 14:22:17 +09:00
Matthias Beyer
79083b4b75
mutt: 1.14.0 -> 1.14.1 (#88027)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-17 23:36:01 +02:00
José Romildo Malaquias
740cc35059
Merge pull request #87777 from romildo/upd.balsa
balsa: 2.5.9 -> 2.6.1
2020-05-14 19:37:47 -03:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
José Romildo Malaquias
d56c2a0b24 balsa: 2.5.9 -> 2.6.1
Remove --with-gpgme as gpg is fixed build requirement now.
2020-05-13 21:46:27 -03:00
José Romildo Malaquias
7172181c3d balsa: sort dependence list 2020-05-13 18:17:28 -03:00
José Romildo Malaquias
717656fd03 balsa: format with nixpkgs-fmt 2020-05-13 18:13:35 -03:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Vladimír Čunát
10134fc301
Merge #87066: thunderbird*: 68.7.0 -> 68.8.0 (security)
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
2020-05-09 08:19:11 +02:00
Andreas Rammhold
6ca94ab1ea
Merge pull request #82206 from flokli/afew-3.0.0
afew: 2.0.0 -> 3.0.0
2020-05-05 21:06:50 +02:00
taku0
0fd76196f9 thunderbird: 68.7.0 -> 68.8.0 2020-05-06 03:16:27 +09:00
taku0
1016169e71 thunderbird-bin: 68.7.0 -> 68.8.0 2020-05-06 03:12:19 +09:00
Justin Humm
4752e21de0
meli: init at alpha-0.5.1
Co-authored-by: 0x4A6F <0x4A6F@users.noreply.github.com>
2020-05-05 14:48:56 +02:00
Maximilian Bosch
d203d553b9
neomutt: 20200424 -> 20200501
https://github.com/neomutt/neomutt/releases/tag/20200501
2020-05-03 19:06:59 +02:00
Matthias Beyer
e2aa2f50f6 mutt: 1.13.5 -> 1.14.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-05-03 11:06:53 +02:00
Mario Rodas
8a020156df
notmuch: fix info output 2020-05-02 04:20:00 -05:00
Doron Behar
a416707246 mailnag: 1.3.0 -> 2.0.0
Notable changes:
- Switch to Python3 by default.
- Format inputs and arguments.
- Use wrapGAppsHook.
- Use libsecret (replaces libgnome-keyring) by default
- Add @doronbehar as maintainer.
- Remove overridden phases.
2020-04-25 04:03:32 +03:00
Maximilian Bosch
ea59fe7aa6
neomutt: 20200417 -> 20200424
https://github.com/neomutt/neomutt/releases/tag/20200424
2020-04-24 22:03:30 +02:00
Alyssa Ross
81902419dd mblaze: install msuck and mblow
There are lots of other scripts in contrib that we should probably
also install, but I didn't feel like taking the time to review them
all and figure out what dependencies they would need.

It would have been a shame to add a mandatory dependency on Ruby (and
all that entails) to a package that otherwise has basically no
dependencies, so I've made the Ruby dependency optional.
2020-04-22 12:52:47 +00:00
John Ericson
eb4acb6ca9
Merge pull request #85468 from Ericson2314/no-dumpmachine
treewide: Get rid of -dumpmachine in favor of static info
2020-04-18 00:35:19 -04:00
Maximilian Bosch
192485f8fa
neomutt: 20200320 -> 20200417
https://github.com/neomutt/neomutt/releases/tag/20200417

To fix the tests, I had to copy the recently created
`neomutt-test-files`[1] repository into the build-environment.

Also applied a patch from master[2] which ensures that the
`change-folder` macro actually switches to the specified folder.

[1] https://github.com/neomutt/neomutt-test-files
[2] 9e7537cadd
2020-04-17 19:35:20 +02:00
John Ericson
204d710405 treewide: Get rid of -dumpmachine in favor of static info 2020-04-13 19:26:19 -04:00
Tom Sydney Kerckhove
d0034d151b imapfilter: add SSLCAFILE make flag
This fixes: https://github.com/NixOS/nixpkgs/issues/78304
See this upstream issue: https://github.com/lefcha/imapfilter/issues/201
2020-04-13 00:31:18 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
taku0
2bf7993123 thunderbird: 68.6.0 -> 68.7.0 2020-04-08 21:21:23 +09:00
taku0
b756e789a4 thunderbird-bin: 68.6.0 -> 68.7.0 2020-04-08 21:13:47 +09:00
Doron Behar
028fcf9643 notmuch: remove bash-completion and just specify path 2020-04-07 22:02:49 +02:00
Florian Klink
d0dd8e6cca notmuch: make emacs a separate output
This puts all emacs-related binaries and code to a separate output,
removing emacs from the runtime closure of neomutt.
2020-04-07 22:02:48 +02:00
Massimo Redaelli
b6f6fd8d00 notmuch: extract optional dependencies 2020-04-03 16:41:27 +02:00
Matthias Beyer
63a3a81863 mutt: 1.13.4 -> 1.13.5 2020-03-28 22:27:38 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
7449323baf aerc: fix build on darwin 2020-03-21 04:21:00 -05:00
Maximilian Bosch
78104ad2da
neomutt: 20200313 -> 20200320
https://github.com/neomutt/neomutt/releases/tag/20200320
2020-03-20 15:01:38 +01:00
Jörg Thalheim
b5144456cc
aerc: fix strict deps build 2020-03-18 11:29:35 +00:00
Dmitry Kalinkin
2547ef9286
Merge pull request #75312 from KAction/mmh
mmh: init at 0.4
2020-03-14 14:20:44 -04:00
Dominik Xaver Hörl
45cc3c986d neomutt: configure with zlib to enable imap compression 2020-03-14 16:48:47 +00:00
Dmitry Bogatov
b1c71ebe2b mmh-unstable: init at 2019-09-08 2020-03-14 11:27:49 -04:00
taku0
243cd9f754 thunderbird: 68.5.0 -> 68.6.0 2020-03-13 22:43:10 +00:00
taku0
833031704d thunderbird-bin: 68.5.0 -> 68.6.0 2020-03-13 22:43:10 +00:00
Maximilian Bosch
dda6dfed26
neomutt: 20191207 -> 20200313
https://github.com/neomutt/neomutt/releases/tag/20200313
2020-03-13 16:52:36 +01:00
Orivej Desh
b0d9764c72 claws-mail-gtk3: init at 3.17.5
This branch currently seems an almost adequate replacement for gtk2 claws-mail,
except that clicking links in the web view opens them in the email window even
when "open links with external browser" is enabled.

Related: #75040
2020-03-13 13:50:38 +00:00
Florian Klink
906dccf595 afew: 2.0.0 -> 3.0.0
MailMover: many fixes

  Previously, MailMover didn't properly preserve flags when renaming files, and
  moved all mail to `cur`. This was fixed. Also, MailMover gained a test suite.

New filters: PropagateTags[ByRegex]InThreadFilter

  These filters allow propagating tags set to a message to the whole thread.

New command line argument: --notmuch-args= in move mode

  In move mode, afew calls `notmuch new` after moving mails around. This
  prevents `afew -m` from being used in a pre-new hook in `notmuch`.

  Now it's possible to specify notmuch args, so something like `afew -m
  --notmuch-args=--no-hooks` can live happily in a pre-new hook.

Python 3.4 and 3.5 support dropped

  afew stopped supporting the older python versions 3.4 and 3.5, and removed
  some more Python 2 compatibility code. (`from __future__ import …`, utf-8
  headers, relative imports, …)
2020-03-10 02:27:25 +01:00
R. RyanTM
2d41dab849 claws-mail: 3.17.4 -> 3.17.5 2020-02-25 21:52:09 +00:00
Matthias Beyer
36ab5e27e7 mutt: 1.13.3 -> 1.13.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-02-15 22:29:35 +01:00
taku0
64fe2b7260 thunderbird: 68.4.2 -> 68.5.0 2020-02-12 03:16:07 +09:00
taku0
eaf12cc4d1 thunderbird-bin: 68.4.2 -> 68.5.0 2020-02-12 03:12:21 +09:00
Bruno Bigras
a03b2b331e notmuch: 0.29.2 -> 0.29.3 2020-02-06 22:51:21 +01:00
Florian Klink
fe08bffe4c aerc: 0.3.0 -> unstable-2020-02-01
The current version seems to go panic on some mail boxes.

It's already fixed in master, but there hasn't been a release yet.
2020-02-01 23:38:36 +01:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
taku0
a5c3e0647b thunderbird: 68.4.1 -> 68.4.2 2020-01-25 03:16:22 +09:00
taku0
ef497b63ba thunderbird-bin: 68.4.1 -> 68.4.2 2020-01-25 03:12:19 +09:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Matthias Beyer
82f9e97ae4 mutt: 1.13.2 -> 1.13.3 2020-01-13 00:35:33 -08:00
taku0
f7c1c22747 thunderbird: 68.3.1 -> 68.4.1 2020-01-11 15:16:34 +09:00
taku0
ae41b779a9 thunderbird-bin: 68.3.1 -> 68.4.1 2020-01-11 15:12:44 +09:00
Emery Hemingway
dcf9c11477 trojita: add explicit libsecret dependency
This was previously a transitive dependency.

Fix #77296
2020-01-10 13:46:48 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
taku0
fe5b38251b thunderbird: 68.3.0 -> 68.3.1 2019-12-21 10:48:12 +09:00
taku0
f555250949 thunderbird-bin: 68.3.0 -> 68.3.1 2019-12-21 10:46:34 +09:00
Matthias Beyer
6a379a58c7 mutt: 1.13.1 -> 1.13.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-19 09:31:48 +01:00
Andreas Rammhold
e1699e3c71
thunderbird-bin: 68.2.2 -> 68.3.0 2019-12-15 20:37:50 +01:00
Matthias Beyer
1915711d87 mutt: 1.13.0 -> 1.13.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-15 10:51:20 +01:00
Bernardo Meurer
8b8458ade5 thunderbird: rewrite
This is a large scale rework of the package, here's a change summary:
    * Organized inputs (1/line, except conditionals)
    * Introduced alsaSupport, pulseaudioSupport, waylandSupport
    * enableGTK3 -> gtk3Support
    * enableCalendar -> calendarSupport
    * Organized buildInputs, nativeBuildInputs (1/line)
    * Corrected native/buildInputs separation
    * Ported over fixes/changes from Firefox
    * Enabled sound, webp, vpx, rust-SIMD, necko-wifi
    * Removed manual wrapping
    * Lifted makeDesktopItem out of string section, into Nix
    * Correctly set bindgen options
    * Added lovesegfault as maintainer
    * New url which uses https
This is non-authoritative, look at the diff for further info.
2019-12-12 05:24:28 -05:00
Bernardo Meurer
3d81015ac4
thunderbird: 68.2.2 -> 68.3.0 2019-12-09 12:49:34 -08:00
Maximilian Bosch
0922ac503c
neomutt: 20191129 -> 20191207
https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 08:15:24 +01:00
worldofpeace
0c4d731797 claws-mail: remove enablePluginFancy
It uses insecure webkitgtk24x.
2019-12-05 05:53:09 -05: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
Lancelot SIX
a8e9a308c2
Merge pull request #74749 from matthiasbeyer/update-mutt
mutt: 1.12.2 -> 1.13.0
2019-12-01 17:13:50 +01:00
Matthias Beyer
be8f603691 mutt: 1.12.2 -> 1.13.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-30 21:51:41 +01:00
Frederik Rietdijk
d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
Maximilian Bosch
ecb7f4c048
neomutt: 20191111 -> 20191129
https://github.com/neomutt/neomutt/releases/tag/20191129
2019-11-29 16:57:48 +01:00
Jonathan Ringer
0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
Doron Behar
c4bd6b63d1 imapfilter: 2.6.14 -> 2.6.16 2019-11-27 14:14:11 +02:00
R. RyanTM
c5c37d77f2 balsa: 2.5.7 -> 2.5.9 (#74118) 2019-11-26 20:00:59 +01:00
Frederik Rietdijk
06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
David Terry
cb8aa201e2 aerc: 0.2.1 -> 0.3.0
- bump version
- build with notmuch support
- substitute @SHAREDIR@ in aerc.conf for the `template-dirs` key
- place ncurses instead of ncurses.dev in PATH (cannot find infocmp otherwise)
2019-11-25 08:47:28 -08:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Frederik Rietdijk
92a57ed7f1 afew: use python3 2019-11-13 16:27:38 +01:00
Renaud
7fb85457cd
Merge pull request #73103 from doronbehar/update-imapfilter
imapfilter: 2.6.13 -> 2.6.14
2019-11-13 00:28:18 +01:00
Gabriel Ebner
e10e7e68e9 neomutt: 20191102 -> 20191111 2019-11-12 12:00:18 +01:00
Maximilian Bosch
fb512ea853
Merge pull request #72878 from tasmo/master
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
Doron Behar
802d52076c imapfilter: 2.6.13 -> 2.6.14 2019-11-09 12:10:18 +02:00
taku0
8c487d6eb5 thunderbird: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0
c667f097af thunderbird-bin: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0
724f0f8008 thunderbird: 68.2.0 -> 68.2.1 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
taku0
1a211c11c4 thunderbird: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
Thomas Friese
689b96305a
neomutt: add autocrypt
According to Neomutt's autocrypt manual
<https://neomutt.org/guide/autocryptdoc.html>, autocrypt needs to be
enabled in the `configureFlags` and `sqlite` is a new dependency.
2019-11-06 10:38:11 +01:00
Tadeo Kondrak
44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +02:00
Franz Pletz
cdccbcdf53
thunderbird: fix build with gcc9 2019-11-05 01:14:00 +01:00
J Phani Mahesh
977daa25ad neomutt: 2019-10-25 -> 20191102 2019-11-02 08:02:28 +00:00
Gabriel Ebner
0008400222
Merge pull request #71984 from Ma27/bump-neomutt
neomutt: 20180716 -> 2019-10-25
2019-10-29 08:31:18 +00:00
Emery Hemingway
b3e80604a7 trojita: PGP decryption support 2019-10-26 14:42:37 +02:00
Maximilian Bosch
b83908f1ed
neomutt: 20180716 -> 2019-10-25
https://github.com/neomutt/neomutt/releases/tag/2019-10-25
2019-10-25 16:30:29 +02:00
Puck Meerburg
27e7fcd6b9 notmuch: 0.29.1 -> 0.29.2 2019-10-22 09:22:38 -07:00
Renaud
c17efd3eea
Merge pull request #71009 from flokli/mlarchive2maildir-0.0.8
mlarchive2maildir: 0.0.6 -> 0.0.8
2019-10-20 22:49:04 +02:00
Florian Klink
407f51384f mlarchive2maildir: 0.0.6 -> 0.0.8 2019-10-12 02:04:17 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Frederik Rietdijk
a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Matthew Bauer
480d11f166
Merge pull request #69866 from doronbehar/package-hasmail
hasmail: init at 2019-08-24
2019-10-02 20:06:17 -04:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Jörg Thalheim
fca2e1cb5a
thunderbird: fix build with rustc 1.38 2019-10-02 08:53:58 +01:00
Doron Behar
fb6dd16789 Remove gobject-introspection and put pkgconfig in native 2019-09-30 15:44:41 +03:00
Doron Behar
a4487e81c7 Use only pname instead of name attr 2019-09-30 15:44:18 +03:00
Frederik Rietdijk
503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Doron Behar
5496caac48 hasmail: init at 2019-08-24 2019-09-28 19:04:53 +03:00
taku0
a3f9b8cd58 thunderbird: 68.1.0 -> 68.1.1 2019-09-26 17:45:00 +09:00
taku0
65cc72ec26 thunderbird-bin: 68.1.0 -> 68.1.1 2019-09-26 17:37:57 +09:00
Dmitry Kalinkin
b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Peter Hoeg
07a8b0ad31
Merge pull request #68540 from peterhoeg/u/trojita
trojita: 0.7 -> 0.7.20190618
2019-09-25 04:47:50 +08:00
Peter Hoeg
a3e2ab12db trojita: 0.7 -> 0.7.20190618 2019-09-24 14:55:38 +08:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Mario Rodas
2c46706b45
Merge pull request #69135 from doronbehar/update-imapfilter
imapfilter: 2.6.12 -> 2.6.13
2019-09-22 22:50:03 -05:00
Orivej Desh
dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
Jörg Thalheim
c210392271
mutt: 1.12.1 -> 1.12.2 (#69239)
mutt: 1.12.1 -> 1.12.2
2019-09-22 16:01:23 +01:00
Florian Klink
acd7c02ea9 afew: propagate setuptools 2019-09-22 16:15:59 +02:00
Matthias Beyer
2d1ee0e981 mutt: 1.12.1 -> 1.12.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-09-22 10:13:26 +02:00
Doron Behar
c4f5faa2c0 imapfilter: 2.6.12 -> 2.6.13 2019-09-20 10:40:22 +03:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
taku0
76538e5701 thunderbird: 68.0 -> 68.1.0 2019-09-14 18:26:26 +09:00
taku0
80e0666515 thunderbird-bin: 68.0 -> 68.1.0 2019-09-14 18:26:15 +09:00
Michael Fellinger
da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Nikolay Korotkiy
ed9741d60f alpine: fix links 2019-09-06 21:56:09 +00:00
Frederik Rietdijk
66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Vladimír Čunát
0b0fddea20
Merge #67754: thunderbird*: 60.8.0 -> 68.0 2019-09-06 17:05:32 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Puck Meerburg
bcc543135f notmuch: fix notmuch-emacs-mua
Before this patch, notmuch-emacs-mua would try to call emacs in PATH,
 which would obviously fail on systems with no emacs. This fixes that,
 while still keeping the capability to override your emacs' path.
2019-09-01 08:40:26 +00:00
Puck Meerburg
abd8f6c045 notmuch: remove gpg substituteInPlace
As of 0.29, notmuch no longer has the gpg_path config, and instead
 uses the gmime default, so the substitute can be safely dropped.
2019-09-01 08:40:26 +00:00
Puck Meerburg
21fac085c7 notmuch: 0.28.4 -> 0.29.1
Release notes at https://notmuchmail.org/news/release-0.29/ and
 https://notmuchmail.org/news/release-0.29.1/
2019-09-01 08:40:15 +00:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
taku0
ac84c1ebde thunderbird: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
taku0
6007f737e1 thunderbird-bin: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Will Dietz
552e8d4584
notmuch-bower: 0.10 -> 0.11
https://github.com/wangp/bower/blob/0.11/NEWS
2019-08-19 14:55:15 -05:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Aaron Andersen
26f128c1af nylas-mail-bin: drop package which is no longer supported upstream 2019-08-11 17:44:05 -04:00
R. RyanTM
bd9c8e48be claws-mail: 3.17.3 -> 3.17.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/claws-mail/versions
2019-08-03 16:21:43 -07:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Aluísio Augusto Silva Gonçalves
14ce9b2fbd
aerc: 0.1.4 -> 0.2.1 2019-07-29 18:03:54 -03:00
Aluísio Augusto Silva Gonçalves
67912138ea
aerc: add dependency on ncurses for unknown terminals
The TUI library aerc uses, tcell, comes with a built-in database of
terminal definitions.  For terminals not in this database (e.g.
Alacritty), an entry is generated dynamically using infocmp, part of
ncurses' dev output.
2019-07-29 18:00:37 -03:00
Robin Gloster
81c88f5d29
realpine: remove
upstream unmaintained, doesn't build with openssl 1.1 and no recent
changes in nixpkgs, alpine from which this was forked seems to be
maintained and a superior choice.
2019-07-29 22:31:12 +02:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Matthieu Coudron
7e55f6e013 astroid: 0.14 -> 0.15 2019-07-21 10:59:26 +02:00
Matthias Beyer
7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02:00
taku0
07bf5edc5f thunderbird: 60.7.2 -> 60.8.0 2019-07-13 10:30:36 +09:00
taku0
4f59539e46 thunderbird-bin: 60.7.2 -> 60.8 2019-07-13 10:30:09 +09:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Jörg Thalheim
80172aa0a6
Merge pull request #63687 from flokli/neomutt-remove-wrapper
neomutt: remove mutt wrapper
2019-06-23 14:58:17 +01:00
Florian Klink
5ada40d687 neomutt: remove mutt wrapper
Since Oct 14, 2017 we warned users still executing `neomutt`
through the `mutt` binary, so we can assume everybody read the notice,
updated his config, and can drop the wrapper.
2019-06-23 14:21:38 +02:00
Florian Klink
8f61a1ecba mlarchive2maildir: init at 0.0.6
This adds mlarchive2maildir, a tool to import mail from (pipermail)
archives into maildir.
2019-06-23 14:04:13 +02:00
taku0
54b64daf14 thunderbird: 60.7.1 -> 60.7.2 2019-06-21 21:46:09 +09:00
taku0
2281a44478 thunderbird-bin: 60.7.1 -> 60.7.2 2019-06-21 21:38:36 +09:00
Vladimír Čunát
5e045da578
treewide: fixup evaluation of updater scripts
... broken by f3282c8 #63177.  Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
2019-06-18 13:10:23 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Andreas Rammhold
3c32910b9b
Merge pull request #63194 from flokli/afew-2.0.0
afew: 1.3.0 -> 2.0.0
2019-06-16 13:34:55 +02:00
Florian Klink
dc1228d1b1 afew: 1.3.0 -> 2.0.0 2019-06-16 12:03:01 +02:00
Matthias Beyer
aa2f3eb8b1 mutt: 1.12.0 -> 1.12.1 2019-06-16 09:43:43 +02:00
taku0
6055f89e93 thunderbird: 60.7.0 -> 60.7.1 2019-06-14 23:27:40 +09:00
taku0
3ee68ce592 thunderbird-bin: 60.7.0 -> 60.7.1 2019-06-14 23:26:16 +09:00
Matthias Beyer
0bf6e25a6b aerc: 0.1.0 -> 0.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-10 16:25:08 +02:00
Vladimír Čunát
e8f8df0699
Merge #61877: thunderbird*: 60.6.0 -> 60.7.0 (security) 2019-06-09 15:03:11 +02:00
Jörg Thalheim
6abbf8e15f
aerc: init at 0.1.0
Co-authored-by: Tadeo Kondrak <me@tadeo.ca>
2019-06-07 09:11:32 -06:00
R. RyanTM
f1402eb425 balsa: 2.5.6 -> 2.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/balsa/versions
2019-05-31 23:44:23 -07:00
Matthias Beyer
0a3fdeb1d2 mutt: 1.11.4 -> 1.12.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-26 12:47:49 +02:00
taku0
f397dda22a thunderbird: 60.6.0 -> 60.7.0 2019-05-22 20:35:31 +09:00
taku0
1aba7915c3 thunderbird-bin: 60.6.0 -> 60.7.0 2019-05-22 20:29:54 +09:00
Robin Gloster
6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
Will Dietz
d4be93914f notmuch: 0.28.3 -> 0.28.4
https://notmuchmail.org/pipermail/notmuch/2019/027933.html
2019-05-08 02:57:11 -05:00
Michael Fellinger
98e0f54b85 sup: use bundlerApp, cleanup (#60515) 2019-04-30 20:13:17 +02:00
Daniel Schaefer
786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
xeji
f665ffe848
Merge pull request #57315 from r-ryantm/auto-update/mblaze
mblaze: 0.5 -> 0.5.1
2019-04-08 21:00:33 +02:00
Maximilian Bosch
18c1e0472c
mutt: 1.11.3 -> 1.11.4
Also fixed the patch URL broken by r-ryantm.
2019-04-08 16:31:15 +02:00
R. RyanTM
fc4c7c645e
mutt: 1.11.2 -> 1.11.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mutt/versions
2019-04-08 16:31:15 +02:00
Ryan Mulligan
e99d715a56
Merge pull request #58721 from r-ryantm/auto-update/mailnag
mailnag: 1.2.1 -> 1.3.0
2019-04-07 14:58:08 -07:00
Vladimír Čunát
6b9afd8991
thunderbird: fix build after rustc update 2019-04-06 13:09:05 +02:00
R. RyanTM
a01f5e0c7f mailnag: 1.2.1 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mailnag/versions
2019-04-01 16:38:06 -07:00
Silvan Mosberger
4f841f235c
mblaze: Add patch to fix Darwin build 2019-03-28 23:15:40 +01:00
taku0
3c83eb43a5 thunderbird: 60.5.2 -> 60.6.0 2019-03-21 08:55:10 +09:00
taku0
aa5a41a9a2 thunderbird-bin: 60.5.2 -> 60.6.0 2019-03-21 08:54:23 +09:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
R. RyanTM
72164eb57f mblaze: 0.5 -> 0.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mblaze/versions
2019-03-10 16:42:14 -07:00
Jakub Fišer
af0e6f4bc4 claws-mail: add build dependency (libical) for vcalendar plugin
fixes #55768
2019-03-07 16:41:46 +01:00
Will Dietz
d01bdbee28 notmuch: 0.28.2 -> 0.28.3
https://notmuchmail.org/pipermail/notmuch/2019/027481.html
2019-03-06 22:42:38 +01:00
taku0
202f713153 thunderbird: 60.5.1 -> 60.5.2 2019-03-01 22:51:49 +09:00
taku0
1fd851230c thunderbird-bin: 60.5.1 -> 60.5.2 2019-03-01 22:51:41 +09:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Robert Schütz
ca8fd54463 thunderbird-bin: fix updateScript evaluation 2019-02-28 07:59:38 +01:00
Robert Schütz
1a7c2b3f54 thunderbird: fix updateScript evaluation 2019-02-28 07:58:57 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Mario Rodas
699998ef1b mblaze: 0.4 -> 0.5 (#55526) 2019-02-24 02:07:08 +01:00
Alyssa Ross
fce431ff66
Merge pull request #56196 from rnhmjoj/mutt
mutt: 1.11.2 -> 1.11.3
2019-02-22 16:08:05 +00:00
rnhmjoj
1776f39359
mutt: 1.11.2 -> 1.11.3 2019-02-22 16:45:09 +01:00
Florian Friesdorf
fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Frederik Rietdijk
5871da418f Merge staging into python-unstable 2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Frederik Rietdijk
d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Andreas Rammhold
3c35745731 thunderbird-bin: 60.5.0 -> 60.5.1 2019-02-15 15:13:44 +01:00
Andreas Rammhold
0f2226adc5 firefox: 60.5.0 -> 60.5.1 2019-02-15 15:13:44 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Malakhovski
e8562288c0 claws-mail: move defaults to package file 2019-02-03 15:33:36 +00:00
Will Dietz
198e293c71 notmuch: 0.28.1 -> 0.28.2
https://notmuchmail.org/pipermail/notmuch/2019/027402.html
2019-02-17 20:07:18 -06:00
Will Dietz
03f58a2a9d notmuch: 0.28 -> 0.28.1 2019-02-01 17:33:59 -06:00
taku0
3106cbe8c3 thunderbird, thunderbird-bin: 60.4.0 -> 60.5.0 (#54935)
* thunderbird-bin: 60.3.3 -> 60.5.0

* thunderbird: 60.4.0 -> 60.5.0
2019-01-30 14:16:37 +00:00
Justin Humm
7a511ded73 notmuch-bower: 0.9 -> 0.10 2019-01-26 15:18:29 +00:00
R. RyanTM
09dae062b6 mutt: 1.11.1 -> 1.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mutt/versions
2019-01-17 02:36:22 -08:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
R. RyanTM
c703e835b2 claws-mail: 3.17.2 -> 3.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/claws-mail/versions
2019-01-10 15:41:30 +00:00
Frederik Rietdijk
a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Vladimír Čunát
d84a33d85b
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00