gnu: blueman: Update to 2.3.2.
* gnu/packages/networking.scm (blueman): Update to 2.3.2. [native-inputs]: Remove input labels. [inputs]: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
cffc24e0de
commit
c3d2b20b1b
1 changed files with 25 additions and 25 deletions
|
@ -867,14 +867,14 @@ systems with no further dependencies.")
|
||||||
(define-public blueman
|
(define-public blueman
|
||||||
(package
|
(package
|
||||||
(name "blueman")
|
(name "blueman")
|
||||||
(version "2.2.3")
|
(version "2.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
||||||
"/download/" version "/blueman-" version ".tar.xz"))
|
"/download/" version "/blueman-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s86w4mklzr8hvbgl3nkg8jycl6grww533dhzw8gdn5glqfpkpbf"))))
|
(base32 "1bjh0cx9j2akygiqyxm7g0q74jyx9hpgf186gv3m31vks5zpvkw4"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-polkit"
|
`(#:configure-flags (list "--enable-polkit"
|
||||||
|
@ -942,30 +942,30 @@ systems with no further dependencies.")
|
||||||
(map (lambda (prog) (string-append libexec prog))
|
(map (lambda (prog) (string-append libexec prog))
|
||||||
'("mechanism" "rfcomm-watcher"))))))))))
|
'("mechanism" "rfcomm-watcher"))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cython" ,python-cython)
|
(list python-cython
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
`(,gtk+ "bin")
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bluez" ,bluez)
|
(list bluez
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("librsvg" ,librsvg)
|
librsvg
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("iproute2" ,iproute)
|
iproute
|
||||||
("iptables" ,iptables)
|
iptables
|
||||||
("net-tools" ,net-tools)
|
net-tools
|
||||||
("pango" ,pango)
|
pango
|
||||||
("polkit" ,polkit)
|
polkit
|
||||||
("ppp" ,ppp)
|
ppp
|
||||||
("pulseaudio" ,pulseaudio)
|
pulseaudio
|
||||||
("pycairo" ,python-pycairo)
|
python-pycairo
|
||||||
("pygobject" ,python-pygobject)
|
python-pygobject
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("libappindicator" ,libappindicator)
|
libappindicator
|
||||||
("libnm" ,network-manager)))
|
network-manager))
|
||||||
(synopsis "GTK+ Bluetooth manager")
|
(synopsis "GTK+ Bluetooth manager")
|
||||||
(description "Blueman is a Bluetooth management utility using the Bluez
|
(description "Blueman is a Bluetooth management utility using the Bluez
|
||||||
D-Bus backend. It is designed to be easy to use for most common Bluetooth
|
D-Bus backend. It is designed to be easy to use for most common Bluetooth
|
||||||
|
|
Reference in a new issue