mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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.
This commit is contained in:
parent
e789ce538e
commit
be36896470
1 changed files with 6 additions and 8 deletions
|
@ -30,14 +30,13 @@
|
||||||
;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
|
;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
|
||||||
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
|
;;; 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 Tonton <tonton@riseup.net>
|
||||||
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2019, 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
;;; Copyright © 2019, 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
||||||
;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me>
|
;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me>
|
||||||
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
|
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; 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 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
|
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
|
||||||
;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
|
;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
|
||||||
|
@ -619,14 +618,14 @@ (define-public nanomsg
|
||||||
(define-public blueman
|
(define-public blueman
|
||||||
(package
|
(package
|
||||||
(name "blueman")
|
(name "blueman")
|
||||||
(version "2.1.4")
|
(version "2.2.1")
|
||||||
(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 "1nk46s1s8yrlqv37sc7la05nnn7sdgqhkrcdm98qin34llwkv70x"))))
|
(base32 "0whs1bqnn1fgzrq7y2w1d06ldvfafq6h2xzmcfncbwmyb4i0mhgw"))))
|
||||||
(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"
|
||||||
|
@ -640,8 +639,7 @@ (define-public blueman
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(with-directory-excursion "apps"
|
(with-directory-excursion "apps"
|
||||||
(substitute* '("blueman-adapters.in" "blueman-applet.in"
|
(substitute* '("blueman-adapters.in" "blueman-applet.in"
|
||||||
"blueman-assistant.in" "blueman-manager.in"
|
"blueman-manager.in" "blueman-mechanism.in"
|
||||||
"blueman-mechanism.in" "blueman-report.in"
|
|
||||||
"blueman-rfcomm-watcher.in" "blueman-sendto.in"
|
"blueman-rfcomm-watcher.in" "blueman-sendto.in"
|
||||||
"blueman-services.in" "blueman-tray.in")
|
"blueman-services.in" "blueman-tray.in")
|
||||||
(("@PYTHON@") (string-append (assoc-ref inputs "python")
|
(("@PYTHON@") (string-append (assoc-ref inputs "python")
|
||||||
|
@ -652,7 +650,7 @@ (define-public blueman
|
||||||
;; Fix loading of external programs.
|
;; Fix loading of external programs.
|
||||||
(add-after 'unpack 'patch-external-programs
|
(add-after 'unpack 'patch-external-programs
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* '("apps/blueman-report.in" "blueman/main/NetConf.py"
|
(substitute* '("blueman/main/NetConf.py"
|
||||||
"blueman/main/PPPConnection.py")
|
"blueman/main/PPPConnection.py")
|
||||||
(("/usr/sbin/bluetoothd")
|
(("/usr/sbin/bluetoothd")
|
||||||
(string-append (assoc-ref inputs "bluez")
|
(string-append (assoc-ref inputs "bluez")
|
||||||
|
@ -693,7 +691,7 @@ (define-public blueman
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
|
||||||
(append
|
(append
|
||||||
(map (lambda (prog) (string-append bin prog))
|
(map (lambda (prog) (string-append bin prog))
|
||||||
'("adapters" "applet" "assistant" "manager" "report"
|
'("adapters" "applet" "manager"
|
||||||
"sendto" "services" "tray"))
|
"sendto" "services" "tray"))
|
||||||
(map (lambda (prog) (string-append libexec prog))
|
(map (lambda (prog) (string-append libexec prog))
|
||||||
'("mechanism" "rfcomm-watcher"))))
|
'("mechanism" "rfcomm-watcher"))))
|
||||||
|
|
Loading…
Reference in a new issue