We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05db86 commit f8c8f5aCopy full SHA for f8c8f5a
1 file changed
srcpkgs/qtile/template
@@ -1,7 +1,7 @@
1
# Template file for 'qtile'
2
pkgname=qtile
3
version=0.36.0
4
-revision=1
+revision=2
5
build_style=python3-pep517
6
_wlroots=0.19
7
make_build_args="--config-setting backend=wayland"
@@ -35,7 +35,7 @@ post_install() {
35
}
36
37
qtile-wayland_package() {
38
- depends="${sourcepkg}>=${version}_${revision}"
+ depends="${sourcepkg}>=${version}_${revision} xorg-server-xwayland dejavu-fonts-ttf"
39
pkg_install() {
40
vmove ${py3_sitelib}/libqtile/backend/wayland
41
vmove usr/share/wayland-sessions
0 commit comments