[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
326/347: gnu: kopeninghours: Update to 24.05.1.
From: |
guix-commits |
Subject: |
326/347: gnu: kopeninghours: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:27 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 953c8ef2a1e6d6c6d73beabd2d0813439848dd84
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 16:27:52 2024 +0800
gnu: kopeninghours: Update to 24.05.1.
* gnu/packages/kde.scm (kopeninghours): Update to 24.05.1.
[arguments]<#:configure-flags>: Add -DBUILD_WITH_QT6=ON.
[inputs]: Remove kholidays, ki18n, qtbase-5, and qtdeclarative-5; add
kholidays-6, ki18n-6, qtbase, and qtdeclarative.
Change-Id: I833d72b57ef3c1af599e98cbc9aa8e47959bc5dd
---
gnu/packages/kde.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 3f779e317a..8645d4c953 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1101,30 +1101,32 @@ include:
(define-public kopeninghours
(package
(name "kopeninghours")
- (version "23.04.3")
+ (version "24.05.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9"))))
+ "18l9dxrvkn1gdj62q4gyfk77pvc5nzdldqpyhdz0vvwfj3zf0sy2"))))
(build-system cmake-build-system)
(arguments
- (list #:phases #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "QT_QPA_PLATFORM" "offscreen")
- (invoke "ctest" "-E"
- "(evaluatetest|iterationtest)")))))))
+ (list
+ #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")
+ #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ (invoke "ctest" "-E"
+ "(evaluatetest|iterationtest)")))))))
(native-inputs (list bison extra-cmake-modules flex))
(inputs (list boost
- kholidays
- ki18n
+ kholidays-6
+ ki18n-6
osmctools
- qtbase-5
- qtdeclarative-5))
+ qtbase
+ qtdeclarative))
(home-page "https://invent.kde.org/libraries/kopeninghours")
(synopsis "Get opening hours from OpenStreetMap")
(description
- 288/347: gnu: qqc2-breeze-style: Update to 6.1.1., (continued)
- 288/347: gnu: qqc2-breeze-style: Update to 6.1.1., guix-commits, 2024/06/28
- 294/347: gnu: plasma-desktop: Update to 6.1.1., guix-commits, 2024/06/28
- 305/347: gnu: plasma-workspace-wallpapers: Update to 6.1.1., guix-commits, 2024/06/28
- 310/347: gnu: baloo-widgets: Update to 24.05.1., guix-commits, 2024/06/28
- 316/347: gnu: kio-extras: Update to 24.05.1., guix-commits, 2024/06/28
- 315/347: gnu: kdenlive: Update to 24.05.1., guix-commits, 2024/06/28
- 319/347: gnu: kolourpaint: Update to 24.05.1., guix-commits, 2024/06/28
- 325/347: gnu: kompare: Update to 24.05.1., guix-commits, 2024/06/28
- 327/347: gnu: kpublictransport: Update to 24.05.1., guix-commits, 2024/06/28
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1.,
guix-commits <=
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1., guix-commits, 2024/06/28
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1., guix-commits, 2024/06/28
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28
- 340/347: gnu: filelight: Update to 24.05.1., guix-commits, 2024/06/28
- 344/347: gnu: kcharselect: Update to 24.05.1., guix-commits, 2024/06/28
- 345/347: gnu: kdialog: Update to 24.05.1., guix-commits, 2024/06/28
- 347/347: gnu: kmag: Update to 24.05.1., guix-commits, 2024/06/28