gnu: Add plasma-firewall.
* gnu/packages/kde-plasma.scm (plasma-firewall): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
		
							parent
							
								
									d113630f98
								
							
						
					
					
						commit
						4646bc2f59
					
				
					 1 changed files with 26 additions and 0 deletions
				
			
		|  | @ -753,6 +753,32 @@ on QtMultimedia and @command{yt-dlp}.") | ||||||
|     (home-page "https://invent.kde.org/plasma/plasma-disks") |     (home-page "https://invent.kde.org/plasma/plasma-disks") | ||||||
|     (license (list license:gpl2 license:gpl3)))) |     (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 | (define-public plasma-integration | ||||||
|   (package |   (package | ||||||
|     (name "plasma-integration") |     (name "plasma-integration") | ||||||
|  |  | ||||||
		Reference in a new issue