summary refs log tree commit diff
path: root/pkgs/applications/misc/kitty
Commit message (Collapse)AuthorAge
* kitty: remove symlink to kitty-deref-symlinkLuflosi2019-09-28
| | | | | Symlinking to `kitty-deref-symlink` on macOS is no longer needed. In fact `kitty-deref-symlink` is now a symlink itself. This reverts 240fce7ba75e6df25855122ce0d4f93d1ea1c1be.
* kitty: 0.14.5 -> 0.14.6Maximilian Bosch2019-09-28
| | | | https://sw.kovidgoyal.net/kitty/changelog.html#id1
* kitty: 0.14.3 -> 0.14.5R. RyanTM2019-09-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kitty/versions
* kitty: python3 runtime requires ncurses executablesMaximilian Bosch2019-08-18
| | | | | | | `infocmp` from `ncruses.dev` is needed to copy kitty's terminfo e.g. to a remote server: https://github.com/kovidgoyal/kitty/blob/3a5baf27224fbd3347d30b2290f7681287256b30/docs/faq.rst#id45 Fixes #66583
* kitty: libcanberra is not needed on darwinDmitry Kalinkin2019-07-29
|
* kitty: fix patch for darwinDmitry Kalinkin2019-07-29
|
* kitty: 0.14.2 -> 0.14.3Roman Volosatovs2019-07-29
|
* kitty: fix wayland support (EGL: Library not found)josephtheengineer2019-07-25
|
* kitty: remove cf-privateDaiderd Jordan2019-07-03
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* kitty: 0.14.1 -> 0.14.2 (#62886)Elis Hirwing2019-06-09
| | | Release: https://github.com/kovidgoyal/kitty/releases/tag/v0.14.2
* kitty: 0.14.0 -> 0.14.1R. RyanTM2019-06-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kitty/versions
* kitty: Adapt patches to upstream changesRoman Volosatovs2019-05-26
|
* kitty: Remove integrated patchesRoman Volosatovs2019-05-26
|
* kitty: 0.13.3 -> 0.14.0Roman Volosatovs2019-05-26
|
* kitty: symlink the deref binaryRoman Volosatovs2019-05-13
|
* kitty: apply patch on Darwin for running as symlinkRoman Volosatovs2019-05-13
|
* kitty: support macOS (#56740)strager2019-03-31
| | | | | | | | | | Install the `kitty` command-line utility and the `kitty.app` macOS application. * Prefer libicns (png2icns) over Apple's non-free iconutil. * Work around warnings from Apple headers by disabling -pedantic-errors and -Werror. * Work around ld not support LLVM-LTO by disabling LTO. * Make Kitty and glfw compile for macOS 10.11 (and macOS 10.10).
* Python: fix outfall after setting `strictDeps = true;`Frederik Rietdijk2019-02-17
|
* kitty: install completionsJosé Luis Lafuente2019-02-06
|
* kitty: 0.13.2 -> 0.13.3R. RyanTM2019-01-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kitty/versions
* kitty: Adapt fix-paths.patch to source changesRoman Volosatovs2019-01-09
|
* kitty: 0.13.1 -> 0.13.2Roman Volosatovs2019-01-09
|
* kitty: 0.12.3 -> 0.13.1Roman Volosatovs2018-12-15
|
* kitty: fixing environment variable substituition in docs/MakefileVaskó László2018-10-20
| | | | | | | | | | The previous substitutution only worked by accident as make requires environment variables to be enclosed in curly brackets as shown in this excerpt from the build output: > PYTHONPATH=YTHONPATH:.. HOME=MPDIR/nowhere sphinx-build -M html "." "_build" -T The substituition is moved to the existing patch file to simplify the builder expression.
* kitty: fix locating libstartup-notification-1Vaskó László2018-10-20
| | | | | | | | | | | | | | | | | | | | | Startup notification doesn't work in recent versions of Kitty: > Traceback (most recent call last): > File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification > return init_startup_notification_x11(window_handle, startup_id) > File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11 > return init_x11_startup_notification(display, window_handle, sid) > OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory Apparently dispatching of startup notification has been moved to a C binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect that. Without this fix Kitty still works except that window managers which depend on startup notifications to be fired (e.g. Awesome) cannot apply special placement rules. The substitution mechanism is also changed to use a patch file to detect this kind of mistakes in the future. [1]: https://github.com/kovidgoyal/kitty/commit/b08f4ab5937199187581aa20e3a7aba7b2a34ac6
* kitty: 0.12.0 -> 0.12.3 (#47599)Thomas Kerber2018-10-01
|
* kitty: 0.11.3 -> 0.12.0 (#46067)Bart Brouns2018-09-04
|
* kitty: Add terminfo attr (#45953)Roman Volosatovs2018-09-02
|
* kitty: 0.11.2 -> 0.11.3Milan Svoboda2018-08-20
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* kitty: 0.10.1 -> 0.11.2Will Dietz2018-07-05
|
* kitty: 0.9.1 -> 0.10.1José Luis Lafuente2018-05-25
|
* kitty: 0.9.0 -> 0.9.1 (#40335)José Luis Lafuente2018-05-11
|
* kitty: 0.8.2 -> 0.9.0José Luis Lafuente2018-04-25
|
* kitty: 0.8.0 -> 0.8.2José Luis Lafuente2018-03-19
|
* kitty: 0.7.1 -> 0.8.0Milan Svoboda2018-03-03
|
* kitty: 0.6.0 -> 0.7.1Jens Binkert2018-02-03
|
* kitty: 0.5.1 -> 0.6.0Milan Svoboda2017-12-25
|
* kitty 0.5.0 -> 0.5.1Milan Svoboda2017-12-05
|
* kitty: 0.4.2 → 0.5.0Milan Svoboda2017-11-30
|
* kitty: init at 0.4.2 (#30687)Milan Svoboda2017-10-25
* add new application: terminal kitty (opengl, c, python) https://github.com/kovidgoyal/kitty.git * kitty: nitpicks * update kitty 0.4.0 -> 0.4.2, add maintainer