* [bug#54699] [PATCH] gnu: marble-qt: Update to 21.12.3.
@ 2022-04-03 19:20 Michael Rohleder
2022-04-04 8:51 ` bug#54699: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-04-03 19:20 UTC (permalink / raw)
To: 54699; +Cc: Michael Rohleder
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54699: [PATCH] gnu: marble-qt: Update to 21.12.3.
2022-04-03 19:20 [bug#54699] [PATCH] gnu: marble-qt: Update to 21.12.3 Michael Rohleder
@ 2022-04-04 8:51 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-04 8:51 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 54699-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 9bd4ed3dded7b770f1989f6084d565f7086fdcd3.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-04 9:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 19:20 [bug#54699] [PATCH] gnu: marble-qt: Update to 21.12.3 Michael Rohleder
2022-04-04 8:51 ` bug#54699: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).