guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/30: gnu: kidletime: Enable fallback mode to X-Screensaver based polle


From: Hartmut Goebel
Subject: 24/30: gnu: kidletime: Enable fallback mode to X-Screensaver based poller.
Date: Fri, 13 Oct 2017 09:29:05 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 455a0bf50cc035cd6e1a68411dc68b4a505a9b5d
Author: Hartmut Goebel <address@hidden>
Date:   Tue Sep 19 19:56:23 2017 +0200

    gnu: kidletime: Enable fallback mode to X-Screensaver based poller.
    
    This does no harm and reduced the number of warnings. Also
    pkg-config was added to reduce the number of warnings further.
    
    * gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add
      libxscrnsaver. [native-inputs]: Add pkg-config.
---
 gnu/packages/kde-frameworks.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 507ec19..f4b9282 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -747,9 +747,11 @@ translation scripting.")
                 "01m4q3l2yq83f2dpbv6jry7cjkj6bqdgfpy5b8byaf1gf9w2firs"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)))
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("pkg-config" ,pkg-config)))
     (inputs
-     `(("qtbase" ,qtbase)
+     `(("libxscrnsaver" ,libxscrnsaver) ; X-Screensaver based poller, fallback 
mode
+       ("qtbase" ,qtbase)
        ("qtx11extras" ,qtx11extras)))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Reporting of idle time of user and system")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]