guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]