Commit graph

384 commits

Author SHA1 Message Date
Jan Tojnar 25875d75bc gnome-console: 43.rc → 42.2
There is a regression in VTE for GTK 4, let’s downgrade to a version using GTK 3.
https://gitlab.gnome.org/GNOME/vte/-/issues/2584

This reverts commit 71439b7977ec205fa9e2d1dec8e0a768d8d88b94.
This reverts commit 36c49c22cfc22cde5003f91496f7c982abedbf68.

Also disable Nautilus extension since it is now part of Nautilus itself.
2022-10-11 18:52:33 +02:00
Jan Tojnar f2334f046e gnome-console: 43.beta → 43.rc
https://gitlab.gnome.org/GNOME/console/-/compare/43.beta...43.rc

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:22 +02:00
Jan Tojnar 05bfbc9951 gnome-console: 42.2 → 43.beta
https://gitlab.gnome.org/GNOME/console/-/compare/42.2...43.beta

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:15 +02:00
Jan Tojnar 88ee737950 gnome-console: Fix build with Nautilus 43 2022-10-11 18:52:12 +02:00
Yorick van Pelt 1441c7930e
guake: remove gbr, setuptools deps 2022-10-11 12:39:17 +02:00
Artturin f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
Yorick van Pelt 5819054b67
guake: 3.6.3 -> 3.9.0
Fixes CVE-2021-23556
2022-10-09 11:40:53 +02:00
Martin Weinelt 253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Bernardo Meurer de80d1d04e
Merge pull request #191899 from Luflosi/update/kitty 2022-10-03 22:42:17 -03:00
Sandro 4a1fb3a5cc
Merge pull request #176276 from wesleyjrz/add-tym 2022-10-03 22:59:22 +02:00
Luflosi c884134125
kitty: 0.25.2 -> 0.26.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.26.2
2022-10-03 13:46:34 +02:00
github-actions[bot] 0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
Sergei Trofimovich 61f62685ee
Merge pull request #193249 from trofi/xterm-update
xterm: 372 -> 373
2022-10-02 14:04:09 +01:00
github-actions[bot] 9d19287993
Merge master into staging-next 2022-09-29 18:03:40 +00:00
Jörg Thalheim bbc75aace1
Merge pull request #192780 from trofi/alacritty-update
alacritty: 0.10.1 -> 0.11.0-rc2
2022-09-29 17:17:25 +02:00
github-actions[bot] 9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
Sergei Trofimovich a6bc31eb8b xterm: 372 -> 373
Changes: https://invisible-island.net/xterm/xterm.log.html
2022-09-27 23:18:42 +01:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Sandro Jäckel a242ae8e71
wezterm: install shell completion, nautilus extension, disable updater 2022-09-26 00:44:22 +02:00
Sergei Trofimovich 92b370bd6b alacritty: 0.10.1 -> 0.11.0-rc2
Among other things fixes build failus against rust-1.64.0.

Changes:
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc1
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc2
2022-09-24 16:25:02 +01:00
Wesley Jr 08e983e720
tym: init at 3.3.0 2022-09-17 16:08:46 -03:00
Sandro Jäckel 2e88e9b4d6
wezterm: 20220903-194523-3bb1ed61 -> 20220905-102802-7d4b8249 2022-09-06 01:03:18 +02:00
Sandro 8b733e43e7
Merge pull request #189709 from SuperSandro2000/wezterm 2022-09-05 15:57:18 +02:00
sternenseemann b319d6c32b foot: 1.13.0 -> 1.13.1 2022-09-05 12:18:10 +02:00
Sandro Jäckel 36fea681b3
wezterm: 20220807-113146-c2fee766 -> 20220903-194523-3bb1ed61 2022-09-04 12:38:50 +02:00
R. Ryantm c93e2e58ec hyper: 3.2.3 -> 3.3.0 2022-08-22 12:04:05 +00:00
Dmitry Kalinkin ee24570799
Merge pull request #186549 from reckenrode/iterm-macos13
iterm2: fix on macOS 13
2022-08-20 11:26:41 -04:00
Randy Eckenrode 3ea22dab7d
iterm2: fix on macOS 13
The fixup phase runs patch-shebangs, which modifies the shell
integration scripts included the iTerm2.app bundle. This causes iTerm2
to be identified as damaged on macOS 13, which prevents it from running.
This is due to changes in macOS 13 that checks signatures every time a
notarized app is run on macOS 13. Since iTerm2 is using upstream’s build
due to entitlements, it is notarized and must not be modified.

