mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: gnome-bluetooth: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.32.1. [propagated-inputs]: Add glib and move eudev... [inputs]: ...to here.
This commit is contained in:
parent
e04e8a8c87
commit
723afae6ae
1 changed files with 6 additions and 5 deletions
|
@ -6252,7 +6252,7 @@ (define-public libgtop
|
||||||
(define-public gnome-bluetooth
|
(define-public gnome-bluetooth
|
||||||
(package
|
(package
|
||||||
(name "gnome-bluetooth")
|
(name "gnome-bluetooth")
|
||||||
(version "3.28.0")
|
(version "3.32.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -6260,7 +6260,7 @@ (define-public gnome-bluetooth
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p"))))
|
"1am1gf0nzwg6x1s8ly13j0xnjzgrfj06j0dp52x4zy9s67ywlhb4"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
|
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
|
||||||
|
@ -6271,10 +6271,11 @@ (define-public gnome-bluetooth
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; gnome-bluetooth-1.0.pc refers to all these.
|
;; gnome-bluetooth-1.0.pc refers to all these.
|
||||||
`(("gtk+" ,gtk+)
|
`(("glib" ,glib)
|
||||||
("udev" ,eudev)))
|
("gtk+" ,gtk+)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcanberra" ,libcanberra)
|
`(("eudev" ,eudev)
|
||||||
|
("libcanberra" ,libcanberra)
|
||||||
("libnotify" ,libnotify)))
|
("libnotify" ,libnotify)))
|
||||||
(synopsis "GNOME Bluetooth subsystem")
|
(synopsis "GNOME Bluetooth subsystem")
|
||||||
(home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
|
(home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
|
||||||
|
|
Loading…
Reference in a new issue