[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67473] [PATCH gnome-team v6 06/14] gnu: json-glib: Update to 1.6.6.
From: |
Vivien Kraus |
Subject: |
[bug#67473] [PATCH gnome-team v6 06/14] gnu: json-glib: Update to 1.6.6. |
Date: |
Sat, 09 Dec 2023 19:40:58 -0000 |
User-agent: |
Evolution 3.46.4 |
* gnu/packages/gnome.scm (json-glib-minimal): Update to 1.6.6.
[arguments]: Convert to list of G-Expressions.
[#:configure-flags]: Add -Dgtk_doc=disabled.
[native-inputs]: Drop labels.
(json-glib) [#:configure-flags]: Remove -Ddocs=true. Unless cross-compiling,
add -Dgtk_doc=enabled and -Dintrospection=enabled.
[#:phases] <move-docs>: Replace /share/gtk-doc with /share/doc.
[native-inputs]: Add gi-docgen. Remove docbook-xml-4.3, docbook-xsl, gtk-doc,
libxslt.
Change-Id: Ib88f2fb59a776312bf3b452eecfe201e272a3888
---
gnu/packages/gnome.scm | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d9aedff159..4a4a452d48 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4697,7 +4697,7 @@ (define-public dconf
(define-public json-glib-minimal
(package
(name "json-glib-minimal")
- (version "1.6.2")
+ (version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/json-glib/"
@@ -4705,14 +4705,16 @@ (define-public json-glib-minimal
"/json-glib-" version ".tar.xz"))
(sha256
(base32
- "092g2dyy1hhl0ix9kp33wcab0pg1qicnsv0cj5ms9g9qs336cgd3"))))
+ "03j9ba2sccbz954smk3n1swwnvpzl8yhwwin6vixvxligaz9iv4n"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
+ (list #:glib-or-gtk? #t ;to wrap binaries, compile schemas
+ #:configure-flags #~(list "-Dgtk_doc=disabled")))
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
- ("pkg-config" ,pkg-config)))
+ (list
+ gettext-minimal
+ `(,glib "bin") ;for glib-mkenums and glib-genmarshal
+ pkg-config))
(inputs
(list bash-minimal))
(propagated-inputs
@@ -4731,8 +4733,7 @@ (define-public json-glib
(arguments
(substitute-keyword-arguments (package-arguments json-glib-minimal)
((#:configure-flags _)
- #~(list "-Ddocs=true"
- "-Dman=true"
+ #~(list "-Dman=true"
#$@(if (%current-target-system)
;; If enabled, gtkdoc-scangobj will try to execute a
;; cross-compiled binary.
@@ -4740,7 +4741,8 @@ (define-public json-glib
;; Trying to build introspection data when
cross-compiling
;; causes errors during linking.
"-Dintrospection=disabled")
- #~())))
+ #~("-Dgtk_doc=enabled"
+ "-Dintrospection=enabled"))))
((#:phases phases '%standard-phases)
#~(modify-phases #$phases
;; When cross-compiling, there are no docs to move.
@@ -4753,16 +4755,13 @@ (define-public json-glib
(lambda _
(mkdir-p (string-append #$output:doc "/share"))
(rename-file
- (string-append #$output "/share/gtk-doc")
+ (string-append #$output "/share/doc")
(string-append #$output:doc
- "/share/gtk-doc"))))))))))
+ "/share/doc"))))))))))
(native-inputs
(modify-inputs (package-native-inputs json-glib-minimal)
- (prepend docbook-xml-4.3
- docbook-xsl
- gobject-introspection
- gtk-doc
- libxslt)))))
+ (prepend gi-docgen
+ gobject-introspection)))))
(define-public libxklavier
(package
--
2.41.0
- [bug#67473] [PATCH gnome-team v6 00/14] Gnome-team world rebuild, Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 02/14] gnu: glib-networking: Update to 2.76.1., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 11/14] gnu: mm-common: Update to 1.0.5., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 01/14] gnu: gdk-pixbuf: Update to 2.42.10., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 09/14] gnu: libsoup-minimal: Update to 3.4.4., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 04/14] gnu: gtk+: Update to 3.24.38., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 05/14] gnu: gtkmm-3: Update to 3.24.8., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 06/14] gnu: json-glib: Update to 1.6.6.,
Vivien Kraus <=
- [bug#67473] [PATCH gnome-team v6 08/14] gnu: libsoup: Update to 3.4.4., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 07/14] gnu: libnotify: Update to 0.8.3., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 13/14] gnu: yelp-tools: Update to 42.1., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 12/14] gnu: pangomm@2.46: Update to 2.46.3., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 10/14] gnu: libsoup-minimal: Update style., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 14/14] gnu: yelp-xsl: Update to 42.1., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 03/14] gnu: gnome-backgrounds: Update to 44.0., Vivien Kraus, 2023/12/09
- [bug#67473] [PATCH gnome-team v6 00/14] Gnome-team world rebuild, Liliana Marie Prikler, 2023/12/10