system/kitty: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 22:08:08 -05:00
parent a2542b76b6
commit d0de6f1ab5
2 changed files with 6 additions and 8 deletions

View file

@ -1,14 +1,12 @@
kitty (fast, featureful, GPU-based terminal emulator)
kitty is a terminal emulator for X11 and Wayland[1], which offloads
the rendering to the GPU[2] and supports modern terminal features. It
kitty is a terminal emulator for X11 and Wayland [1], which offloads
the rendering to the GPU [2] and supports modern terminal features. It
also supports tiling multiple terminal windows without using an extra
program like screen or tmux.
[1] For Wayland support, install wayland-protocols before building
kitty. It will be auto-detected. It may be necessary to add the
following line to ~/.config/kitty/kitty.conf:
linux_display_server wayland
[1] For Wayland support, it may be necessary to add the following
line to ~/.config/kitty/kitty.conf:
linux_display_server wayland
[2] Requires hardware-accelerated OpenGL support.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/kovidgoyal/kitty/releases/download/v0.19.3/kitty-0.
MD5SUM="262b677889d9b979b9ce609ec7b75186"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 libxkbcommon"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"