guix-commits
[Top][All Lists]
Advanced

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

58/181: gnu: gnome-bluetooth: Update to 42.4.


From: guix-commits
Subject: 58/181: gnu: gnome-bluetooth: Update to 42.4.
Date: Tue, 13 Sep 2022 02:25:31 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b94e1572a54bd80e175eaaca8d77a09d51bf8a64
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 00:48:25 2022 -0400

    gnu: gnome-bluetooth: Update to 42.4.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.4.
    [arguments]: Delete field.
    [native-inputs]: Remove labels.  Remove gtk+:bin.  Replace intltool with
    gettext-minimal.
    [propagated-inputs]: Replace gtk+ with gtk.  Add libadwaita.
    [inputs]: Remove libcanberra.  Add gsound, pango-next and upower.
---
 gnu/packages/gnome.scm | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c9f2d1fcbc..11bdaf36ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8698,7 +8698,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "3.34.5")
+    (version "42.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -8706,24 +8706,29 @@ usage and information about running processes.")
                                   "gnome-bluetooth-" version ".tar.xz"))
               (sha256
                (base32
-                "1a9ynlwwkb3wpg293ym517vmrkk63y809mmcv9a21k5yr199x53c"))))
+                "1p5wq3rh9p7fhka57qcds6lvphd26yyc18ilncx95jbcvcfcyvqx"))))
     (build-system meson-build-system)
-    (arguments
-     (list #:meson meson-0.60))
     (native-inputs
-     `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
-       ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
-       ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)
-       ("python-dbus" ,python-dbus)
-       ("xmllint" ,libxml2)))
+     (list gettext-minimal
+           gobject-introspection
+           `(,glib "bin")               ;for gdbus-codegen, etc.
+           libxml2
+           pkg-config
+           python
+           python-dbus))
     (propagated-inputs
-     ;; gnome-bluetooth-1.0.pc refers to all these.
-     (list glib gtk+))
+     ;; These are all required by the gnome-bluetooth .pc file.
+     (list glib
+           gtk
+           libadwaita))
     (inputs
-     (list eudev libcanberra libnotify python-dbus))
+     (list eudev
+           gsound
+           libnotify
+           ;; TODO: Delete pango-next after it's the default.
+           pango-next
+           python-dbus
+           upower))
     (synopsis "GNOME Bluetooth subsystem")
     (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth";)
     (description



reply via email to

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