gnu: knavalbattle: Update to 24.05.2.
* gnu/packages/kde-games.scm (knavalbattle): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: I867573e52356491530ad6f4c6047226ed5caeceb
This commit is contained in:
		
							parent
							
								
									0468fe6d53
								
							
						
					
					
						commit
						13e0846644
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -1445,15 +1445,16 @@ This package is part of the KDE games module.")
 | 
				
			||||||
(define-public knavalbattle
 | 
					(define-public knavalbattle
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "knavalbattle")
 | 
					    (name "knavalbattle")
 | 
				
			||||||
    (version "23.04.3")
 | 
					    (version "24.05.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (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/knavalbattle-" version ".tar.xz"))
 | 
					                           "/src/knavalbattle-" version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					       (sha256
 | 
				
			||||||
       (base32 "1brj2dvymgpf74vbsrs2m81lxxfxsly9pafd13g8rkzdx3hn1n0q"))))
 | 
					        (base32 "0smr35f76hhy7gzla6q2ly9ip01ly3v33xhqq9dqpp144bs4vkab"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
 | 
					    (arguments (list #:qtbase qtbase))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules kdoctools))
 | 
					     (list extra-cmake-modules kdoctools))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					@ -1469,8 +1470,7 @@ This package is part of the KDE games module.")
 | 
				
			||||||
           ktextwidgets
 | 
					           ktextwidgets
 | 
				
			||||||
           kxmlgui
 | 
					           kxmlgui
 | 
				
			||||||
           libkdegames
 | 
					           libkdegames
 | 
				
			||||||
           qtbase-5
 | 
					           qtdeclarative))
 | 
				
			||||||
           qtdeclarative-5))
 | 
					 | 
				
			||||||
    (home-page "https://apps.kde.org/knavalbattle/")
 | 
					    (home-page "https://apps.kde.org/knavalbattle/")
 | 
				
			||||||
    (synopsis "Battleship board game with built-in game server")
 | 
					    (synopsis "Battleship board game with built-in game server")
 | 
				
			||||||
    (description "KBattleship is a Battle Ship game for KDE.
 | 
					    (description "KBattleship is a Battle Ship game for KDE.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue