mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add powerdevil.
* gnu/packages/kde-plasma.scm (powerdevil): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
60caef04e6
commit
ee62d19d9e
1 changed files with 44 additions and 0 deletions
|
@ -1815,6 +1815,50 @@ (define-public polkit-kde-agent
|
|||
(home-page "https://invent.kde.org/plasma/polkit-kde-agent-1")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public powerdevil
|
||||
(package
|
||||
(name "powerdevil")
|
||||
(version "5.25.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0anisirn7z8aw442npdnk1csb5ghpzj2hx49gpw4l6ijk70b76pr"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools-5 pkg-config))
|
||||
(inputs (list bluez-qt
|
||||
glib
|
||||
kauth
|
||||
kactivities
|
||||
kscreen
|
||||
kidletime
|
||||
kconfig
|
||||
kdbusaddons
|
||||
solid
|
||||
ki18n
|
||||
kcrash
|
||||
knotifyconfig
|
||||
networkmanager-qt
|
||||
kio
|
||||
kwayland
|
||||
kglobalaccel
|
||||
kcrash
|
||||
knotifications
|
||||
kirigami
|
||||
libcap
|
||||
libkscreen
|
||||
network-manager
|
||||
plasma-workspace
|
||||
eudev
|
||||
qtx11extras))
|
||||
(synopsis "Manage power consumption")
|
||||
(description "This package provides the power consumption settings
|
||||
of a Plasma shell.")
|
||||
(home-page "https://invent.kde.org/plasma/powerdevil")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public system-settings
|
||||
(package
|
||||
(name "system-settings")
|
||||
|
|
Loading…
Reference in a new issue