gnu: pavucontrol-qt: Update to 0.14.1.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 0.14.1. [arguments]: Remove #:configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
b42bd22ebd
commit
f376b3254c
|
@ -1093,14 +1093,14 @@ window manager OpenBox.")
|
||||||
(define-public pavucontrol-qt
|
(define-public pavucontrol-qt
|
||||||
(package
|
(package
|
||||||
(name "pavucontrol-qt")
|
(name "pavucontrol-qt")
|
||||||
(version "0.4.0")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pqvhhgw7d00wqw5v3ghm4l8250zy7bqpvhff6l7y1lw0z2fvcp6"))))
|
(base32 "18mw5r8grfrf95vxjbqrr790kl5l59qdqcmlxmwa6rwbfgywj1fq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
|
@ -1113,10 +1113,7 @@ window manager OpenBox.")
|
||||||
("lxqt-build-tools" ,lxqt-build-tools)
|
("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
#:configure-flags
|
|
||||||
;; TODO: prefetch translations files from 'lxqt-l10n'.
|
|
||||||
'("-DPULL_TRANSLATIONS=NO")))
|
|
||||||
(home-page "https://lxqt.org/")
|
(home-page "https://lxqt.org/")
|
||||||
(synopsis "Pulseaudio mixer in Qt")
|
(synopsis "Pulseaudio mixer in Qt")
|
||||||
(description "@code{pavucontrol-qt} is the Qt port of volume control
|
(description "@code{pavucontrol-qt} is the Qt port of volume control
|
||||||
|
|
Loading…
Reference in New Issue