guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66689] [PATCH gnome-team 14/14] gnu: dbus: Update to 1.15.8.


From: Vivien Kraus
Subject: [bug#66689] [PATCH gnome-team 14/14] gnu: dbus: Update to 1.15.8.
Date: Sun, 22 Oct 2023 22:30:28 +0200
User-agent: Evolution 3.46.4

* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[native-inputs]: Add the autotools and which.
---
 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))
     (inputs
      (list expat
            ;; Add a dependency on libx11 so that 'dbus-launch' has support for
-- 
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]