gnu: meson: Update to 1.5.2.

* gnu/packages/build-tools.scm (meson): Update to 1.5.2.
(meson-1.5): Delete variable.
* gnu/packages/gnome.scm (gitg) [arguments]: Delete #:meson argument.

Change-Id: Ic8dba9f4d0f52b1ba5761764d5bf4413cc190250
This commit is contained in:
Maxim Cournoyer 2024-10-20 11:25:39 +09:00 committed by Andreas Enge
parent 1880e94321
commit b74d4f1dfc
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 2 additions and 16 deletions

View file

@ -296,7 +296,7 @@ files and generates build instructions for the Ninja build system.")
(define-public meson (define-public meson
(package (package
(name "meson") (name "meson")
(version "1.2.1") (version "1.5.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/" (uri (string-append "https://github.com/mesonbuild/meson/"
@ -304,7 +304,7 @@ files and generates build instructions for the Ninja build system.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi")))) "02wi62k9w7716xxdgrrx68q89vaq3ncnbpw5ms0g27npn2df0mgr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ;disabled to avoid extra dependencies (list #:tests? #f ;disabled to avoid extra dependencies
@ -332,19 +332,6 @@ files}, are written in a custom domain-specific language (@dfn{DSL}) that
resembles Python.") resembles Python.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public meson-1.5
(package
(inherit meson)
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"releases/download/" version "/meson-"
version ".tar.gz"))
(sha256
(base32
"1vab706pw1q17vh9rbsmlirgiji3k6wljl735lxffp95vwx56zjn"))))))
(define-public meson-python (define-public meson-python
(package (package
(name "meson-python") (name "meson-python")

View file

@ -12375,7 +12375,6 @@ higher level porcelain stuff.")
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
#:meson meson-1.5 ; XXX: breaks with Meson 1.2
#:glib-or-gtk? #t #:glib-or-gtk? #t
#:build-type "release" ; don't look at -Wformat… #:build-type "release" ; don't look at -Wformat…
#:phases #:phases