From 875ed928e6a7ad655737020c3e65207f001d1dfb Mon Sep 17 00:00:00 2001 From: Jose G Perez Taveras Date: Tue, 21 Jun 2022 10:02:35 -0400 Subject: 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 --- gnu/packages/music.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index ce0fb2d500..e0522e40f5 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -48,6 +48,7 @@ ;;; Copyright © 2022 Remco van 't Veer ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Wamm K. D. +;;; Copyright © 2022 Jose G Perez Taveras ;;; ;;; This file is part of GNU Guix. ;;; @@ -5562,7 +5563,7 @@ complete without obstructing your daily work.") (define-public playerctl (package (name "playerctl") - (version "2.2.1") + (version "2.4.1") (source (origin (method git-fetch) (uri (git-reference @@ -5571,14 +5572,14 @@ complete without obstructing your daily work.") (file-name (git-file-name name version)) (sha256 (base32 - "17hi33sw3663qz5v54bqqil31sgkrlxkb2l5bgqk87pac6x2wnbz")))) + "0ij065blj3h5v6iivvpmgh1095vicj1nc7hp1nhlhpqagd98l89s")))) (build-system meson-build-system) (arguments - `(#:configure-flags '("-Dintrospection=false" "-Dgtk-doc=false"))) - (inputs (list python-pygobject)) + `(#:configure-flags '("-Dgtk-doc=false"))) (native-inputs `(("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection))) (synopsis "Control MPRIS-supporting media player applications") (description "Playerctl is a command-line utility and library for controlling media -- cgit v1.2.1