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
|
Source: swayidle
Section: x11
Priority: optional
Maintainer: Sway and related packages team <team+swaywm@tracker.debian.org>
Uploaders: Birger Schacht <birger@rantanplan.org>,
Nicolas Braud-Santoni <nicoo@debian.org>
Build-Depends:
debhelper-compat (= 12),
libwayland-dev,
libsystemd-dev,
wayland-protocols (>=1.14),
meson (>=0.48),
pkgconf,
scdoc
Standards-Version: 4.5.0
Homepage: https://github.com/swaywm/swayidle
Vcs-Browser: https://salsa.debian.org/swaywm-team/swayidle
Vcs-Git: https://salsa.debian.org/swaywm-team/swayidle.git
Rules-Requires-Root: no
Package: swayidle
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Idle management daemon for Wayland
This is sway's idle management daemon, swayidle. It is compatible with
any Wayland compositor which implements the KDE idle protocol. See the
man page, swayidle(1), for instructions on configuring swayidle.
|