guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/143: gnu: Add plasma-firewall.


From: guix-commits
Subject: 73/143: gnu: Add plasma-firewall.
Date: Mon, 21 Nov 2022 16:10:47 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4646bc2f59ba5fcd2918370ddaa8e81c8ecebaf0
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 08:13:24 2022 +0200

    gnu: Add plasma-firewall.
    
    * gnu/packages/kde-plasma.scm (plasma-firewall): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8ee5999211..4496eab31c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -753,6 +753,32 @@ on QtMultimedia and @command{yt-dlp}.")
     (home-page "https://invent.kde.org/plasma/plasma-disks";)
     (license (list license:gpl2 license:gpl3))))
 
+(define-public plasma-firewall
+  (package
+    (name "plasma-firewall")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0k3pc0dcsjr2hhh4hr8vhsvaddn66s6imm8skrr02icxqvljs6jh"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list iproute
+                  kcoreaddons
+                  kcmutils
+                  ki18n
+                  kdeclarative
+                  python
+                  qtdeclarative-5))
+    (synopsis "Control Panel for system firewall")
+    (description "This package provides interface to system firewall.")
+    (home-page "https://invent.kde.org/plasma/plasma-firewall";)
+    (license (list license:gpl2 license:gpl3))))
+
 (define-public plasma-integration
   (package
     (name "plasma-integration")



reply via email to

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