From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 62873@debbugs.gnu.org
Cc: rg@raghavgururajan.name
Subject: [bug#62873] [PATCH gnome-team 1/4] gnu: meson: Update to 1.1.
Date: Mon, 27 Mar 2023 20:27:48 +0200 [thread overview]
Message-ID: <fbe1ee22bdc800dab87112dc64af4f40387adb1c.camel@gmail.com> (raw)
In-Reply-To: <e2c5a57969bb335e861866c69d372b2ffac040a5.camel@gmail.com>
* gnu/packages/build-tools.scm (meson-1.1): New variable.
(meson-0.63): Inherit from meson-1.1.
sq meson 1.1
f meson 1.1
---
gnu/packages/build-tools.scm | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 2bbf7ce4c9..c53d4dd6db 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -283,10 +283,10 @@ (define-public gn
;; X11 license.
(license (list license:bsd-3 license:x11)))))
-(define-public meson-0.63
+(define-public meson-1.1
(package
(name "meson")
- (version "0.63.2")
+ (version "1.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@@ -294,7 +294,7 @@ (define-public meson-0.63
version ".tar.gz"))
(sha256
(base32
- "1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))
+ "17w2zymmvrffhfpqsaj7qcbjwgv9iaawcpzhz2gnhlvcrm26qqfr"))))
(build-system python-build-system)
(arguments
`(;; FIXME: Tests require many additional inputs and patching many
@@ -327,6 +327,20 @@ (define-public meson-0.63
resembles Python.")
(license license:asl2.0)))
+(define-public meson-0.63
+ (package
+ (inherit meson-1.1)
+ (name "meson")
+ (version "0.63.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/mesonbuild/meson/"
+ "releases/download/" version "/meson-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))))
+
(define-public meson-0.60
(package
(inherit meson-0.63)
--
2.39.2
next prev parent reply other threads:[~2023-04-15 23:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-15 21:39 [bug#62873] [PATCH gnome-team 0/5] Merge master into gnome-team Liliana Marie Prikler
2023-03-27 18:27 ` Liliana Marie Prikler [this message]
2023-04-08 14:04 ` [bug#62873] [PATCH gnome-team 3/4] build: meson: Honor bindir, libdir and includedir Maxim Cournoyer
2023-04-08 15:22 ` [bug#62873] [PATCH gnome-team 2/4] build: meson: Explicitly invoke "meson setup" instead of just "meson" Maxim Cournoyer
2023-04-13 13:33 ` [bug#62873] [PATCH gnome-team 4/4] gnu: gtk+-3: Fix build Liliana Marie Prikler
2023-04-15 21:30 ` [bug#62873] [PATCH] Merge branch 'master' into gnome-team Liliana Marie Prikler
2023-04-16 5:47 ` [bug#62873] [PATCH gnome-team 6/6] gnu: gst-plugins-base: Fix build Liliana Marie Prikler
2023-04-18 16:42 ` [bug#62873] [PATCH gnome-team 0/5] Merge master into gnome-team Maxim Cournoyer
2023-04-18 18:30 ` Liliana Marie Prikler
2023-04-20 1:41 ` Maxim Cournoyer
2023-04-30 15:50 ` bug#62873: " Liliana Marie Prikler
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fbe1ee22bdc800dab87112dc64af4f40387adb1c.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=62873@debbugs.gnu.org \
--cc=rg@raghavgururajan.name \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.