From c0f3877fcf333f4b53e31145bfd8ba6dfe9af8df 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..33fd16aeed880 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 @@ -26,5 +26,7 @@ qtile-wayland_package() { python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon" pkg_install() { vmove ${py3_sitelib}/libqtile/backend/wayland + # Wayland Session Entry + vinstall ${wrksrc}/resources/qtile-wayland.desktop 644 usr/share/wayland-sessions } }