unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
@ 2020-08-12 13:21 Alexandros Theodotou
  2020-08-12 14:26 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandros Theodotou @ 2020-08-12 13:21 UTC (permalink / raw)
  To: 42828


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

Hi,

This patch updates meson.

Thanks,
Alex

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

From fef89495e5fc3eef89e73fe0a0aad2f6fe314e53 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Wed, 12 Aug 2020 14:18:04 +0100
Subject: [PATCH] gnu: meson: Update to 0.55.0.

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

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 7213c1bd0b..c23aad8f44 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.0")
     (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"))))
+                "0davfjikrg42q99lqny5fnvyjygvj0rgjdrmb53sq55fwazy46ha"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
-- 
2.27.0


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

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

* [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-08-12 14:26 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 42828

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
  2020-08-12 14:26 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2020-09-10  1:46   ` Alexandros Theodotou
  2020-09-10 10:24     ` bug#42828: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandros Theodotou @ 2020-09-10  1:46 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 42828


[-- 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 --]

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

* bug#42828: [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
  2020-09-10  1:46   ` Alexandros Theodotou
@ 2020-09-10 10:24     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-09-10 10:24 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: Tobias Geerinckx-Rice, 42828-done

Hi,

Alexandros Theodotou <alex@zrythm.org> skribis:

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

Pushed as 1bec03df9b60f156c657a64a323ef27f4ed14b44 (core-updates).  I
also removed the patch that’s no longer used.

Thanks!

Ludo’.




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

end of thread, other threads:[~2020-09-10 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2020-09-10 10:24     ` bug#42828: " Ludovic Courtès

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