See https://eclecticlight.co/2022/06/17/app-security-changes-coming-in-ventura/
for more details on the changes.
2022-08-13 20:33:52 -04:00
github-actions[bot] 194ba77ae3
Merge master into staging-next 2022-08-09 00:02:24 +00:00
Robert Scott 0bb630d2b3
Merge pull request #185634 from virchau13/fix-kitty-tests-darwin
kitty: fix tests on darwin
2022-08-09 00:41:27 +01:00
Vir Chaudhury 078ecdaf98
kitty: fix tests on darwin 2022-08-09 06:42:07 +08:00
github-actions[bot] d7cee51c43
Merge master into staging-next 2022-08-08 18:01:29 +00:00
Chua Hou 5e14cac0b1
wezterm: 20220624-141144-bd1b7c5d -> 20220807-113146-c2fee766 2022-08-08 12:06:41 +08:00
github-actions[bot] 09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
sternenseemann 4f11333d80 foot: 1.12.1 -> 1.13.0
https://codeberg.org/dnkl/foot/releases/tag/1.13.0
2022-08-07 10:18:17 +02:00
github-actions[bot] 4bbe802309
Merge staging-next into staging 2022-08-06 12:01:56 +00:00
fortuneteller2k 08ccdcbc9c wezterm: use apple_sdk_11_0 2022-08-06 10:31:18 +00:00
github-actions[bot] 4885630746
Merge staging-next into staging 2022-08-05 00:03:20 +00:00
Christian Kögler f743f261c0
Merge pull request #183356 from r-ryantm/auto-update/hyper
hyper: 3.2.1 -> 3.2.3
2022-08-04 23:07:32 +02:00
Sandro fd22503298
Merge pull request #184590 from NickCao/dbus-python 2022-08-04 14:26:22 +02:00
Jonas Heinrich 91367f1355
Merge pull request #184674 from r-ryantm/auto-update/sakura
sakura: 3.8.4 -> 3.8.5
2022-08-02 11:59:50 +02:00
R. Ryantm 6702078739 sakura: 3.8.4 -> 3.8.5 2022-08-02 00:58:44 +00:00
Sandro Jäckel 35ae59f47b
pythonPackages: drop dbus-python workarounds 2022-08-01 19:20:16 +02:00
Weijia Wang e76a011eea gnome-console: add darwin support 2022-08-01 14:48:13 +02:00
R. Ryantm 7b1c3759d1 hyper: 3.2.1 -> 3.2.3 2022-07-28 14:46:56 +00:00
R. Ryantm 71f758e616 gnome-console: 42.0 -> 42.2 2022-07-14 12:54:24 +02:00
R. Ryantm ac37f4873a gnome-console: 42.beta -> 42.0 2022-07-13 13:56:59 +02:00
AndersonTorres 2e6338d62e nimmm: move to applications/file-managers 2022-06-26 23:58:11 -03:00
Sandro Jäckel 0cbcfe8c30
wezterm: 20220408-101518-b908e2dd -> 20220624-141144-bd1b7c5d 2022-06-25 20:02:46 +02:00
Anderson Torres aaad8a6dc0
Merge pull request #178673 from AndersonTorres/MISC
dterm: move to applications/terminal-emulators
2022-06-23 21:53:55 -03:00
Robert Scott 466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
AndersonTorres badcbf43f5 dterm: move to applications/terminal-emulators
Also, use SRI hash and add a `longDescription`.
2022-06-23 00:46:28 -03:00
Brian Leung 6bd65099b6
kitty: 0.25.1 -> 0.25.2 2022-06-13 18:32:04 -07:00
Brian Leung b22c2113df
kitty: 0.25.0 -> 0.25.1 2022-05-31 20:09:56 -07:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Rick van Schijndel 433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Rick van Schijndel 37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Mario Rodas 96faefe436 contour: 0.1.1 -> 0.3.1.200 2022-05-28 04:20:00 +00:00
Artturi c1d9497b81
Merge pull request #170545 from malob/update-kitty
kitty: 0.24.4 -> 0.25.0
2022-05-28 04:21:37 +03:00
Malo Bourgon 41d4a16961 kitty: 0.24.4 -> 0.25.0 2022-05-27 10:32:25 -07:00
Infinidoge dac52f7d71 kitty: remove xsel from inputs
The xsel depencency was dropped unstream, so it is no longer necessary
2022-05-17 22:17:13 -04:00
AndersonTorres 3f898ed15a eterm: reformat knownVulnerabilities message
Also, with a link to CVE entry
2022-05-10 23:16:40 -03:00
Artturin f0eff1991c kitty: libGL doesn't have to be a propagatedBuildInputs
it was added in cec27ceabc and there is no
context of why its in propagatedBuildInputs
2022-05-08 19:39:53 +03:00
sternenseemann 9089f49024
Merge pull request #171315 from sternenseemann/foot-1.12.1
foot: 1.11.0 -> 1.12.1
2022-05-04 00:09:45 +02:00
sternenseemann 9f8d844340 foot: 1.11.0 -> 1.12.1
https://codeberg.org/dnkl/foot/releases/tag/1.12.0
https://codeberg.org/dnkl/foot/releases/tag/1.12.1
2022-05-02 23:07:39 +02:00
Sandro 1b5f5cf42a
Merge pull request #170975 from SuperSandro2000/wezterm
wezterm: build terminfo file without compiling wezterm
2022-05-02 14:45:33 +02:00
Sandro Jäckel 5a5699b71e
wezterm: build terminfo file without compiling wezterm 2022-04-30 03:36:12 +02:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Emil Karlson 1eac8d2c54 wezterm: Add nixosTests.allTerminfo
Make allTerminfo test results more visible.
2022-04-13 10:04:51 +03:00
Thiago Kenji Okada 658ace27a9
Merge pull request #167792 from r-ryantm/auto-update/hyper
hyper: 3.2.0 -> 3.2.1
2022-04-11 21:20:27 +01:00
Sandro Jäckel 0fc3250594
wezterm: 20220319-142410-0fcdea07 -> 20220408-101518-b908e2dd 2022-04-11 10:49:00 +02:00
R. Ryantm 6edc4b20c7 hyper: 3.2.0 -> 3.2.1 2022-04-08 00:23:46 +00:00
Alyssa Ross 8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Malo Bourgon 49f75b1483 kitty: add patch to fix -stack_size flag issue on darwin 2022-04-01 10:16:52 -07:00
Ben Siraphob ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Jan Tojnar 184fe6a337 gnome-console: unstable-2021-03-13 → 42.beta
105adb6a8d...42.beta
2022-03-25 15:02:32 +01:00
Jan Tojnar fa13ab6e1f gnome-console: rename from kgx 2022-03-25 15:02:32 +01:00
Felix Buehler 3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Sandro bf7837529e
Merge pull request #103733 from JJJollyjim/term-tests 2022-03-20 18:57:18 +01:00
Jamie McClymont 694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
Sandro Jäckel 7433e080a6
wezterm: 20220101-133340-7edc5b5a -> 20220319-142410-0fcdea07 2022-03-20 02:59:51 +01:00
Ryan Mulligan b99d0b5c6e
Merge pull request #164037 from r-ryantm/auto-update/xterm
xterm: 371 -> 372
2022-03-15 14:58:14 -07:00
R. Ryantm 756ee236e1 xterm: 371 -> 372 2022-03-13 19:12:39 +00:00
markuskowa 9bac6d4bd9
Merge pull request #163593 from r-ryantm/auto-update/roxterm
roxterm: 3.11.1 -> 3.12.1
2022-03-12 14:31:02 +01:00
Sandro 14260bb7ba
Merge pull request #160417 from steinybot/fix/iterm2-signing 2022-03-12 00:58:16 +01:00
R. Ryantm 57a7e94175 roxterm: 3.11.1 -> 3.12.1 2022-03-10 19:06:58 +00:00
Sandro b8e96973e6
Merge pull request #162215 from Luflosi/update/kitty 2022-03-07 15:03:11 +01:00
markuskowa 62ea9ed83e
Merge pull request #162242 from r-ryantm/auto-update/xterm
xterm: 370 -> 371
2022-03-05 15:07:10 +01:00
Luflosi b5545af4c9
kitty: 0.24.2 -> 0.24.4
https://github.com/kovidgoyal/kitty/releases/tag/v0.24.4
2022-03-04 14:52:30 +01:00
Luflosi 0c35cd1ddb
kitty: generate the newest version of the fish completion
Also change the command invocation to be consistent with the official documentation.
These changes were suggested by @page-down in https://github.com/NixOS/nixpkgs/pull/162215#issuecomment-1057969939. Thank you!
2022-03-04 14:52:29 +01:00
Luflosi 212c834fc3
kitty: change formatting of inputs 2022-03-04 14:52:29 +01:00
Jason Pickens 829ef15879
iterm2: fix build 2022-03-04 11:36:32 +13:00
Lyndon Sanche 3f4b189485 alacritty: 0.10.0 -> 0.10.1 2022-03-02 14:48:37 -08:00
R. Ryantm b9cc39c44a xterm: 370 -> 371 2022-02-28 16:11:51 +00:00
R. Ryantm 9654fd3182 tilix: 1.9.4 -> 1.9.5 2022-02-25 14:00:32 -08:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
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