53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
Source: swayfx
|
|
Section: x11
|
|
Priority: optional
|
|
Maintainer: Penelope Gwen <support@pogmom.me>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
libcairo2-dev,
|
|
libevdev-dev,
|
|
libgdk-pixbuf-2.0-dev,
|
|
libinput-dev (>= 1.21.0),
|
|
libjson-c-dev (>= 0.13),
|
|
libpango1.0-dev,
|
|
libpcre2-dev,
|
|
libpixman-1-dev,
|
|
libseat-dev,
|
|
libsystemd-dev (>= 239) | libelogind-dev (>= 239),
|
|
libwayland-dev (>= 1.21.0),
|
|
libwlroots-0.18-dev (>= 0.18.0),
|
|
libxkbcommon-dev (>= 1.5.0),
|
|
meson (>=0.60),
|
|
pkgconf,
|
|
scdoc (>= 1.9.2),
|
|
tree,
|
|
wayland-protocols (>= 1.24)
|
|
Standards-Version: 4.7.0
|
|
Homepage: https://github.com/WillPower3309/swayfx
|
|
Rules-Requires-Root: no
|
|
|
|
Package: swayfx
|
|
Architecture: any
|
|
Depends:
|
|
libgl1-mesa-dri,
|
|
swaybg,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends:
|
|
polkitd,
|
|
wmenu,
|
|
foot
|
|
Suggests:
|
|
swayidle,
|
|
swaylock,
|
|
xdg-desktop-portal-wlr,
|
|
xdg-desktop-portal-gtk
|
|
Provides:
|
|
sway,
|
|
sway-backgrounds
|
|
Description: Sway, but with eye candy!
|
|
Sway is an incredible window manager, and certainly one of the most well
|
|
established wayland window managers. However, it is restricted to only
|
|
include the functionality that existed in i3. This fork ditches the simple
|
|
wlr_renderer, and replaces it with our fx_renderer, capable of rendering
|
|
with fancy GLES2 effects.
|