[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/465: gnu: plasma-firewall: Update to 6.1.2.
From: |
guix-commits |
Subject: |
121/465: gnu: plasma-firewall: Update to 6.1.2. |
Date: |
Tue, 16 Jul 2024 11:02:43 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f7478bbf8a58304b71d1afc95b81032ec47bc958
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:58:38 2024 +0800
gnu: plasma-firewall: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-firewall): Update to 6.1.2.
[inputs]: Remove qtdeclarative-5; add kauth and qtdeclarative.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I71ac471595c624ffcf56297ee938aa4e04f7cbb9
---
gnu/packages/kde-plasma.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index c51d640520..d2c881a458 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1878,7 +1878,7 @@ activities effectively, without being distracting.")
(define-public plasma-firewall
(package
(name "plasma-firewall")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1886,16 +1886,18 @@ activities effectively, without being distracting.")
version ".tar.xz"))
(sha256
(base32
- "1n5ljkydhcx6qapwrshslq835zaf02gssp2zvzi3vwfy4asc7ind"))))
+ "0k2rf8w5iwsxnq0amrss8p0ncl3q4sxl06531p3d2ga6glh0kspn"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))
(inputs (list iproute
+ kauth
kcoreaddons
kcmutils
ki18n
kdeclarative
python
- qtdeclarative-5))
+ qtdeclarative))
(synopsis "Control Panel for system firewall")
(description "This package provides interface to system firewall.")
(home-page "https://invent.kde.org/plasma/plasma-firewall")
- 84/465: gnu: Remove kinit-bootstrap., (continued)
- 84/465: gnu: Remove kinit-bootstrap., guix-commits, 2024/07/16
- 86/465: gnu: qqc2-desktop-style: Update to 6.3.0., guix-commits, 2024/07/16
- 87/465: gnu: kdegraphics-mobipocket: Update to 24.05.2., guix-commits, 2024/07/16
- 88/465: gnu: Add ksvg., guix-commits, 2024/07/16
- 91/465: gnu: ktexteditor: Update to 6.3.0., guix-commits, 2024/07/16
- 92/465: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/16
- 100/465: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/16
- 109/465: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/16
- 113/465: gnu: plasma-workspace-wallpapers: Update to 6.1.2., guix-commits, 2024/07/16
- 114/465: gnu: polkit-kde-agent: Update to 6.1.2., guix-commits, 2024/07/16
- 121/465: gnu: plasma-firewall: Update to 6.1.2.,
guix-commits <=
- 133/465: gnu: kwin: Update to 6.1.2., guix-commits, 2024/07/16
- 142/465: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/16
- 143/465: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/16
- 144/465: gnu: plasma-welcome: Update to 6.1.2., guix-commits, 2024/07/16
- 146/465: gnu: powerdevil: Update to 6.1.2., guix-commits, 2024/07/16
- 147/465: gnu: milou: Update to 6.1.2., guix-commits, 2024/07/16
- 148/465: gnu: ksystemstats: Update to 6.1.2., guix-commits, 2024/07/16
- 158/465: gnu: Add qqc2-breeze-style., guix-commits, 2024/07/16
- 168/465: gnu: sweeper: Update to 24.05.2., guix-commits, 2024/07/16
- 175/465: gnu: fcitx5-configtool: Update to 5.1.3., guix-commits, 2024/07/16