[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
327/347: gnu: kpublictransport: Update to 24.05.1.
From: |
guix-commits |
Subject: |
327/347: gnu: kpublictransport: 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 d33aece255860fae373ffd8cae1f5ab1f6639179
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 16:26:02 2024 +0800
gnu: kpublictransport: Update to 24.05.1.
* gnu/packages/kde.scm (kpublictransport): Update to 24.05.1.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtdeclarative-5, networkmanager-qt, and ki18n; add
qtdeclarative, networkmanager-qt-6, and ki18n-6.
Change-Id: Iac7130c22ca24febb54cb51d3941c8b56cbfa3bc
---
gnu/packages/kde.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 8645d4c953..ae6cc1888f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1201,7 +1201,7 @@ multi-floor indoor maps.")
(define-public kpublictransport
(package
(name "kpublictransport")
- (version "23.04.3")
+ (version "24.05.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@@ -1209,10 +1209,11 @@ multi-floor indoor maps.")
".tar.xz"))
(sha256
(base32
- "04fa9ismgkhskpmjf6b8gvra2z0jpsigz79b93m1snxm4046xihb"))))
+ "1dm1j5d6kpxjkh0di837iw7yc9znph3vqka85csbz9x5yq6hj1s7"))))
(build-system qt-build-system)
(arguments
- (list #:phases #~(modify-phases %standard-phases
+ (list #:qtbase qtbase
+ #:phases #~(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* (#:key inputs #:allow-other-keys)
(setenv "QT_QPA_PLATFORM" "offscreen")
@@ -1226,10 +1227,10 @@ multi-floor indoor maps.")
(inputs (list clipper
osmctools
protobuf
- qtdeclarative-5
+ qtdeclarative
zlib
- networkmanager-qt
- ki18n))
+ networkmanager-qt-6
+ ki18n-6))
(home-page "https://api.kde.org/kdepim/kpublictransport/html/index.html")
(synopsis "Library for accessing realtime public transport data")
(description
- 333/347: gnu: kdf: Update to 24.05.1., (continued)
- 333/347: gnu: kdf: Update to 24.05.1., guix-commits, 2024/06/28
- 343/347: gnu: kcalc: Update to 24.05.1., guix-commits, 2024/06/28
- 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 <=
- 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, 2024/06/28
- 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