[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: meson: Update to 0.47.1.
From: |
Marius Bakke |
Subject: |
08/09: gnu: meson: Update to 0.47.1. |
Date: |
Sat, 28 Jul 2018 08:56:43 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit cb8f7d6d2f87282bb0169c3136ccf3f44bc33105
Author: Marius Bakke <address@hidden>
Date: Fri Jul 27 00:17:47 2018 +0200
gnu: meson: Update to 0.47.1.
* gnu/packages/build-tools.scm (meson): Update to 0.47.1.
* gnu/packages/patches/meson-for-build-rpath.patch: Adjust to file rename
and
indendation change.
---
gnu/packages/build-tools.scm | 4 +--
gnu/packages/patches/meson-for-build-rpath.patch | 33 ++++++++++++------------
2 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index e693aec..24870c8 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -100,7 +100,7 @@ generate such a compilation database.")
(define-public meson
(package
(name "meson")
- (version "0.46.1")
+ (version "0.47.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@@ -108,7 +108,7 @@ generate such a compilation database.")
version ".tar.gz"))
(sha256
(base32
- "0y7f5hhy16q99l7x06x8sid9p9dbg6d7i60zs7c07cz5ww1plj8r"))))
+ "19mdap2ncvczajx220bd73xmwhd8x906382y18cn9c5syxwxwwyn"))))
(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 2151d53..59249e2 100644
--- a/gnu/packages/patches/meson-for-build-rpath.patch
+++ b/gnu/packages/patches/meson-for-build-rpath.patch
@@ -4,20 +4,21 @@ meson-build-system.
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
-@@ -391,14 +391,6 @@
- print("Symlink creation does not work on this platform. "
- "Skipping all symlinking.")
- printed_symlink_error = True
-- if os.path.isfile(outname):
-- try:
-- depfixer.fix_rpath(outname, install_rpath, False)
-- except SystemExit as e:
-- if isinstance(e.code, int) and e.code == 0:
-- pass
-- else:
-- raise
-
+--- meson-0.42.0/mesonbuild/minstall.py.orig 2017-09-09 01:49:39.147374148
+0200
++++ meson-0.42.0/mesonbuild/minstall.py 2017-09-09 01:51:01.209134717
+0200
+@@ -436,15 +436,6 @@
+ print("Symlink creation does not work on this
platform. "
+ "Skipping all symlinking.")
+ printed_symlink_error = True
+- if os.path.isfile(outname):
+- try:
+- depfixer.fix_rpath(outname, install_rpath, final_path,
+- install_name_mappings, verbose=False)
+- except SystemExit as e:
+- if isinstance(e.code, int) and e.code == 0:
+- pass
+- else:
+- raise
+
def run(args):
- global install_log_file
+ parser = buildparser()
- branch staging updated (9d21601 -> 3b6f8a4), Marius Bakke, 2018/07/28
- 01/09: gnu: mariadb: Install pkg-config file to a standard location., Marius Bakke, 2018/07/28
- 02/09: gnu: mariadb: Disable plugin that fails on armhf., Marius Bakke, 2018/07/28
- 06/09: gnu: mariadb: Delete test files and static libraries., Marius Bakke, 2018/07/28
- 05/09: gnu: mariadb: Remove some bundled libraries., Marius Bakke, 2018/07/28
- 09/09: gnu: libinput: Update to 1.11.3., Marius Bakke, 2018/07/28
- 03/09: gnu: mariadb: Run the full test suite., Marius Bakke, 2018/07/28
- 04/09: gnu: mariadb: Update to 10.1.34., Marius Bakke, 2018/07/28
- 07/09: build-system/meson: Remove RUNPATH workarounds., Marius Bakke, 2018/07/28
- 08/09: gnu: meson: Update to 0.47.1.,
Marius Bakke <=