[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/45: gnu: Add sddm-kcm.
From: |
guix-commits |
Subject: |
34/45: gnu: Add sddm-kcm. |
Date: |
Sun, 31 Jan 2021 10:27:28 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit effa36c3e550743141fff1cfd0f26b9345dd391f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:57:01 2017 +0200
gnu: Add sddm-kcm.
* gnu/packages/kde-plasma.scm (sddm-kcm): New variable.
---
gnu/packages/kde-plasma.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b6d179f..f4c9503 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1694,3 +1694,38 @@ Mount() method) for unprivileged (desktop) applications.
PolicyKit-Kde provides a D-Bus session bus service that is used to bring up
authentication dialogs used for obtaining privileges.")
(license license:gpl2+)))
+
+(define-public sddm-kcm
+ (package
+ (name "sddm-kcm")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/sddm-kcm-" version ".tar.xz"))
+ (sha256
+ (base32 "0f77pmg7m8s3vjswl3ksam2rrpawy25p88w1rfigqiy83y1cd8iv"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("karchive" ,karchive)
+ ("kauth" ,kauth)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("knewstuff" ,knewstuff)
+ ("kxmlgui" ,kxmlgui)
+ ("libxcursor" ,libxcursor) ;; Missing as dependency
+ ("qtbase" ,qtbase)
+ ("xcb-util-image" ,xcb-util-image)
+ ("qtdeclarative" ,qtdeclarative)
+ ("qtx11extras" ,qtx11extras)))
+ (home-page "https://invent.kde.org/plasma/sddm-kcm")
+ (synopsis "SDDM configuration module for KDE")
+ (description "This is a System Settings configuration module for
+configuring the SDDM Display Manager.")
+ (license license:gpl2+)))
- 35/45: gnu: Add systemsettings., (continued)
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys., guix-commits, 2021/01/31
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM., guix-commits, 2021/01/31
- 11/45: TEMP Add some Readme-files for packaging Plasma for Guix., guix-commits, 2021/01/31
- 41/45: gnu: Add breeze-plymouth DUMMY., guix-commits, 2021/01/31
- 06/45: gnu: Add kwin. use a patch REWORD, guix-commits, 2021/01/31
- 34/45: gnu: Add sddm-kcm.,
guix-commits <=
- 45/45: TEMP Add "playgound" for runninc plasma on another virtual terminal., guix-commits, 2021/01/31
- 32/45: gnu: Add plasma-workspace-wallpapers., guix-commits, 2021/01/31