unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: 42828@debbugs.gnu.org
Subject: [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
Date: Thu, 10 Sep 2020 02:46:48 +0100	[thread overview]
Message-ID: <6459efe223353b52cd7262d55944a99b31ab6e6d.camel@zrythm.org> (raw)
In-Reply-To: <875z9olz36.fsf@nckx>


[-- Attachment #1.1: Type: text/plain, Size: 762 bytes --]

Hi,

It seems that what the patch was accomplishing was fixed in version
0.55.0 of meson, so I removed it. I have rebuilt many things using this
meson-for-build (like pango, mesa etc., which use meson) and have
verified that it works.

Please find the updated patch attached. Note that the patch was created
on master since core-updates was broken for me.

Thanks,
Alex

On Wed, 2020-08-12 at 16:26 +0200, Tobias Geerinckx-Rice wrote:
> Alex,
> 
> Alexandros Theodotou 写道:
> > This patch updates meson.
> > Thanks,
> 
> Thank you!  However, this fails to account for 
> meson-for-build-rpath.patch, which is used by the (hidden) 
> ‘meson-for-build’ variant and all meson-build-system packages.
> 
> Kind regards,
> 
> T G-R

[-- Attachment #1.2: 0001-gnu-meson-Update-to-0.55.1.patch --]
[-- Type: text/x-patch, Size: 1739 bytes --]

From 10f26034fe889baa5704e182d1a37d11871b2207 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 10 Sep 2020 02:45:43 +0100
Subject: [PATCH] gnu: meson: Update to 0.55.1.

* gnu/packages/build-tools.scm (meson): Update to 0.55.1.
---
 gnu/packages/build-tools.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 7213c1bd0b..c3bb3042a6 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -179,7 +179,7 @@ files and generates build instructions for the Ninja build system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.53.2")
+    (version "0.55.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/"
@@ -187,7 +187,7 @@ files and generates build instructions for the Ninja build system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y2hh9dfn1m9g4bsy49nbn3vdmd0b2iwr8bxg19fhqq6c7q73ry"))))
+                "1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
@@ -216,8 +216,7 @@ resembles Python.")
     (inherit meson)
     (name "meson-for-build")
     (source (origin
-              (inherit (package-source meson))
-              (patches (search-patches "meson-for-build-rpath.patch"))))
+              (inherit (package-source meson))))
 
     ;; People should probably install "meson", not "meson-for-build".
     (properties `((hidden? . #t)))))
-- 
2.27.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-09-10  1:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 13:21 [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates] Alexandros Theodotou
2020-08-12 14:26 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-10  1:46   ` Alexandros Theodotou [this message]
2020-09-10 10:24     ` bug#42828: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6459efe223353b52cd7262d55944a99b31ab6e6d.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=42828@debbugs.gnu.org \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).