~ruther/guix-local

63567c6e3ec5ee7ad5aafa9875490bca3811f7bf — Carlo Zancanaro 6 months ago a8ab69d
gnu: luanti: Update to 5.13.0.

* gnu/packages/luanti.scm (luanti): Update to 5.13.0.
[source]<snippet>: Replace catch_amalgamated.hpp to catch2/catch_all.hpp in
test_irr_x_mesh_loader.cpp.

Closes: #2878
Change-Id: Iacdc8b212c10e4ab561a945076868147b6137adf
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 6 insertions(+), 7 deletions(-)

M gnu/packages/luanti.scm
M gnu/packages/luanti.scm => gnu/packages/luanti.scm +6 -7
@@ 56,7 56,7 @@
(define-public luanti
  (package
    (name "luanti")
    (version "5.12.0")
    (version "5.13.0")
    (source
     (origin
       (method git-fetch)


@@ 65,7 65,7 @@
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1l8kwy23p3gpk12nnhhq1lp4v0zj6kiygnmia043pdinmgzzd0xy"))
        (base32 "1gsdsnyrdy40d6n7a0imjg9hs4k8g01zqbz824j0qiyvdvw39wjf"))
       (modules '((guix build utils)
                  (srfi srfi-26)
                  (ice-9 ftw)))


@@ 89,11 89,10 @@
             ;; Catch2
             (substitute* "CMakeLists.txt"
               (("add_subdirectory\\(lib/catch2\\)") "find_package(Catch2 3 REQUIRED)"))
             (substitute* "src/catch.h"
               (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))
             (substitute* "src/unittest/test_irr_rotation.cpp"
               (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))
             (substitute* "src/unittest/test_irr_matrix4.cpp"
             (substitute* '("src/catch.h"
                            "src/unittest/test_irr_rotation.cpp"
                            "src/unittest/test_irr_matrix4.cpp"
                            "src/unittest/test_irr_x_mesh_loader.cpp")
               (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))))))
    (build-system cmake-build-system)
    (arguments