guix-commits
[Top][All Lists]
Advanced

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

21/45: gnu: Add kgamma5.


From: guix-commits
Subject: 21/45: gnu: Add kgamma5.
Date: Sun, 31 Jan 2021 10:27:24 -0500 (EST)

htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.

commit c9e1140c542445de9f19dd3ef123485cca50488f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:20:03 2017 +0200

    gnu: Add kgamma5.
    
    * gnu/packages/kde-plasma.scm (kgamma5): New variable.
---
 gnu/packages/kde-plasma.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index aef2199..6cf9f34 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -382,6 +382,38 @@ directly, you need to tell @code{ssh-add} about it.  
@code{ssh-add} will then
 call it if it is not associated to a terminal.")
     (license license:gpl2+)))
 
+(define-public ksshaskpass
+  (package
+    (name "ksshaskpass")
+    (version "5.19.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/" version
+                                  "/ksshaskpass-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1k2va2v9051f71w78dn3gihk642iyy5yzrkcfnp97fag8g6dpisi"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("kdoctools" ,kdoctools)))
+    (inputs
+     `(("kconfig" ,kconfig)
+       ("kconfigwidgets" ,kconfigwidgets)
+       ("kcoreaddons" ,kcoreaddons)
+       ("ki18n" ,ki18n)
+       ("qtbase" ,qtbase)))
+    (home-page "http://www.kde.org/";)
+    (synopsis "Monitor calibration panel for KDE")
+    (description "This package contains a settings panel for adjusting the
+brightness, contrast, and gamma-correction of a monitor.  Test patterns are
+shown to help determine the settings that accurately display the full range of
+colors.
+
+Each of the red, green, and blue components can be adjusted individually, or
+all three components can be adjusted together.")
+    (license license:gpl2+)))
+
 (define-public kscreenlocker
   (package
     (name "kscreenlocker")



reply via email to

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