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
|
Source: labwc
Section: x11
Priority: optional
Maintainer: Lab Wayland Compositor Team <team+labwc@tracker.debian.org>
Uploaders:
Birger Schacht <birger@debian.org>,
Build-Depends:
debhelper-compat (= 13),
cmake,
gettext,
libcairo2-dev,
libdrm-dev,
libglib2.0-dev,
libinput-dev,
liblzma-dev,
libpango1.0-dev,
libpng-dev,
librsvg2-dev,
libsfdo-dev,
libwlroots-0.19-dev (>= 0.19.0),
libxkbcommon-dev,
libxml2-dev,
meson (>= 0.59),
pkgconf,
scdoc,
wayland-protocols,
xwayland,
Standards-Version: 4.6.2
Homepage: https://labwc.github.io/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/labwc-team/labwc.git
Vcs-Browser: https://salsa.debian.org/labwc-team/labwc
Package: labwc
Architecture: any
Depends:
xwayland,
${misc:Depends},
${shlibs:Depends},
Suggests:
foot | alacritty | x-terminal-emulator,
kanshi,
mako-notifier,
swaybg,
swayidle,
waybar,
Description: window-stacking Wayland compositor
Labwc is a wlroots-based window-stacking compositor for wayland, inspired by
openbox.
.
It is light-weight and independent with a focus on simply stacking windows
well and rendering some window decorations. It takes a no-bling/frills
approach and says no to features such as icons (except window buttons),
animations, decorative gradients and any other options not required to
reasonably render common themes. It relies on clients for panels, screenshots,
wallpapers and so on to create a full desktop environment.
|