summaryrefslogtreecommitdiffstats
path: root/system/kitty
diff options
context:
space:
mode:
author Robby Workman2021-04-19 05:08:08 +0200
committer Robby Workman2021-04-19 05:08:08 +0200
commitd0de6f1ab5e5f882cde6124688396427864a22f7 (patch)
treeb213e3d7068a237b5babaf8d5d7b55a632f5352d /system/kitty
parenta2542b76b666a3c800c824854fcb62599c478fe7 (diff)
downloadslackbuilds-d0de6f1ab5e5f882cde6124688396427864a22f7.tar.gz
system/kitty: Fixed dep info
Diffstat (limited to 'system/kitty')
-rw-r--r--system/kitty/README12
-rw-r--r--system/kitty/kitty.info2
2 files changed, 6 insertions, 8 deletions
diff --git a/system/kitty/README b/system/kitty/README
index a4cb22c88e..b038ff262c 100644
--- a/system/kitty/README
+++ b/system/kitty/README
@@ -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.
diff --git a/system/kitty/kitty.info b/system/kitty/kitty.info
index 2047627277..5c9800afe6 100644
--- a/system/kitty/kitty.info
+++ b/system/kitty/kitty.info
@@ -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"