qtile-wayland: add wayland session entry

This commit is contained in:
Luciogi 2024-02-05 18:52:35 +05:00 committed by classabbyamp
parent eaf3ee73a1
commit a5b254452f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qtile'
pkgname=qtile
version=0.24.0
revision=1
revision=2
build_style=python3-pep517
_wlroots=0.16
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
@ -18,6 +18,7 @@ checksum=c6d04d017c65f08c55f160c632f560efdfe092fee312fa78da1feceda044ee41
post_install() {
vinstall resources/qtile.desktop 644 usr/share/xsessions
vinstall resources/qtile-wayland.desktop 644 usr/share/wayland-sessions
vlicense LICENSE
}
@ -26,5 +27,6 @@ qtile-wayland_package() {
python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
pkg_install() {
vmove ${py3_sitelib}/libqtile/backend/wayland
vmove usr/share/wayland-sessions
}
}