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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: kitty
Priority: optional
Maintainer: Nilesh Patra <nilesh@debian.org>
Uploaders: Maytham Alsudany <maytham@debian.org>
Section: x11
Standards-Version: 4.7.2
XS-Go-Import-Path: github.com/kovidgoyal/kitty
Homepage: https://sw.kovidgoyal.net/kitty/
Vcs-Git: https://salsa.debian.org/debian/kitty.git
Vcs-Browser: https://salsa.debian.org/debian/kitty
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-golang,
golang-any (>= 2:1.22~),
golang-github-altree-bigfloat-dev,
golang-github-alecthomas-chroma-v2-dev,
golang-github-bmatcuk-doublestar-dev (>= 4),
golang-github-dlclark-regexp2-dev,
golang-github-edwvee-exiffix-dev,
golang-github-google-go-cmp-dev,
golang-github-google-uuid-dev,
golang-github-seancfoley-ipaddress-go-dev,
golang-github-shirou-gopsutil-dev,
golang-github-zeebo-xxh3-dev,
golang-golang-x-exp-dev (>= 0.0~git20230801),
golang-golang-x-image-dev,
golang-golang-x-sys-dev,
golang-howett-plist-dev,
fish <!nocheck>,
furo <!nodoc>,
libcairo2-dev,
libdbus-1-dev,
libfontconfig-dev,
libfreetype-dev,
libgl-dev,
libglvnd-dev,
libharfbuzz-dev,
liblcms2-dev,
libpng-dev,
librsync-dev,
libsimde-dev,
libssl-dev,
libx11-xcb-dev,
libxcursor-dev,
libxi-dev,
libxinerama-dev,
libxkbcommon-x11-dev,
libxrandr-dev,
libxxhash-dev,
libwayland-dev [linux-any],
locales,
locales-all,
pkgconf,
python3-dev,
python3-pil <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-inline-tabs <!nodoc>,
python3-sphinxext-opengraph <!nodoc>,
wayland-protocols [linux-any],
zlib1g-dev,
zsh <!nocheck>
Package: kitty
Architecture: any
Depends:
kitty-shell-integration,
kitty-terminfo,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
kitty-doc,
# To play the "beep" sound for the terminal
libcanberra0
Suggests:
# For tui kitten
imagemagick,
fonts-noto-color-emoji
Provides:
x-terminal-emulator
Built-Using: ${misc:Built-Using},
${simde:Built-Using}
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-shell-integration
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: fast, featureful, GPU based terminal emulator (shell integration files)
This package provides Kitty's shell-integration files 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},
Description: fast, featureful, GPU based terminal emulator (documentation)
This package contains the AsciiDoc/HTML documentation for the kitty terminal
emulator.
|