gnu: ktimer: Update to 24.05.2.
* gnu/packages/kde.scm (ktimer): Update to 24.05.2. [inputs]: Add kconfigwidgets, kstatusnotifieritem, and qt5compat. [arguments]: Set #:qtbase to qtbase. Change-Id: Icb858a3df5cd5b006439e2ce73d023b2861e02ba
This commit is contained in:
		
							parent
							
								
									c04cb6971c
								
							
						
					
					
						commit
						7a1305f234
					
				
					 1 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
					@ -1447,14 +1447,14 @@ unmount drives and view them in a file manager.")
 | 
				
			||||||
(define-public ktimer
 | 
					(define-public ktimer
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ktimer")
 | 
					    (name "ktimer")
 | 
				
			||||||
    (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/ktimer-" version ".tar.xz"))
 | 
					                                  "/src/ktimer-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1n5az5cgb0q28lz5f7afqjlfga32q232g836nkl1sfq8n5whj5z5"))))
 | 
					                "1s3fwxxdpc4qsxby01sdp5c2sdzb1a9y37d172gvk41148swl5np"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules
 | 
					     (list extra-cmake-modules
 | 
				
			||||||
| 
						 | 
					@ -1463,7 +1463,11 @@ unmount drives and view them in a file manager.")
 | 
				
			||||||
     (list kdbusaddons
 | 
					     (list kdbusaddons
 | 
				
			||||||
           ki18n
 | 
					           ki18n
 | 
				
			||||||
           kio
 | 
					           kio
 | 
				
			||||||
           knotifications))
 | 
					           knotifications
 | 
				
			||||||
 | 
					           kconfigwidgets
 | 
				
			||||||
 | 
					           kstatusnotifieritem
 | 
				
			||||||
 | 
					           qt5compat))
 | 
				
			||||||
 | 
					    (arguments (list #:qtbase qtbase))
 | 
				
			||||||
    (home-page "https://kde.org/applications/utilities/ktimer")
 | 
					    (home-page "https://kde.org/applications/utilities/ktimer")
 | 
				
			||||||
    (synopsis "Countdown Launcher")
 | 
					    (synopsis "Countdown Launcher")
 | 
				
			||||||
    (description "KTimer is a little tool to execute programs after some time.
 | 
					    (description "KTimer is a little tool to execute programs after some time.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue