Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/qtile/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qtile'
pkgname=qtile
version=0.36.0
revision=1
revision=2
build_style=python3-pep517
_wlroots=0.19
make_build_args="--config-setting backend=wayland"
Expand Down Expand Up @@ -35,7 +35,7 @@ post_install() {
}

qtile-wayland_package() {
depends="${sourcepkg}>=${version}_${revision}"
depends="${sourcepkg}>=${version}_${revision} xorg-server-xwayland virtual?font:sans-serif"
pkg_install() {
vmove ${py3_sitelib}/libqtile/backend/wayland
vmove usr/share/wayland-sessions
Expand Down