1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: kitty
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Section: x11
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://sw.kovidgoyal.net/kitty/
Vcs-Git: https://salsa.debian.org/jamessan/kitty.git
Vcs-Browser: https://salsa.debian.org/jamessan/kitty
Build-Depends:
debhelper (>= 11~),
dh-python,
libdbus-1-dev,
libfontconfig1-dev,
libfreetype6-dev,
libgl1-mesa-dev,
libharfbuzz-dev (>= 1.5.0),
libpng-dev,
libx11-xcb-dev,
libxcursor-dev,
libxi-dev,
libxinerama-dev,
libxkbcommon-x11-dev,
libxrandr-dev,
pkg-config,
python3-dev (>= 3.5),
python3-pil <!nocheck>,
python3-sphinx,
zlib1g-dev,
Package: kitty
Architecture: any
Depends:
kitty-terminfo,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
kitty-doc
Provides:
x-terminal-emulator
Description: fast, featureful, GPU based terminal emulator
Kitty supports modern terminal features like: graphics, unicode,
true-color, OpenType ligatures, mouse protocol, focus tracking, and
bracketed paste.
.
Kitty has a framework for "kittens", small terminal programs that can be used
to extend its functionality.
Package: kitty-terminfo
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: fast, featureful, GPU based terminal emulator (terminfo file)
This package provides the xterm-kitty terminfo definition for the kitty
terminal emulator so that it can easily be installed on remote systems.
Package: kitty-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Built-Using:
${sphinxdoc:Built-Using},
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Breaks: kitty (<< 0.9.1-1~)
Replaces: kitty (<< 0.9.1-1~)
Description: fast, featureful, GPU based terminal emulator (documentation)
This package contains the AsciiDoc/HTML documentation for the kitty terminal
emulator.
|