qtile-wayland: add wayland session entry
This commit is contained in:
parent
eaf3ee73a1
commit
a5b254452f
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtile'
|
# Template file for 'qtile'
|
||||||
pkgname=qtile
|
pkgname=qtile
|
||||||
version=0.24.0
|
version=0.24.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
_wlroots=0.16
|
_wlroots=0.16
|
||||||
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
|
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
|
||||||
|
@ -18,6 +18,7 @@ checksum=c6d04d017c65f08c55f160c632f560efdfe092fee312fa78da1feceda044ee41
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
||||||
|
vinstall resources/qtile-wayland.desktop 644 usr/share/wayland-sessions
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,5 +27,6 @@ qtile-wayland_package() {
|
||||||
python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
|
python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${py3_sitelib}/libqtile/backend/wayland
|
vmove ${py3_sitelib}/libqtile/backend/wayland
|
||||||
|
vmove usr/share/wayland-sessions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue