gnu: Add breeze-assets.
* gnu/packages/kde-frameworks.scm (breeze-assets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									191e79dab2
								
							
						
					
					
						commit
						41b35576e7
					
				
					 1 changed files with 31 additions and 0 deletions
				
			
		|  | @ -57,6 +57,7 @@ | ||||||
|   #:use-module (gnu packages gstreamer) |   #:use-module (gnu packages gstreamer) | ||||||
|   #:use-module (gnu packages image) |   #:use-module (gnu packages image) | ||||||
|   #:use-module (gnu packages kerberos) |   #:use-module (gnu packages kerberos) | ||||||
|  |   #:use-module (gnu packages kde-plasma) | ||||||
|   #:use-module (gnu packages libreoffice) |   #:use-module (gnu packages libreoffice) | ||||||
|   #:use-module (gnu packages linux) |   #:use-module (gnu packages linux) | ||||||
|   #:use-module (gnu packages mp3) |   #:use-module (gnu packages mp3) | ||||||
|  | @ -325,6 +326,36 @@ It is the default icon theme for the KDE Plasma 5 desktop.") | ||||||
|     ;; text. |     ;; text. | ||||||
|     (license license:lgpl3+))) |     (license license:lgpl3+))) | ||||||
| 
 | 
 | ||||||
|  | (define-public breeze-assets | ||||||
|  |   (package | ||||||
|  |     (inherit breeze-icons) | ||||||
|  |     (name "breeze-assets") | ||||||
|  |     (version "5.19.5") | ||||||
|  |     (source (origin | ||||||
|  |               (method url-fetch) | ||||||
|  |               (uri (string-append | ||||||
|  |                     "mirror://kde/stable/plasma/" version | ||||||
|  |                     "/breeze-" version ".tar.xz")) | ||||||
|  |               (sha256 | ||||||
|  |                (base32 | ||||||
|  |                 "0dpk1w7zcafrzf46j060i1qb0fwqpsflkfzr6gcar81llmjnc4b1")))) | ||||||
|  |     (inputs | ||||||
|  |      `(,@(package-inputs breeze-icons) | ||||||
|  |        ("ki18n" ,ki18n) | ||||||
|  |        ("kpackage" ,kpackage) | ||||||
|  |        ("kguiaddons" ,kguiaddons) | ||||||
|  |        ("kdecoration" ,kdecoration) | ||||||
|  |        ("kcoreaddons" ,kcoreaddons) | ||||||
|  |        ("kiconthemes" ,kiconthemes) | ||||||
|  |        ("kwindowsystem" ,kwindowsystem) | ||||||
|  |        ("kconfigwidgets" ,kconfigwidgets) | ||||||
|  |        ("qtx11extras" ,qtx11extras))) | ||||||
|  |     (home-page "https://github.com/KDE/breeze") | ||||||
|  |     (synopsis "Artwork, styles and assets for the Breeze visual style") | ||||||
|  |     (description "This package contains artwork, styles and assets associated | ||||||
|  | with the Breeze visual style.") | ||||||
|  |     (license license:gpl2+))) | ||||||
|  | 
 | ||||||
| (define-public kapidox | (define-public kapidox | ||||||
|   (package |   (package | ||||||
|     (name "kapidox") |     (name "kapidox") | ||||||
|  |  | ||||||
		Reference in a new issue