Commit Graph

43 Commits

Author SHA1 Message Date
Yongun Seong
92e5b8d6d9
aerc: fix vendorHash for go1.22 2024-04-14 14:27:49 +09:00
R. Ryantm
694d655b29 aerc: 0.16.0 -> 0.17.0 2024-02-01 04:35:43 +00:00
Anton Mosich
9508e4cb25 aerc: 0.15.2 -> 0.16.0
Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.16.0
also enable doCheck. doCheck was set to false when the default value was
set to true. The tests work in this case, so I enabled them
2023-10-06 20:18:50 +02:00
Hubert Jasudowicz
c4e7a4e715 aerc: 0.14.0 -> 0.15.2
In aerc commit 04303172d4f9, filters were moved from $PREFIX/share to
$PREFIX/libexec. Adapt the patch to handle this.

Remove unused Python dependency - colorama. It was previously used by
hldiff and plaintext filters, however this dependency disappeared when
they were replaced with AWK-based ones.

Add new Python dependency - vobject required by the show-ics-details.py
filter.
2023-05-17 10:35:18 +02:00
Nikolay Korotkiy
70c8d446a7
aerc: 0.13.0 → 0.14.0 2023-01-04 20:39:27 +03:00
Emmanuel Rosa
8a518d4300 aerc: substitute awk in filters
A number of aerc filters are AWK scripts which by default begin with:

This commit substitutes AWK with the the absolute path to gawk.
2022-12-04 16:31:32 -05:00
Nikolay Korotkiy
0547d5e67a
aerc: 0.12.0 → 0.13.0 2022-10-22 17:43:58 +03:00
Nikolay Korotkiy
c4b06f03f1
aerc: 0.11.0 → 0.12.0 2022-09-01 13:26:19 +03:00
Nikolay Korotkiy
8459248345
aerc: 0.10.0 → 0.11.0 2022-07-12 00:46:20 +03:00
Hubert Jasudowicz
fe4650c436 aerc: 0.9.0 -> 0.10.0 2022-05-08 20:15:57 +02:00
Thiago Kenji Okada
83287e4e30 aerc: simplify derivation 2022-04-14 23:08:27 +01:00
Victor Freire
50a3da21cc aerc: added PREFIX to makeFlags 2022-04-14 16:54:13 -03:00
Victor Freire
1a0addc799 aerc: 0.8.2 -> 0.9.0 2022-04-13 23:30:07 -03:00
Nguyễn Gia Phong
0df4a5922d
aerc: 0.7.1 -> 0.8.2 2022-02-24 21:46:51 +07:00
zowoq
07df4546ad aerc: update vendorSha256 2022-01-31 06:31:22 +10:00
Daniel Patterson
4cdd27d415 aerc: 0.6.0 -> 0.7.1 2022-01-17 01:41:46 +00:00
zowoq
f24d06a395 aerc: switch to proxyVendor 2022-01-06 14:00:58 +10:00
Nguyễn Gia Phong
9c1fc9a018
aerc: 0.5.2 -> 0.6.0 2021-12-04 21:22:01 +07:00
Logan Glasson
a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
Sandro Jäckel
c8dfbb6e75
aerc: remove unused inputs 2021-02-18 22:24:57 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
freezeboy
a0f4326687 aerc: 0.4.0 -> 0.5.2 2020-12-29 15:03:52 +01:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
zowoq
7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice
3e92195923 aerc: update to use runvend 2020-07-29 19:07:59 -04:00
zowoq
902987d23d
aerc: fix GOFLAGS (#93455) 2020-07-19 21:50:54 -07:00
Nikolay Korotkiy
36d52ba566
aerc: unstable-2020-02-01 -> 0.4.0 2020-06-07 14:06:05 +03:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Jörg Thalheim
b5144456cc
aerc: fix strict deps build 2020-03-18 11:29:35 +00: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
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
Tadeo Kondrak
44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +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
Matthias Beyer
7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02: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
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