gnu: yakuake: Update to 24.05.2.
* gnu/packages/kde-systemtools.scm (yakuake): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtsvg-5, and qtx11extras; add kstatusnotifieritem, libxkbcommon, and qtsvg. Change-Id: I506c8113d04927b18401028d17b9017ce23b0b6f
This commit is contained in:
		
							parent
							
								
									318e0b4ba5
								
							
						
					
					
						commit
						a420caaf1a
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -442,14 +442,14 @@ This package is part of the KDE administration module.")
 | 
				
			||||||
(define-public yakuake
 | 
					(define-public yakuake
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "yakuake")
 | 
					    (name "yakuake")
 | 
				
			||||||
    (version "23.04.3")
 | 
					    (version "24.05.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://kde/stable/release-service/" version
 | 
					              (uri (string-append "mirror://kde/stable/release-service/" version
 | 
				
			||||||
                                  "/src/yakuake-" version ".tar.xz"))
 | 
					                                  "/src/yakuake-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "17ylm5z5lzjq5g4d48s0clpl3hg4rym9sc1p5hr0wfs9jx7197jy"))))
 | 
					                "0bgpnvq1dpijrz3vj7yjw5dkss98l22iirqrvih3wgm0n6ccaix2"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules))
 | 
					     (list extra-cmake-modules))
 | 
				
			||||||
| 
						 | 
					@ -469,12 +469,13 @@ This package is part of the KDE administration module.")
 | 
				
			||||||
           knotifyconfig
 | 
					           knotifyconfig
 | 
				
			||||||
           konsole
 | 
					           konsole
 | 
				
			||||||
           kparts
 | 
					           kparts
 | 
				
			||||||
 | 
					           kstatusnotifieritem
 | 
				
			||||||
           kwayland
 | 
					           kwayland
 | 
				
			||||||
           kwidgetsaddons
 | 
					           kwidgetsaddons
 | 
				
			||||||
           kwindowsystem
 | 
					           kwindowsystem
 | 
				
			||||||
           qtbase-5
 | 
					           libxkbcommon
 | 
				
			||||||
           qtsvg-5
 | 
					           qtsvg))
 | 
				
			||||||
           qtx11extras))
 | 
					    (arguments (list #:qtbase qtbase))
 | 
				
			||||||
    (home-page "https://apps.kde.org/yakuake/")
 | 
					    (home-page "https://apps.kde.org/yakuake/")
 | 
				
			||||||
    (synopsis "Quad-style terminal emulator for KDE")
 | 
					    (synopsis "Quad-style terminal emulator for KDE")
 | 
				
			||||||
    (description "Yakuake is a drop-down terminal emulator based on KDE Konsole
 | 
					    (description "Yakuake is a drop-down terminal emulator based on KDE Konsole
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue