gnu: qtwayland: Rename to qtwayland-5.
Automated via: git grep -l qtwayland | xargs sed 's/\qtwayland\b/\0-5/g' -i git checkout NEWS Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1ee2d117d8
commit
034f68bac3
@ -1068,7 +1068,7 @@ protocols used in KDE Plasma.")
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
(list qtbase-5 qtwayland wayland wayland-protocols))
|
||||
(list qtbase-5 qtwayland-5 wayland wayland-protocols))
|
||||
(arguments
|
||||
`(#:tests? #f ; FIXME tests require weston to run
|
||||
; weston requires wayland flags in mesa
|
||||
|
@ -177,7 +177,7 @@ call it if it is not associated to a terminal.")
|
||||
(list libxkbcommon
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtwayland
|
||||
qtwayland-5
|
||||
wayland
|
||||
wayland-protocols))
|
||||
(home-page "https://invent.kde.org/plasma/layer-shell-qt")
|
||||
|
@ -220,7 +220,7 @@ window managers, that don't provide Qt integration by themselves.")
|
||||
(list cmake-shared extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase-5)
|
||||
("qtwayland" ,qtwayland)
|
||||
("qtwayland" ,qtwayland-5)
|
||||
("wayland" ,wayland)
|
||||
("xkbcommon" ,libxkbcommon)))
|
||||
(synopsis "Material Decoration for Qt")
|
||||
@ -1450,7 +1450,7 @@ record media, and manage a collection of media content. It also contains a
|
||||
set of plugins for interacting with pulseaudio and GStreamer.")
|
||||
(license (package-license qtbase))))
|
||||
|
||||
(define-public qtwayland
|
||||
(define-public qtwayland-5
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwayland")
|
||||
(version "5.15.2")
|
||||
|
@ -502,7 +502,7 @@ Telegram project, for its use in telegram desktop client.")
|
||||
qtbase-5
|
||||
qtimageformats
|
||||
qtsvg-5
|
||||
qtwayland
|
||||
qtwayland-5
|
||||
range-v3
|
||||
rlottie-for-telegram-desktop
|
||||
rnnoise
|
||||
|
@ -3385,7 +3385,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
qtwayland
|
||||
qtwayland-5
|
||||
speexdsp
|
||||
v4l-utils
|
||||
wayland
|
||||
|
Loading…
Reference in New Issue
Block a user