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
5 changed files with 6 additions and 6 deletions
|
@ -1068,7 +1068,7 @@ (define-public kwayland
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtwayland wayland wayland-protocols))
|
(list qtbase-5 qtwayland-5 wayland wayland-protocols))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME tests require weston to run
|
`(#:tests? #f ; FIXME tests require weston to run
|
||||||
; weston requires wayland flags in mesa
|
; weston requires wayland flags in mesa
|
||||||
|
|
|
@ -177,7 +177,7 @@ (define-public layer-shell-qt
|
||||||
(list libxkbcommon
|
(list libxkbcommon
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtwayland
|
qtwayland-5
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols))
|
wayland-protocols))
|
||||||
(home-page "https://invent.kde.org/plasma/layer-shell-qt")
|
(home-page "https://invent.kde.org/plasma/layer-shell-qt")
|
||||||
|
|
|
@ -220,7 +220,7 @@ (define-public materialdecoration
|
||||||
(list cmake-shared extra-cmake-modules pkg-config))
|
(list cmake-shared extra-cmake-modules pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase-5)
|
`(("qtbase" ,qtbase-5)
|
||||||
("qtwayland" ,qtwayland)
|
("qtwayland" ,qtwayland-5)
|
||||||
("wayland" ,wayland)
|
("wayland" ,wayland)
|
||||||
("xkbcommon" ,libxkbcommon)))
|
("xkbcommon" ,libxkbcommon)))
|
||||||
(synopsis "Material Decoration for Qt")
|
(synopsis "Material Decoration for Qt")
|
||||||
|
@ -1450,7 +1450,7 @@ (define-public qtmultimedia
|
||||||
set of plugins for interacting with pulseaudio and GStreamer.")
|
set of plugins for interacting with pulseaudio and GStreamer.")
|
||||||
(license (package-license qtbase))))
|
(license (package-license qtbase))))
|
||||||
|
|
||||||
(define-public qtwayland
|
(define-public qtwayland-5
|
||||||
(package (inherit qtsvg-5)
|
(package (inherit qtsvg-5)
|
||||||
(name "qtwayland")
|
(name "qtwayland")
|
||||||
(version "5.15.2")
|
(version "5.15.2")
|
||||||
|
|
|
@ -502,7 +502,7 @@ (define-public telegram-desktop
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtimageformats
|
qtimageformats
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtwayland
|
qtwayland-5
|
||||||
range-v3
|
range-v3
|
||||||
rlottie-for-telegram-desktop
|
rlottie-for-telegram-desktop
|
||||||
rnnoise
|
rnnoise
|
||||||
|
|
|
@ -3385,7 +3385,7 @@ (define-public obs
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras
|
qtx11extras
|
||||||
qtwayland
|
qtwayland-5
|
||||||
speexdsp
|
speexdsp
|
||||||
v4l-utils
|
v4l-utils
|
||||||
wayland
|
wayland
|
||||||
|
|
Loading…
Reference in a new issue