Commit graph

136 commits

Author SHA1 Message Date
polykernel ba4fcbb33f foot: refactor derivation
* Change from fetchzip to fetchFromGitea
* Set `mesonBuildType` instead of supplying the `--build-type=`
  argument in `mesonFlags` as the build type option will be
  repeated.
2021-08-08 10:42:15 -04:00
FGD 3580b17899
hyper: 3.0.2 -> 3.1.2 and fix for desktop files (#132395)
* (hyper): 3.0.2 -> 3.1.1 and fix for desktop files

* hyper: fix deb hash
Fixes ownload of old cached deb package and addition of "new" dependencies.

* hyper: move desktopItem into mkDerivation

* hyper: Simpler fix for the desktopItem issue
- Subsituting the erronous path for the executable name
- Cleanup of the function args
2021-08-05 16:26:42 +02:00
Naïm Favier 4affbbd371
alacritty: 0.8.0 -> 0.9.0
https://github.com/alacritty/alacritty/releases/tag/v0.9.0

https://github.com/alacritty/alacritty/compare/v0.8.0...v0.9.0
2021-08-03 15:11:39 +02:00
Sandro Jäckel 1c0eb8111f
wezterm: install desktop file 2021-08-02 14:12:16 +02:00
github-actions[bot] 36f70c9637
Merge master into staging-next 2021-07-29 06:01:13 +00:00
Mustafa Çalışkan 8b8d9bb61e
sakura: 3.8.2 -> 3.8.3 2021-07-28 01:19:51 +03:00
github-actions[bot] 6a5e4f2c3d
Merge master into staging-next 2021-07-25 06:01:27 +00:00
Matthew Leach b400b6f91d
iterm2: 3.3.9 -> 3.4.0 (#131314)
Fixes:  #131269
2021-07-25 01:53:08 -04:00
github-actions[bot] 3bc17773a5
Merge staging-next into staging 2021-07-23 12:02:01 +00:00
Jörg Thalheim 6770be8465
Merge pull request #131080 from sternenseemann/foot-clang-pgo
foot: fix PGO builds with clang
2021-07-23 07:39:02 +01:00
github-actions[bot] dda98f3673
Merge staging-next into staging 2021-07-23 00:01:58 +00:00
Pavol Rusnak 7e024ac240
Merge pull request #131125 from cole-h/alacritty
alacritty: drop cole-h as maintainer
2021-07-22 21:16:10 +02:00
Cole Helbling 3bc9d7702e
alacritty: drop cole-h as maintainer
I don't use alacritty any more.
2021-07-22 11:57:31 -07:00
sternenseemann 3ff36d31e4 foot: fix PGO builds with clang
A regression I unfortunately did not notice despite adding tests for
it (which even failed). See:

* https://codeberg.org/dnkl/foot/issues/642
* https://codeberg.org/dnkl/foot/pulls/643
2021-07-22 15:46:12 +02:00
github-actions[bot] 2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro d06f7e07a6
Merge pull request #130925 from SuperSandro2000/python-aliases 2021-07-22 03:21:11 +02:00
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
dan4ik 2047bf6e78 coreterminal: init at 4.2.0 2021-07-20 22:44:05 +07:00
Ben Siraphob 4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
sternenseemann 3b11fad3b7 foot: 1.8.1 -> 1.8.2 2021-07-19 13:33:25 +02:00
sternenseemann 96054245b5 foot: fix cross compilation
* needs PKG_CONFIG_FOR_BUILD

* in the non-native case we need wayland-scanner (build) and
  wayland-protocols (host) separately

* ar needs targetPrefix as well
2021-07-09 00:22:08 +02:00
sternenseemann 355fc79054 foot: 1.8.0 -> 1.8.1 2021-07-01 21:01:42 +02:00
R. RyanTM f5ca57b613 kitty: 0.21.1 -> 0.21.2 2021-06-29 00:27:07 +00:00
Sandro 407151af56
Merge pull request #128121 from sternenseemann/foot-1.8.0 2021-06-26 18:06:08 +02:00
Sandro 538d123459
Merge pull request #128101 from fortuneteller2k/contour 2021-06-25 19:51:20 +02:00
fortuneteller2k cec16bcaa3 contour: init at 0.1.1 2021-06-26 01:24:19 +08:00
sternenseemann 5e90cb8800 foot: install terminfo to separate output
* See also https://codeberg.org/dnkl/foot/pulls/607

* propagated-user-env-packages is undocumented unfortunately, but
  ensure that if you add foot(.out) to your `systemPackages` or
  install it via `nix-env`, the terminfo output is also  installed
  automatically.

* Resolves #125390.
2021-06-25 19:23:32 +02:00
sternenseemann 4c10d0da45 foot: 1.7.2 -> 1.8.0
* https://codeberg.org/dnkl/foot/releases/tag/1.8.0

* Enable grapheme shaping via fcft and utf8proc. Requires
  `tweak.grapheme-shaping=yes` in foot.ini as well.
2021-06-25 19:05:20 +02:00
Sandro 54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default 2021-06-25 15:53:01 +02:00
Olli Helenius 8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Rick van Schijndel c800214a2d xterm: support cross-compilation 2021-06-23 20:20:00 +02:00
AndersonTorres 58496df680 sakura: 3.7.1 -> 3.8.2 2021-06-21 00:26:40 -03:00
Luflosi f3cd158eac
kitty: 0.21.0 -> 0.21.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14 12:02:39 +02:00
Luflosi d11e9b1fe5
kitty: runHook preBuild and postBuild 2021-06-14 12:02:30 +02:00
Sandro d47a079495
Merge pull request #126584 from McSinyx/urxvt-font-size-1.3
urxvt-font-size: 2015-05-22 -> 1.3
2021-06-12 18:21:48 +02:00
Luflosi 9052ddec40
kitty: 0.20.3 -> 0.21.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.0
The patch is no longer needed.
2021-06-12 16:25:50 +02:00
Nguyễn Gia Phong feeffee081
urxvt-font-size: 2015-05-22 -> 1.3 2021-06-11 17:37:49 +07:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
kat e4a0b10190
wezterm: Add terminfo output (#125320)
* wezterm: Add terminfo output

* Update pkgs/applications/terminal-emulators/wezterm/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 17:17:37 +02:00
Rick van Schijndel 7c1d8636dd
st: support cross-compilation (#123722) 2021-05-22 17:00:24 +02:00
happysalada 4de07e9681 alacritty: fix darwin build; 2021-05-21 20:24:36 +09:00
Jonathan Ringer aaf8d15a6b alacritty: 0.7.2 -> 0.8.0 2021-05-19 23:31:35 -07:00
Martin Weinelt 6205c47b02
rxvt, mrxvt, eterm: Mark vulnerable to unexpected command execution
https://www.openwall.com/lists/oss-security/2021/05/17/1
2021-05-18 18:09:47 +02:00
Martin Weinelt d6c64b2816
rxvt-unicode: 9.22 -> 9.26 2021-05-18 18:09:45 +02:00
sternenseemann 631cbc3de7 foot: fix evaluation with clang stdenvs
To be able to do LTO with clang we need the LTO-capable llvm-ar from
libllvm.out (== llvmPackages.llvm) which contains a superset of the llvm
bintools. This used to be passed through from stdenv.cc.cc as llvm, but
has been renamed to libllvm in 7869d16545.

llvm-ar would be in stdenv.cc.bintools.bintools provided that we are
using a clang stdenv which uses lld as its linker. In the future we could
thus make this inclusion conditional on stdenv.hostPlatform.linker.

Note that the build of foot.tests still fails, pending resolution of #123361.
2021-05-17 15:48:51 +02:00
Sebastian Sellmeier cd0b34aff2 terminator: 2.1.0 -> 2.1.1 2021-05-13 18:20:51 +02:00
AndersonTorres 67a2f545ca eterm: 0.9.6 -> 0.9.6-unstable=2020-03-03 2021-05-12 00:15:40 -03:00
Jörg Thalheim 1e76a18478
Merge pull request #121898 from pinpox/update-wezterm
wezterm: update to 2021-04-07
2021-05-11 07:52:26 +01:00
ptrhlm 8e89366c2b
termite: fix vte patch "expose-function-for-getting-the-selected-text" (#122467)
ZHF: #122042
2021-05-11 00:54:08 +02:00
Nicolas Berbiche a3969f7909
wayst: unstable-2020-10-12 -> unstable-2021-04-05 (#122098) 2021-05-10 19:27:23 +02:00