[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/115: gnu: json-glib: Update to 1.6.2.
From: |
guix-commits |
Subject: |
67/115: gnu: json-glib: Update to 1.6.2. |
Date: |
Wed, 12 May 2021 21:01:37 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit aa3ac867d98321318fbd216e618cc6002bd8dc95
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 10:46:18 2021 -0500
gnu: json-glib: Update to 1.6.2.
* gnu/packages/gnome.scm (json-glib)[version]: Update to 1.6.2.
[arguments]<#:glib-or-gtk?>: New argument.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c17614..ae95bad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4676,7 +4676,7 @@ configuration storage systems.")
(define-public json-glib
(package
(name "json-glib")
- (version "1.4.4")
+ (version "1.6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4684,15 +4684,17 @@ configuration storage systems.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ixwyis47v5bkx6h8a1iqlw3638cxcv57ivxv4gw2gaig51my33j"))))
+ "092g2dyy1hhl0ix9kp33wcab0pg1qicnsv0cj5ms9g9qs336cgd3"))))
(build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
(native-inputs
`(("gettext" ,gettext-minimal)
- ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
+ ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(propagated-inputs
- `(("glib" ,glib))) ;according to json-glib-1.0.pc
+ `(("glib" ,glib))) ;according to json-glib-1.0.pc
(home-page "https://wiki.gnome.org/Projects/JsonGlib")
(synopsis "Compiler for the GObject type system")
(description
- 43/115: gnu: vala: Change build-system., (continued)
- 43/115: gnu: vala: Change build-system., guix-commits, 2021/05/12
- 45/115: gnu: vala: Fix documentation., guix-commits, 2021/05/12
- 44/115: gnu: vala: Enable coverage support., guix-commits, 2021/05/12
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 55/115: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 52/115: gnu: libgsf: Correct inputs., guix-commits, 2021/05/12
- 56/115: gnu: atk: Update to 2.36.0., guix-commits, 2021/05/12
- 53/115: gnu: libgsf: Enable documentation., guix-commits, 2021/05/12
- 63/115: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/05/12
- 66/115: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/05/12
- 67/115: gnu: json-glib: Update to 1.6.2.,
guix-commits <=
- 62/115: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/05/12
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/12
- 68/115: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/05/12
- 69/115: gnu: json-glib: Update synopsis and description., guix-commits, 2021/05/12
- 84/115: gnu: ibus: Update to 1.5.24., guix-commits, 2021/05/12
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/12
- 86/115: gnu: ibus: Enable memconf., guix-commits, 2021/05/12
- 88/115: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/05/12
- 82/115: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/05/12
- 89/115: gnu: iqa: Correct source uri., guix-commits, 2021/05/12