Commit Graph

236 Commits

Author SHA1 Message Date
Vincent Breitmoser
7b937e9152 rxvt-unicode-emoji: init as variant of rxvt-unicode, with wide glyph (emoji) support
Patches adapted from https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs/
See also a7241b714d
2022-02-06 21:47:43 +01:00
Ben Siraphob
33489310eb
Merge pull request #158358 from c0bw3b/fix/homepages
A batch of homepage (and source) updates
2022-02-06 20:02:50 +00:00
Renaud
b1799448aa eterm: update homepage 2022-02-06 15:10:33 +01:00
Anderson Torres
fc84a35ac0
Merge pull request #158312 from AndersonTorres/new-vte
kermit: 3.5 -> 3.7
2022-02-06 01:01:04 -03:00
Anderson Torres
bbc55813aa
Merge pull request #158263 from sternenseemann/fcft-3.0.0
fcft: 2.5.1 -> 3.0.1; foot: 1.10.3 -> 1.11.0; fuzzel: 1.6.5 -> 1.7.0; yambar: 1.7.0 -> 1.8.0; fnott: 1.1.2 -> 1.2.0
2022-02-06 01:00:18 -03:00
AndersonTorres
0846c455ef kermit: 3.5 -> 3.7
Now with manpage and desktop files!
2022-02-05 22:07:53 -03:00
sternenseemann
29555537d2 foot: 1.10.3 -> 1.11.0
https://codeberg.org/dnkl/foot/releases/tag/1.11.0
2022-02-05 23:27:20 +01:00
AndersonTorres
aab17d11d7 kermit: init at 3.5 2022-02-05 11:28:55 -03:00
Fabian Dröge
b2cb244b37
hyper: 3.1.4 -> 3.2.0 (#158124)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-04 18:41:57 +02:00
R. Ryantm
02ba965390 kitty: 0.24.1 -> 0.24.2 2022-02-04 00:21:32 +00:00
Bobby Rong
3dbabc9544
Merge pull request #156860 from Atemu/mlterm-tag-name
mlterm: use new tag versioning scheme
2022-01-26 22:59:53 +08:00
Atemu
fb2b2f59c8 mlterm: use new tag versioning scheme
The maintainer decided to change the release tag name after the fact.

The new naming scheme is a lot more sane but I'd rather they didn't change it
after releasing with the old one.

Fixes https://github.com/NixOS/nixpkgs/issues/156856
2022-01-26 15:30:24 +01:00
Franz Pletz
5cbff8a564
Merge pull request #156604 from rnhmjoj/pr-rxvt 2022-01-25 10:34:40 +01:00
rnhmjoj
7fc56a03f0
rxvt-unicode: 9.26 -> 9.30 2022-01-24 21:46:44 +01:00
AndersonTorres
f243b177d5 havoc: 0.3.1 -> 0.4.0 2022-01-24 13:33:27 -03:00
Jörg Thalheim
65319e50ae
Merge pull request #152099 from ncfavier/alacritty
alacritty: 0.9.0 -> 0.10.0
2022-01-23 17:52:42 +01:00
Naïm Favier
5947b9e974
alacritty: fix build on aarch64
Fixes #153304
2022-01-23 13:31:54 +01:00
Naïm Favier
8f37775234
alacritty: 0.9.0 -> 0.10.0
https://github.com/alacritty/alacritty/releases/tag/v0.10.0
2022-01-23 12:32:42 +01:00
Martin Weinelt
9b91a19e87
lilyterm: drop
Drop both variants of lilyterm for requiring an outdated vte version
that is about to be dropped.
2022-01-19 13:45:06 +01:00
Martin Weinelt
08af30fedf
evilvte: drop
Depends on a VTE version that is about to be dropped for depening on
pythn2Packages.pygtk.

Also unmaintained and with known security issues.
2022-01-19 13:45:06 +01:00
Bobby Rong
8ddd186887
Merge pull request #155239 from Atemu/update/mlterm
mlterm: 3.9.1 -> 3.9.2
2022-01-18 13:37:45 +08:00
Matthieu Coudron
64d73fa8bf
Merge pull request #153999 from Luflosi/update/kitty 2022-01-16 22:39:34 +01:00
Atemu
8f34c14753 mlterm: 3.9.1 -> 3.9.2 2022-01-16 18:00:54 +01:00
Bobby Rong
3e73fd0bd1
Merge pull request #154867 from sikmir/st
st: 0.8.4 → 0.8.5
2022-01-15 13:32:04 +08:00
R. RyanTM
e09b9d401f
hyper: 3.1.4 -> 3.1.5
(#154561)
2022-01-14 17:09:00 +01:00
embr
6948bb31e9 syncterm: init at 1.1 2022-01-13 13:24:39 +01:00
Nikolay Korotkiy
07151cbba5
st: 0.8.4 → 0.8.5 2022-01-13 12:47:47 +03:00
Zhong Jianxin
5025d2fcf9
kitty: Fix compilation on apple sdk 11
Closes https://github.com/NixOS/nixpkgs/pull/137512.
2022-01-08 13:44:08 +01:00
Luflosi
aa1932ea7a
kitty: copy shell integration files into separate output
https://sw.kovidgoyal.net/kitty/build/#notes-for-linux-macos-packagers recommends to split kitty into three packages with kitty-shell-integration being the one that includes some files useful for the shell integration. We already use kitty.terminfo in Nixpkgs instead of kitty-terminfo but we can't use kitty.shell-integration instead of kitty-shell-integration because shell-integration is not a valid shell variable name. I named it kitty.shell_integration instead. This package can then be used by a future kitty nixos module that still needs to be created. Without this commit, kitty would modify the user's ~/.bashrc when using bash.
2022-01-08 13:44:08 +01:00
Luflosi
3bb443d5d9
kitty: 0.23.1 -> 0.24.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.23.1
A new dependency is needed.
Closes https://github.com/NixOS/nixpkgs/issues/153928.
2022-01-08 13:44:08 +01:00
Luflosi
6f7a433402
kitty: combine installPhase and postInstall phase 2022-01-08 13:44:07 +01:00
Massimo Redaelli
5dd1000f37 wezterm: 20211204-082213-a66c61ee9 -> 20220101-133340-7edc5b5a 2022-01-02 00:55:21 +01:00
Felix Buehler
e89e4b38a1 lxterminal: switch to fetchFromGitHub 2021-12-23 19:11:17 +01:00
Dmitry Kalinkin
d6d7a2d187
contour: mark as broken on darwin 2021-12-19 22:01:49 -05:00
sternenseemann
3c855f2fd4 foot: 1.10.2 -> 1.10.3
https://codeberg.org/dnkl/foot/releases/tag/1.10.3
2021-12-13 14:04:18 +01:00
sternenseemann
00a904f61b foot: 1.10.1 -> 1.10.2
https://codeberg.org/dnkl/foot/releases/tag/1.10.2
2021-12-07 20:57:44 +01:00
Sandro Jäckel
b62950371d
wezterm: 20210814-124438-54e29167 -> 20211204-082213-a66c61ee9 2021-12-05 05:50:32 +01:00
Randy Eckenrode
fdc128b146
iterm2: 3.4.13 -> 3.4.14 2021-11-28 17:56:22 -05:00
Randy Eckenrode
92c0199687
iterm2: 3.4.0 -> 3.4.13
- Fixes build errors using Xcode 13.1.
2021-11-25 21:57:28 -05:00
sternenseemann
a18f40f0e2 foot: 1.9.2 -> 1.10.1
https://codeberg.org/dnkl/foot/releases/tag/1.10.0
https://codeberg.org/dnkl/foot/releases/tag/1.10.1

Themes account for ~1/6th of foot's size, so installing them to a
separate output seems like a decent idea.
2021-11-22 23:11:32 +01:00
github-actions[bot]
0373476c4a
Merge master into staging-next 2021-11-20 06:01:21 +00:00
Emil Karlson
b3c72ce7c6 wezterm: Mark build broken for Darwin
Linking fails on Darwin with
ld: framework not found UserNotifications
2021-11-19 19:49:33 +02:00
Emil Karlson
d9a85999d0 wezterm: Add perl to deps for Darwin
Currently compile fails on Darwin on command
running "perl" "./Configure" "--prefix=/private/tmp/nix-build-wezterm-20210814-124438-54e29167.drv-0/source/target/aarch64-apple-darwin/release/build/openssl-sys-90b3c73e9c998931/out/openssl-build/install" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "darwin64-arm64-cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC"
with
`Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }'
This commit fixes this issue.
2021-11-19 19:49:18 +02:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
AndersonTorres
bdb1133935 sakura: 3.8.3 -> 3.8.4
Changed to github because launchpad server is down.
2021-11-18 19:36:04 -03:00
github-actions[bot]
cfaff97318
Merge staging-next into staging 2021-11-15 18:01:43 +00:00
R. Ryantm
b608867a24 xterm: 369 -> 370 2021-11-15 15:18:27 +00:00
Alyssa Ross
26b89bcd16
Merge remote-tracking branch 'nixpkgs/staging-next' into staging 2021-11-13 15:30:01 +00:00
Alexander Polakov
ef73f580b8 roxterm: 3.7.5 -> 3.11.1 2021-11-13 12:59:02 +03:00
github-actions[bot]
a4e03b8977
Merge staging-next into staging 2021-11-11 18:01:50 +00:00