[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/45: gnu: Add plasma-nm.
From: |
guix-commits |
Subject: |
28/45: gnu: Add plasma-nm. |
Date: |
Sun, 31 Jan 2021 10:27:26 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit da2d805612ac67db912e8a43a19b966c5c63e5db
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:41:14 2017 +0200
gnu: Add plasma-nm.
* gnu/packages/kde-plasma.scm (plasma-nm): New variable.
---
gnu/packages/kde-plasma.scm | 57 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index ca01bbe..110196a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1270,6 +1270,63 @@ for better integration of Qt applications when running
on a KDE Plasma
workspace. Applications do not need to link to this directly.")
(license license:lgpl3+))) ;; KDE e.V.
+(define-public plasma-nm
+ (package
+ (name "plasma-nm")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/plasma-nm-" version ".tar.xz"))
+ (sha256
+ (base32 "1f9b9zb4lmg91a3hibf7yx4l8syzvv2n42addmkdxbmckcrf0gs3"))))
+ (build-system qt-build-system)
+ ;; TODO: Still some unknown property types, e.g for key
+ ;; "X-KDE-ModuleType", "X-NetworkManager-Services"
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)
+ ("qttools" ,qttools)))
+ (inputs
+ ;; TODO: Think about enabling openconnect
+ `(("kcompletion" ,kcompletion)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kdeclarative" ,kdeclarative)
+ ("kded" ,kded) ;; required for property type definitions
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kinit" ,kinit)
+ ("kio" ,kio)
+ ("kitemviews" ,kitemviews)
+ ("knotifications" ,knotifications)
+ ("kservice" ,kservice)
+ ("kwallet" ,kwallet)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kwindowsystem" ,kwindowsystem)
+ ("kxmlgui" ,kxmlgui)
+ ("mobile-broadband-provider-info" ,mobile-broadband-provider-info)
+ ("modemmanager-qt" ,modemmanager-qt)
+ ("networkmanager-qt" ,networkmanager-qt)
+ ("plasma-framework" ,plasma-framework)
+ ("qca" ,qca)
+ ("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)
+ ("solid" ,solid)))
+ (home-page "https://invent.kde.org/plasma/plasma-nm")
+ (synopsis "Plasma5 NetworkManager applet")
+ (description "This package contains the Network Management plasma widget
+which aims to provide a fully featured GUI for managing networks. Currently,
+the only supported backend is NetworkManager. Support for wired, wireless,
+mobile and VPN networks are provided. The widget is exclusively written for
+KDE Plasma workspaces and it is not supposed to work in other environments.
+
+In order to start using the widget, look for 'Network Management' in the 'Add
+Widgets' dialog of the Plasma workspace you're using.")
+ (license license:gpl3))) ;; KDE e.V.
+
(define-public plasma-wayland-protocols
(package
(name "plasma-wayland-protocols")
- 09/45: WIP services: Add KDE Plasme desktop service., (continued)
- 09/45: WIP services: Add KDE Plasme desktop service., guix-commits, 2021/01/31
- 05/45: gnu: Add kwayland-server., guix-commits, 2021/01/31
- 02/45: gnu: Add ksysguard., guix-commits, 2021/01/31
- 12/45: TEMP Add some scripts for maintaining KDE packages., guix-commits, 2021/01/31
- 14/45: TEMP Add custom `startkde` script to be used in the VM., guix-commits, 2021/01/31
- 16/45: gnu: Add bluedevil., guix-commits, 2021/01/31
- 29/45: gnu: Add plasma-pa., guix-commits, 2021/01/31
- 03/45: gnu: Add kwayland-integration., guix-commits, 2021/01/31
- 08/45: gnu: Add plasma-desktop., guix-commits, 2021/01/31
- 04/45: gnu: Add plasma-wayland-protocols., guix-commits, 2021/01/31
- 28/45: gnu: Add plasma-nm.,
guix-commits <=
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit., guix-commits, 2021/01/31
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31