me
/
guix
Archived
1
0
Fork 0

gnu: playerctl: Update to 2.4.1.

* gnu/packages/music.scm (playerctl): Update to 2.4.1.
[arguments]: Remove -Dintrospection=false.
[inputs]: Remove python-pygobject.
[native-inputs]: Add gobject-introspection.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Jose G Perez Taveras 2022-06-21 10:02:35 -04:00 committed by Christopher Baines
parent 0bf5c65588
commit 875ed928e6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 6 additions and 5 deletions

View File

@ -48,6 +48,7 @@
;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net> ;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com> ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -5562,7 +5563,7 @@ complete without obstructing your daily work.")
(define-public playerctl (define-public playerctl
(package (package
(name "playerctl") (name "playerctl")
(version "2.2.1") (version "2.4.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5571,14 +5572,14 @@ complete without obstructing your daily work.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17hi33sw3663qz5v54bqqil31sgkrlxkb2l5bgqk87pac6x2wnbz")))) "0ij065blj3h5v6iivvpmgh1095vicj1nc7hp1nhlhpqagd98l89s"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Dintrospection=false" "-Dgtk-doc=false"))) `(#:configure-flags '("-Dgtk-doc=false")))
(inputs (list python-pygobject))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") `(("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)
("gobject-introspection" ,gobject-introspection)))
(synopsis "Control MPRIS-supporting media player applications") (synopsis "Control MPRIS-supporting media player applications")
(description (description
"Playerctl is a command-line utility and library for controlling media "Playerctl is a command-line utility and library for controlling media