guix-commits
[Top][All Lists]
Advanced

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

53/143: gnu: Add kgamma.


From: guix-commits
Subject: 53/143: gnu: Add kgamma.
Date: Mon, 21 Nov 2022 16:10:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8ca39d7a125254a8bb6740bf29eb1404014b14ca
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 06:01:45 2022 +0200

    gnu: Add kgamma.
    
    * gnu/packages/kde-plasma.scm (kgamma): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 14733c7c0a..8b3e525b07 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -138,6 +138,32 @@ These window decorations can be used by for example an X11 
based window
 manager which re-parents a Client window to a window decoration frame.")
     (license license:lgpl3+)))
 
+(define-public kgamma
+  (package
+    (name "kgamma")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "5-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1c305bs50km7bsn0phz7yj4x2168sxwsw9zxbpcgw4q3r53c0ywz"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list kauth
+                  kcoreaddons
+                  kconfig
+                  kconfigwidgets
+                  kdoctools
+                  ki18n))
+    (synopsis "Adjust monitor gamma settings")
+    (description
+     "This package provides a tool to adjust your monitor gamma settings.")
+    (home-page "https://invent.kde.org/plasma/kgamma5";)
+    (license license:gpl2+)))
+
 (define-public ksshaskpass
   (package
     (name "ksshaskpass")



reply via email to

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