GNU bug report logs -
#66689
[PATCH gnome-team 00/14] Update everything in (gnu packages glib)
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sun, 22 Oct 2023 20:36:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #85 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> * gnu/packages/glib.scm (dbus): Update to 1.15.8.
> [native-inputs]: Add the autotools and which.
'autotools' is not a package. Maybe use etc/committer.scm if you
don't want to spell it all out :-).
> ---
> gnu/packages/glib.scm | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 9f8c0dff11..ec0b8a3eca 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -37,6 +37,7 @@
>
> (define-module (gnu packages glib)
> #:use-module (gnu packages)
> + #:use-module (gnu packages autotools)
> #:use-module (gnu packages backup)
> #:use-module (gnu packages base)
> #:use-module (gnu packages bash)
> @@ -106,7 +107,7 @@ (define-module (gnu packages glib)
> (define dbus
> (package
> (name "dbus")
> - (version "1.14.0")
> + (version "1.15.8")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -114,7 +115,7 @@ (define dbus
> version ".tar.xz"))
> (sha256
> (base32
> - "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
> + "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
> (patches (search-patches "dbus-helper-search-path.patch"))))
> (build-system gnu-build-system)
> (arguments
> @@ -156,7 +157,12 @@ (define dbus
> xmlto
> libxml2 ;for XML_CATALOG_FILES
> libxslt
> - yelp-tools))
> + yelp-tools
> + which
> + libtool
> + automake
> + autoconf
> + autoconf-archive))
Looks like you'll want to select them inputs and call M-x sort-lines on
them.
--
Thanks,
Maxim
This bug report was last modified 1 year and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.