GNU bug report logs -
#76310
[PATCH] gnu: marble-qt: Update to 24.12.2.
Previous Next
Reported by: Olivier Rojon <o.rojon <at> posteo.net>
Date: Sat, 15 Feb 2025 19:51:02 UTC
Severity: normal
Tags: patch
Done: Olivier Rojon <o.rojon <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76310 in the body.
You can then email your comments to 76310 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix <at> cbaines.net, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#76310
; Package
guix-patches
.
(Sat, 15 Feb 2025 19:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Olivier Rojon <o.rojon <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix <at> cbaines.net, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Sat, 15 Feb 2025 19:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde.scm (marble-qt): Update to 24.12.2.
Change-Id: Ifc0b87ab3704d5dc5efb6920345fcde1692f3107
---
gnu/packages/kde.scm | 75 +++++++++++++++++++++++---------------------
1 file changed, 40 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 7a7c7f8f10..0a7ca486ac 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1793,7 +1793,7 @@ (define-public libkdegames
(define-public marble-qt
(package
(name "marble-qt")
- (version "24.05.2")
+ (version "24.12.2")
(source
(origin
(method git-fetch)
@@ -1802,47 +1802,52 @@ (define-public marble-qt
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "126zm2r637zd8xg0mrqh3g0phlph440ayyzrx8hfvb03drx6y70z"))))
+ (base32 "1pmywj95x8a343k4da35xsmdg1x6146k3xbh7s1iij8p3hx6vran"))))
(build-system qt-build-system)
(arguments
;; FIXME: libmarblewidget-qt5.so.28 not found. Also enable the
;; corresponding configure flag to build tests.
- (list #:tests? #f
- #:configure-flags
- #~(list "-DBUILD_MARBLE_TOOLS=YES" ; file conversion tools
- "-DBUILD_TOUCH=YES"
- "-DBUILD_MARBLE_TESTS=FALSE")))
- (native-inputs
- (list extra-cmake-modules kdoctools-5 qttools-5
- osmctools))
+ (list
+ #:tests? #f
+ #:configure-flags #~(list "-DBUILD_MARBLE_TOOLS=YES" ;file conversion tools
+ "-DBUILD_TOUCH=YES")
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'alter-osmctools-lookup
+ (lambda _
+ (substitute* "tools/vectorosm-tilecreator/autotests/CMakeLists.txt"
+ (("\\$<TARGET_FILE:osmconvert>")
+ (which "osmconvert"))))))))
+ (native-inputs (list abseil-cpp extra-cmake-modules kdoctools osmctools
+ qttools))
;; One optional dependency missing: libwlocate.
- (inputs
- (list gpsd
- kcoreaddons-5
- kcrash-5
- ki18n-5
- kio-5
- knewstuff-5
- kparts-5
- krunner-5
- kwallet-5
- perl
- phonon
- protobuf
- qtbase-5
- qtdeclarative-5
- qtlocation-5
- qtserialport
- qtsvg-5
- qtwebchannel-5
- qtwebengine-5
- shapelib
- shared-mime-info
- zlib))
+ (inputs (list gpsd
+ kcoreaddons
+ kcrash
+ ki18n
+ kio
+ knewstuff
+ kparts
+ krunner
+ kwallet
+ perl
+ phonon
+ protobuf
+ qt5compat
+ qtbase
+ qtdeclarative
+ qtlocation
+ qtpositioning
+ qtserialport
+ qtsvg
+ qtwebchannel
+ qtwebengine
+ shapelib
+ shared-mime-info
+ zlib))
(home-page "https://marble.kde.org/")
(synopsis "Virtual globe and world atlas")
- (description "Marble is similar to a desktop globe. At closer scale it
+ (description
+ "Marble is similar to a desktop globe. At closer scale it
becomes a world atlas, while OpenStreetMap takes the user to street level. It
supports searching for places of interest, viewing Wikipedia articles,
creating routes by drag and drop and more.")
--
2.48.1
bug closed, send any further explanations to
76310 <at> debbugs.gnu.org and Olivier Rojon <o.rojon <at> posteo.net>
Request was from
Olivier Rojon <o.rojon <at> posteo.net>
to
control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 19:00:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 10 Apr 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.