gnu: blueman: Update to 2.2.1.
* gnu/packages/networking.scm (blueman): Update to 2.2.1. [arguments]: Remove patch on dropped commands "assistant" and "report". squash! bnu: blueman: Update to 2.2.1.master
parent
e789ce538e
commit
be36896470
|
@ -30,14 +30,13 @@
|
|||
;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
|
||||
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
|
||||
;;; Copyright © 2019 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2019, 2020, 2021 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2019 Tonton <tonton@riseup.net>
|
||||
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2019, 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
||||
;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me>
|
||||
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
|
||||
;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
|
||||
|
@ -619,14 +618,14 @@ systems with no further dependencies.")
|
|||
(define-public blueman
|
||||
(package
|
||||
(name "blueman")
|
||||
(version "2.1.4")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
||||
"/download/" version "/blueman-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1nk46s1s8yrlqv37sc7la05nnn7sdgqhkrcdm98qin34llwkv70x"))))
|
||||
(base32 "0whs1bqnn1fgzrq7y2w1d06ldvfafq6h2xzmcfncbwmyb4i0mhgw"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-polkit"
|
||||
|
@ -640,8 +639,7 @@ systems with no further dependencies.")
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(with-directory-excursion "apps"
|
||||
(substitute* '("blueman-adapters.in" "blueman-applet.in"
|
||||
"blueman-assistant.in" "blueman-manager.in"
|
||||
"blueman-mechanism.in" "blueman-report.in"
|
||||
"blueman-manager.in" "blueman-mechanism.in"
|
||||
"blueman-rfcomm-watcher.in" "blueman-sendto.in"
|
||||
"blueman-services.in" "blueman-tray.in")
|
||||
(("@PYTHON@") (string-append (assoc-ref inputs "python")
|
||||
|
@ -652,7 +650,7 @@ systems with no further dependencies.")
|
|||
;; Fix loading of external programs.
|
||||
(add-after 'unpack 'patch-external-programs
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* '("apps/blueman-report.in" "blueman/main/NetConf.py"
|
||||
(substitute* '("blueman/main/NetConf.py"
|
||||
"blueman/main/PPPConnection.py")
|
||||
(("/usr/sbin/bluetoothd")
|
||||
(string-append (assoc-ref inputs "bluez")
|
||||
|
@ -693,7 +691,7 @@ systems with no further dependencies.")
|
|||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
|
||||
(append
|
||||
(map (lambda (prog) (string-append bin prog))
|
||||
'("adapters" "applet" "assistant" "manager" "report"
|
||||
'("adapters" "applet" "manager"
|
||||
"sendto" "services" "tray"))
|
||||
(map (lambda (prog) (string-append libexec prog))
|
||||
'("mechanism" "rfcomm-watcher"))))
|
||||
|
|
Reference in New Issue