guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: meson: Update to 0.46.0.


From: Marius Bakke
Subject: 03/03: gnu: meson: Update to 0.46.0.
Date: Mon, 30 Apr 2018 13:49:13 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit cf0d6d836730f7bdc714ecfa4287f72e029b9970
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 30 19:47:38 2018 +0200

    gnu: meson: Update to 0.46.0.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.46.0.
    * gnu/packages/patches/meson-for-build-rpath.patch: Adapt.
---
 gnu/packages/build-tools.scm                     | 4 ++--
 gnu/packages/patches/meson-for-build-rpath.patch | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 4b078e7..65d1bc3 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -98,7 +98,7 @@ generate such a compilation database.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.45.1")
+    (version "0.46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -106,7 +106,7 @@ generate such a compilation database.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1yqa4337nb8w92bvr91rsxmn0xkf7pmdybq9ljvnqmdvn7dv02sd"))))
+                "1w6bm43gy2swk3hmbarm0iv8m8yd8xm5jczsvfn8z2im3aq93pxp"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
diff --git a/gnu/packages/patches/meson-for-build-rpath.patch 
b/gnu/packages/patches/meson-for-build-rpath.patch
index 4e20c9a..2151d53 100644
--- a/gnu/packages/patches/meson-for-build-rpath.patch
+++ b/gnu/packages/patches/meson-for-build-rpath.patch
@@ -6,14 +6,13 @@ Patch by Peter Mikkelsen <address@hidden>
 
 --- meson-0.42.0/mesonbuild/scripts/meson_install.py.orig      2017-09-09 
01:49:39.147374148 +0200
 +++ meson-0.42.0/mesonbuild/scripts/meson_install.py   2017-09-09 
01:51:01.209134717 +0200
-@@ -345,15 +345,6 @@
+@@ -391,14 +391,6 @@
                      print("Symlink creation does not work on this platform. "
                            "Skipping all symlinking.")
                      printed_symlink_error = True
--        if is_elf_platform() and os.path.isfile(outname):
+-        if os.path.isfile(outname):
 -            try:
--                e = depfixer.Elf(outname, False)
--                e.fix_rpath(install_rpath)
+-                depfixer.fix_rpath(outname, install_rpath, False)
 -            except SystemExit as e:
 -                if isinstance(e.code, int) and e.code == 0:
 -                    pass



reply via email to

[Prev in Thread] Current Thread [Next in Thread]