From c837b989b1b7857a4b04c4e680ffde9d7bcd6d97 Mon Sep 17 00:00:00 2001 From: Kenneth Raplee Date: Sat, 22 Apr 2023 08:11:09 -0700 Subject: [PATCH] kidletime: add necessary wayland makedepends These changes fix the missing functionality for activating the "Screen Energy Saving" option in the Power Management settings in KDE Wayland. Without this, monitors wouldn't be able to go to idle sleep otherwise. --- srcpkgs/kidletime/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kidletime/template b/srcpkgs/kidletime/template index cb2eaaafbc3..55b5cd68d31 100644 --- a/srcpkgs/kidletime/template +++ b/srcpkgs/kidletime/template @@ -3,8 +3,11 @@ pkgname=kidletime version=5.105.0 revision=1 build_style=cmake -hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-x11extras-devel" -makedepends="qt5-x11extras-devel libXScrnSaver-devel" +hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-x11extras-devel + qt5-wayland" +makedepends="qt5-x11extras-devel libXScrnSaver-devel + wayland-protocols wayland-devel qt5-wayland-devel + plasma-wayland-protocols" short_desc="Framework for detection and notification of device idle time" maintainer="John " license="LGPL-2.0-or-later"