z572 pushed a commit to branch kde-team
in repository guix.

commit 3cdbb77edd517a6e915118e146cc863291ea027e
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jan 11 10:14:54 2025 +0800

    gnu: Remove plasma-redshift-control.
    
    * gnu/packages/kde-plasma.scm (plasma-redshift-control): Delete variable.
    
    Change-Id: I01490237a5a86221d18c0b36d954f44cfad6462a
---
 gnu/packages/kde-plasma.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 2409334a52..8164e6fb93 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2582,29 +2582,6 @@ adding, modifying and removing contacts.")
 and customizable platform for mobile devices.")
     (license (list license:gpl3+ license:lgpl2.1+))))
 
-(define-public plasma-redshift-control
-  (let ((commit "d9f38a5f0bcf030be16db1776166581c16e802cb")
-        (revision "1"))
-    (package
-      (name "plasma-redshift-control")
-      (version (git-version "0.1-pre" revision commit))
-      (home-page "https://invent.kde.org/plasma/plasma-redshift-control";)
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference (url home-page) (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1wadxhy6iljhikfw2rbj9dhwb86f2sgwyf62r7sfq6cszcpgp0xi"))))
-      (build-system qt-build-system)
-      (native-inputs (list extra-cmake-modules pkg-config))
-      (inputs (list kwindowsystem plasma-framework redshift))
-      (synopsis "Adjust color temperature")
-      (description
-       "This package provides color temperature control applet for the Plasma
-Desktop.")
-      (license (list license:lgpl2.1 license:lgpl3)))))
-
 (define-public plasma-vault
   (package
     (name "plasma-vault")

Reply via email to