gnu: kopeninghours: Update to 24.05.2.
* gnu/packages/kde.scm (kopeninghours): Update to 24.05.2. [arguments]<#:configure-flags>: Add -DBUILD_WITH_QT6=ON. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtbase and qtdeclarative. Change-Id: I3aae33923914807932f1148e0dd1352a4456e75a
This commit is contained in:
		
							parent
							
								
									5dd48dc98b
								
							
						
					
					
						commit
						a8f58bfafb
					
				
					 1 changed files with 13 additions and 11 deletions
				
			
		|  | @ -1124,17 +1124,19 @@ include: | ||||||
| (define-public kopeninghours | (define-public kopeninghours | ||||||
|   (package |   (package | ||||||
|     (name "kopeninghours") |     (name "kopeninghours") | ||||||
|     (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/" |               (uri (string-append "mirror://kde/stable/release-service/" | ||||||
|                                   version "/src/" name "-" version ".tar.xz")) |                                   version "/src/" name "-" version ".tar.xz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9")))) |                 "132ihgsv1l8nz24ycddfp146czhnfcgrjfnffjb91w5l4a5wv3k4")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      (list #:phases #~(modify-phases %standard-phases |      (list | ||||||
|  |       #:configure-flags #~(list "-DBUILD_WITH_QT6=ON") | ||||||
|  |       #:phases #~(modify-phases %standard-phases | ||||||
|                    (replace 'check |                    (replace 'check | ||||||
|                      (lambda* (#:key tests? #:allow-other-keys) |                      (lambda* (#:key tests? #:allow-other-keys) | ||||||
|                        (when tests? |                        (when tests? | ||||||
|  | @ -1146,8 +1148,8 @@ include: | ||||||
|                   kholidays |                   kholidays | ||||||
|                   ki18n |                   ki18n | ||||||
|                   osmctools |                   osmctools | ||||||
|                   qtbase-5 |                   qtbase | ||||||
|                   qtdeclarative-5)) |                   qtdeclarative)) | ||||||
|     (home-page "https://invent.kde.org/libraries/kopeninghours") |     (home-page "https://invent.kde.org/libraries/kopeninghours") | ||||||
|     (synopsis "Get opening hours from OpenStreetMap") |     (synopsis "Get opening hours from OpenStreetMap") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue