From f034d078d14e8a3f5c828815e7879f869404551b Mon Sep 17 00:00:00 2001 From: Luciogi Date: Mon, 5 Feb 2024 18:52:35 +0500 Subject: [PATCH] qtile-wayland: add wayland session entry --- srcpkgs/qtile/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template index 85c146c159d03..ae3654e27b591 100644 --- a/srcpkgs/qtile/template +++ b/srcpkgs/qtile/template @@ -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 } }