unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52818] [PATCH] gnu: qmapshack: Update to 1.16.1.
@ 2021-12-27 15:00 Nikolay Korotkiy
  2021-12-27 15:02 ` [bug#52818] [PATCH] gnu: proj: Fix version number Nikolay Korotkiy
  2021-12-28  0:15 ` bug#52818: [PATCH] gnu: qmapshack: Update to 1.16.1 Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Nikolay Korotkiy @ 2021-12-27 15:00 UTC (permalink / raw)
  To: 52818; +Cc: Nikolay Korotkiy

* gnu/packages/geo.scm (qmapshack): Update to 1.16.1.
---
 gnu/packages/geo.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e837b9989d..f7866d4b4b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1818,7 +1818,7 @@ (define-public routino
 (define-public qmapshack
   (package
     (name "qmapshack")
-    (version "1.15.2")
+    (version "1.16.1")
     (source
      (origin
        (method git-fetch)
@@ -1827,7 +1827,7 @@ (define-public qmapshack
              (commit (string-append "V_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1l1j2axf94pdqwirwwhwy3y6k8v1aix78ifqbv6j8sv131h2j7y7"))))
+        (base32 "184fqmsfzr3b333ssizjk6gvv7mncmygq8dj5r7rsvs5md26z2ys"))))
     (build-system qt-build-system)
     (native-inputs
      (list pkg-config qttools))
@@ -1840,7 +1840,7 @@ (define-public qmapshack
            qtlocation
            qtwebchannel
            qtwebengine
-           quazip-0
+           quazip
            routino
            sqlite ; See wrap phase
            zlib))
@@ -1855,12 +1855,7 @@ (define-public qmapshack
                 (string-append all "\nfind_package(Qt5Positioning REQUIRED)")))
              (substitute* "cmake/Modules/FindROUTINO.cmake"
                (("/usr/local")
-                (assoc-ref inputs "routino")))
-             ;; The following fixes are included as patches in the sources
-             ;; of QMapShack, but they are not applied by default, for
-             ;; some reason...
-             (invoke "patch" "-p1" "-i" "FindPROJ4.patch")
-             (invoke "patch" "-p1" "-i" "FindQuaZip5.patch"))))))
+                (assoc-ref inputs "routino"))))))))
     (synopsis "GPS mapping application")
     (description
      "QMapShack can be used to plan your next outdoor trip or to visualize and
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#52818] [PATCH] gnu: proj: Fix version number.
  2021-12-27 15:00 [bug#52818] [PATCH] gnu: qmapshack: Update to 1.16.1 Nikolay Korotkiy
@ 2021-12-27 15:02 ` Nikolay Korotkiy
  2021-12-28  0:17   ` Leo Famulari
  2021-12-28  0:15 ` bug#52818: [PATCH] gnu: qmapshack: Update to 1.16.1 Leo Famulari
  1 sibling, 1 reply; 4+ messages in thread
From: Nikolay Korotkiy @ 2021-12-27 15:02 UTC (permalink / raw)
  To: 52818; +Cc: Nikolay Korotkiy

* gnu/packages/geo.scm (proj): Set to 7.2.1 instead of 7.2.0.
---
 gnu/packages/geo.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f7866d4b4b..8e5965c97c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -517,7 +517,13 @@ (define-public proj
          "050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")))
+     `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-version
+           (lambda _
+             (substitute* "CMakeLists.txt"
+               (("MAJOR 7 MINOR 2 PATCH 0") "MAJOR 7 MINOR 2 PATCH 1")))))))
     (inputs
      (list curl libjpeg-turbo libtiff sqlite))
     (native-inputs
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#52818: [PATCH] gnu: qmapshack: Update to 1.16.1.
  2021-12-27 15:00 [bug#52818] [PATCH] gnu: qmapshack: Update to 1.16.1 Nikolay Korotkiy
  2021-12-27 15:02 ` [bug#52818] [PATCH] gnu: proj: Fix version number Nikolay Korotkiy
@ 2021-12-28  0:15 ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-12-28  0:15 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52818-done

On Mon, Dec 27, 2021 at 06:00:12PM +0300, Nikolay Korotkiy wrote:
> * gnu/packages/geo.scm (qmapshack): Update to 1.16.1.

Thanks! Pushed as 4db16b9cbca1d14d83c06d54cfce4772390f6176




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#52818] [PATCH] gnu: proj: Fix version number.
  2021-12-27 15:02 ` [bug#52818] [PATCH] gnu: proj: Fix version number Nikolay Korotkiy
@ 2021-12-28  0:17   ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-12-28  0:17 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52818-done

On Mon, Dec 27, 2021 at 06:02:04PM +0300, Nikolay Korotkiy wrote:
> * gnu/packages/geo.scm (proj): Set to 7.2.1 instead of 7.2.0.

Thanks! Pushed as d42718f8eafabbfa8e0e8415bc5aa7919d9326be




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-28  0:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 15:00 [bug#52818] [PATCH] gnu: qmapshack: Update to 1.16.1 Nikolay Korotkiy
2021-12-27 15:02 ` [bug#52818] [PATCH] gnu: proj: Fix version number Nikolay Korotkiy
2021-12-28  0:17   ` Leo Famulari
2021-12-28  0:15 ` bug#52818: [PATCH] gnu: qmapshack: Update to 1.16.1 Leo Famulari

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).