mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cantata: Support Wayland.
* gnu/packages/mpd.scm (cantata)[build-system]: Switch to qt-build-system. [arguments]: Add qtbase. [inputs]: Add qtwayland. Change-Id: I7820f021e1a5c8f05f7c9c183df4c34d95ae6de2
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#:use-module (guix build-system meson)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages audio)
|
||||
#:use-module (gnu packages autotools)
|
||||
@@ -552,9 +553,10 @@ MPRIS 2 support.")
|
||||
"kcategorizedview"
|
||||
"qtsingleapplication")))
|
||||
(delete-file-recursively "support/fonts")))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No test suite
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f)) ; No test suite
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
@@ -568,6 +570,7 @@ MPRIS 2 support.")
|
||||
qtbase
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtwayland
|
||||
zlib))
|
||||
(synopsis "Graphical MPD Client")
|
||||
(description "Cantata is a graphical client for the Music Player Daemon
|
||||
|
||||
Reference in New Issue
Block a user