[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/16: gnu: gobject-introspection: Update to 1.64.1.
From: |
guix-commits |
Subject: |
09/16: gnu: gobject-introspection: Update to 1.64.1. |
Date: |
Tue, 1 Dec 2020 16:06:27 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 0382e6a4e633d8e95954754475d0887a661c670b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 09:27:48 2020 -0400
gnu: gobject-introspection: Update to 1.64.1.
* gnu/packages/glib.scm (gobject-introspection) [version]: Update to 1.64.1.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>: Remove all phases.
[native-inputs]: Add bison and flex.
[inputs]: Remove bison, flex, glib and zlib.
[propagated-inputs]: Add glib.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/glib.scm | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index a4fa6fa..eb2d864 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -428,7 +428,7 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.62.0")
+ (version "1.64.1")
(source
(origin
(method url-fetch)
@@ -437,7 +437,7 @@ dynamic loading, and an object system.")
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
+ (base32 "19vz7vp10h0zj3f491yk72dp89bix6rgkzxg4qcm4d6151ksxgl0"))
(patches
(search-patches
"gobject-introspection-cc.patch"
@@ -445,25 +445,17 @@ dynamic loading, and an object system.")
"gobject-introspection-absolute-shlib-path.patch"))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'do-not-use-/usr/bin/env
- (lambda _
- (substitute* "tools/g-ir-tool-template.in"
- (("#!@PYTHON_CMD@")
- (string-append "#!" (which "python3"))))
- #t)))))
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
(native-inputs
- `(("glib" ,glib "bin")
- ("pkg-config" ,pkg-config)))
- (inputs
`(("bison" ,bison)
("flex" ,flex)
- ("glib" ,glib)
- ("python" ,python-wrapper)
- ("zlib" ,zlib)))
+ ("glib" ,glib "bin")
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("python" ,python-wrapper)))
(propagated-inputs
- `(("libffi" ,libffi)))
+ `(("glib" ,glib)
+ ("libffi" ,libffi)))
(native-search-paths
(list
(search-path-specification
- branch master updated (af1225a -> 27866b7), guix-commits, 2020/12/01
- 01/16: gnu: yelp-xsl: Make some cosmetic changes., guix-commits, 2020/12/01
- 03/16: gnu: yelp-xsl: Enable documentation., guix-commits, 2020/12/01
- 02/16: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/12/01
- 05/16: gnu: yelp-xsl: Update license., guix-commits, 2020/12/01
- 06/16: gnu: yelp-tools: Make some cosmetic changes., guix-commits, 2020/12/01
- 09/16: gnu: gobject-introspection: Update to 1.64.1.,
guix-commits <=
- 15/16: gnu: openjpeg: Enable tests., guix-commits, 2020/12/01
- 13/16: gnu: pixman: Enable some features., guix-commits, 2020/12/01
- 07/16: gnu: yelp-tools: De-propagate some inputs., guix-commits, 2020/12/01
- 08/16: gnu: gobject-introspection: Make some cosmetic changes., guix-commits, 2020/12/01
- 16/16: gnu: openjpeg: Update synopsis and description., guix-commits, 2020/12/01
- 12/16: gnu: pixman: Update to 0.40.0., guix-commits, 2020/12/01
- 10/16: gnu: gobject-introspection: Update synopsis, description, home-page and license., guix-commits, 2020/12/01
- 11/16: gnu: pixman: Make some cosmetic changes., guix-commits, 2020/12/01
- 04/16: gnu: yelp-xsl: Update description., guix-commits, 2020/12/01
- 14/16: gnu: openjpeg: Make some cosmetic changes., guix-commits, 2020/12/01