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: foot
Section: x11
Maintainer: Birger Schacht <birger@debian.org>
Build-Depends: debhelper-compat (= 13),
meson (>= 0.59),
ninja-build,
wayland-protocols (>= 1.41),
libxkbcommon-dev,
pkgconf,
libpixman-1-dev,
libfreetype-dev,
libfontconfig-dev,
libwayland-dev,
libtllist-dev (>= 1.0.4),
libfcft-dev (>= 3.3.1),
libffi-dev,
libharfbuzz-dev,
libutf8proc-dev,
systemd-dev,
scdoc
Standards-Version: 4.7.3
Homepage: https://codeberg.org/dnkl/foot
Vcs-Git: https://salsa.debian.org/birger/foot.git
Vcs-Browser: https://salsa.debian.org/birger/foot
Package: foot
Architecture: any
Provides: x-terminal-emulator
Depends: ${misc:Depends}, ${shlibs:Depends}, ncurses-term (>= 6.4+20230625-2)
Suggests: foot-themes
Description: Fast, lightweight and minimalistic Wayland terminal emulator
The fast, lightweight and minimalistic Wayland terminal emulator.
Features
.
* Fast
* Lightweight, in dependencies, on-disk and in-memory
* Wayland native
* DE agnostic
* User configurable font fallback
* On-the-fly DPI font size adjustment
* Scrollback search
* Color emoji support
* Server/daemon mode
* Multi-seat
* Synchronized Updates support
* Sixel image support
Package: foot-terminfo
Replaces: foot (<< 1.5.3-2)
Breaks: foot (<< 1.5.3-2)
Architecture: all
Depends: ${misc:Depends}, ncurses-term (>= 6.4+20230625-2)
Section: oldlibs
Description: Fast, lightweight and minimalistic Wayland terminal emulator (terminfo files)
This is a transitional package. It can safely be removed.
The foot terminfo files are now shipped by ncurses-term.
Package: foot-themes
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fast, lightweight and minimalistic Wayland terminal emulator (theme files)
The fast, lightweight and minimalistic Wayland terminal emulator.
.
This package contains theme files for foot.
Package: foot-extra-terminfo
Architecture: all
Depends: ${misc:Depends}
Description: Fast, lightweight and minimalistic Wayland terminal emulator (extra terminfo files)
The fast, lightweight and minimalistic Wayland terminal emulator.
.
This package contains extra terminfo files for foot.
|