[PATCH] gnu: marble-qt: Update to 21.12.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220403192056.2184-1-mike@rohleder.de
* gnu/packages/kde.scm (marble-qt): Update to 21.12.3.
[inputs]: Add qtwebchannel, qtwebengine.
---
gnu/packages/kde.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (43 lines)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index e88ac7de15..ba81e1c387 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2018, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
;;; Copyright © 2020, 2021, 2022 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
@@ -987,7 +987,7 @@ (define-public libkdegames
(define-public marble-qt
(package
(name "marble-qt")
- (version "21.08.3")
+ (version "21.12.3")
(source
(origin
(method git-fetch)
@@ -996,7 +996,7 @@ (define-public marble-qt
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15gqym45z0gjzdc4ypfj0fki96c3dad4ygsi6lfr8yvwsx8swrb6"))))
+ (base32 "1h5a7did4shi3z5l0ad9arl6xr79xpjr7dbzx5l8xpp771pb0pcj"))))
(build-system qt-build-system)
(arguments
;; FIXME: libmarblewidget-qt5.so.28 not found. Also enable the
@@ -1028,7 +1028,8 @@ (define-public marble-qt
qtlocation
qtserialport
qtsvg
- ;; ("qtwebengine" ,qtwebengine) ; FIXME: not found by CMake
+ qtwebchannel
+ qtwebengine
shapelib
shared-mime-info
zlib))
--
2.34.0
Guillaume Le Vaillant wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 54699-done@debbugs.gnu.org)
8735iti61v.fsf@kitej
Patch pushed as 9bd4ed3dded7b770f1989f6084d565f7086fdcd3.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYkqx3A8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+50AEAkPzZJXMeaCjk5q813MQRUan64bNyzOwnNID/
TpEzq3YBAKeJP6U+wAD11h7uW3MYtVUCnC0qGGMpggOSk9kE67GJ
=ssZ5
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54699@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54699
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help