gnu: gnome-bluetooth: Update to 3.28.0.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.28.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin.
This commit is contained in:
Ricardo Wurmus 2018-08-06 18:51:00 +02:00
parent c8bdf589c9
commit fd3b117173
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -5632,7 +5632,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth (define-public gnome-bluetooth
(package (package
(name "gnome-bluetooth") (name "gnome-bluetooth")
(version "3.20.1") (version "3.28.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -5640,10 +5640,11 @@ usage and information about running processes.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zlqcz6jz4vzzr8gd1678i9s4015kiwcpr5szrwz4kmryfsm147a")))) "0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p"))))
(build-system glib-or-gtk-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.
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool) ("intltool" ,intltool)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)