gnu: kosmindoormap: Update to 24.05.2.

* gnu/packages/kde.scm (kosmindoormap): Update to 24.05.2.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtbase and qtdeclarative.
[native-inputs]: Add python-minimal.

Change-Id: I89471f65e6b717301ad17385b60d1348dc0b0eec
This commit is contained in:
Zheng Junjie 2024-07-06 18:26:21 +08:00
parent a8f58bfafb
commit f12d8833f4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1160,21 +1160,21 @@ (define-public kopeninghours
(define-public kosmindoormap (define-public kosmindoormap
(package (package
(name "kosmindoormap") (name "kosmindoormap")
(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
"1winrgc3698wjpil0hblw7bgbgaxgjh6h3dsl1kwc77w14f6vql3")))) "1inch8vnh96lbklrj9w6d7vyqnbaig8f0kgfr5k7i5983vqpsvlm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list bison extra-cmake-modules flex)) (native-inputs (list bison extra-cmake-modules flex python-minimal))
(inputs (list ki18n (inputs (list ki18n
kopeninghours kopeninghours
kpublictransport kpublictransport
qtbase-5 qtbase
qtdeclarative-5 qtdeclarative
zlib)) zlib))
(home-page "https://invent.kde.org/libraries/kosmindoormap") (home-page "https://invent.kde.org/libraries/kosmindoormap")
(synopsis "Indoor map renderer") (synopsis "Indoor map renderer")