mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +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 meson)
|
||||||
#:use-module (guix build-system pyproject)
|
#:use-module (guix build-system pyproject)
|
||||||
#:use-module (guix build-system python)
|
#:use-module (guix build-system python)
|
||||||
|
#:use-module (guix build-system qt)
|
||||||
#:use-module (gnu packages algebra)
|
#:use-module (gnu packages algebra)
|
||||||
#:use-module (gnu packages audio)
|
#:use-module (gnu packages audio)
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
@@ -552,9 +553,10 @@ MPRIS 2 support.")
|
|||||||
"kcategorizedview"
|
"kcategorizedview"
|
||||||
"qtsingleapplication")))
|
"qtsingleapplication")))
|
||||||
(delete-file-recursively "support/fonts")))))
|
(delete-file-recursively "support/fonts")))))
|
||||||
(build-system cmake-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No test suite
|
(list #:qtbase qtbase
|
||||||
|
#:tests? #f)) ; No test suite
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
@@ -568,6 +570,7 @@ MPRIS 2 support.")
|
|||||||
qtbase
|
qtbase
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtsvg
|
qtsvg
|
||||||
|
qtwayland
|
||||||
zlib))
|
zlib))
|
||||||
(synopsis "Graphical MPD Client")
|
(synopsis "Graphical MPD Client")
|
||||||
(description "Cantata is a graphical client for the Music Player Daemon
|
(description "Cantata is a graphical client for the Music Player Daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user