Commit graph

32 commits

Author SHA1 Message Date
Elis Hirwing f1c31bdd62 kitty: 0.14.1 -> 0.14.2 (#62886)
Release: https://github.com/kovidgoyal/kitty/releases/tag/v0.14.2
2019-06-09 11:38:50 +02:00
R. RyanTM 7ce94d5888 kitty: 0.14.0 -> 0.14.1
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
2019-06-01 17:59:10 -07:00
Roman Volosatovs 98a6607e34
kitty: Adapt patches to upstream changes 2019-05-26 20:06:57 +02:00
Roman Volosatovs 567defecde
kitty: Remove integrated patches 2019-05-26 20:06:56 +02:00
Roman Volosatovs b73cd684cb
kitty: 0.13.3 -> 0.14.0 2019-05-26 20:06:56 +02:00
Roman Volosatovs 240fce7ba7
kitty: symlink the deref binary 2019-05-13 10:08:40 +02:00
Roman Volosatovs 7da57081fe
kitty: apply patch on Darwin for running as symlink 2019-05-13 10:08:40 +02:00
strager 75aa8460ac kitty: support macOS (#56740)
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).
2019-03-31 15:18:58 -04:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
José Luis Lafuente 38eb737845
kitty: install completions 2019-02-06 13:27:56 +01:00
R. RyanTM b4f58982de kitty: 0.13.2 -> 0.13.3
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
2019-01-28 04:19:23 -08:00
Roman Volosatovs 87f798edc6 kitty: Adapt fix-paths.patch to source changes 2019-01-09 18:26:36 -05:00
Roman Volosatovs 81f3a3e7c6 kitty: 0.13.1 -> 0.13.2 2019-01-09 18:26:36 -05:00
Roman Volosatovs 5fa6721358
kitty: 0.12.3 -> 0.13.1 2018-12-15 13:46:42 +01:00
Vaskó László 2fdfa2115d kitty: fixing environment variable substituition in docs/Makefile
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.
2018-10-20 20:42:23 +02:00
Vaskó László 1842c4aaa4 kitty: fix locating libstartup-notification-1
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]: b08f4ab593
2018-10-20 20:40:54 +02:00
Thomas Kerber 5e4fe584fa kitty: 0.12.0 -> 0.12.3 (#47599) 2018-10-01 17:27:31 +02:00
Bart Brouns 6b74b16579 kitty: 0.11.3 -> 0.12.0 (#46067) 2018-09-04 23:44:04 +02:00
Roman Volosatovs 720c163a55 kitty: Add terminfo attr (#45953) 2018-09-02 21:07:31 +02:00
Milan Svoboda dd3090f3b0 kitty: 0.11.2 -> 0.11.3 2018-08-20 20:49:10 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Will Dietz 481e61fad8 kitty: 0.10.1 -> 0.11.2 2018-07-05 11:19:53 -05:00
José Luis Lafuente 6040ceb92e
kitty: 0.9.1 -> 0.10.1 2018-05-25 12:30:31 +02:00
José Luis Lafuente 170d799146 kitty: 0.9.0 -> 0.9.1 (#40335) 2018-05-11 20:53:01 +02:00
José Luis Lafuente ac0fd5a909
kitty: 0.8.2 -> 0.9.0 2018-04-25 18:03:48 +02:00
José Luis Lafuente 176b9ae095
kitty: 0.8.0 -> 0.8.2 2018-03-19 23:41:49 +01:00
Milan Svoboda ec4f17c8e4 kitty: 0.7.1 -> 0.8.0 2018-03-03 22:07:25 +01:00
Jens Binkert 3ad34f9424 kitty: 0.6.0 -> 0.7.1 2018-02-03 11:06:38 +01:00
Milan Svoboda 62cb37b8d0 kitty: 0.5.1 -> 0.6.0 2017-12-25 22:02:22 +00:00
Milan Svoboda 69eb4dbf3c kitty 0.5.0 -> 0.5.1 2017-12-05 20:08:10 +01:00
Milan Svoboda 8bc0bf6785
kitty: 0.4.2 → 0.5.0 2017-11-30 13:12:11 +01:00
Milan Svoboda c564e54f12 kitty: init at 0.4.2 (#30687)
* 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
2017-10-25 22:03:20 +01:00