diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-11 10:14:54 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-19 10:42:14 +0800 |
commit | bc5433cd2ccf0aa705302bbe60b03342cc469a3a (patch) | |
tree | fabe9e3cddf7fa1ac73a90a625c997fe3308339e | |
parent | c65da197cfb21ef1d2cb16c78c737a814fb1e43c (diff) |
gnu: Remove plasma-redshift-control.
This project repo is archived.
* gnu/packages/kde-plasma.scm (plasma-redshift-control): Delete variable.
Change-Id: I01490237a5a86221d18c0b36d954f44cfad6462a
-rw-r--r-- | gnu/packages/kde-plasma.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index bbdb47a90b..49b742db64 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2526,29 +2526,6 @@ PulseAudio.") adding, modifying and removing contacts.") (license license:lgpl2.0+))) -(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") |