~ruther/guix-local

034f68bac3940420d6776f58522d6380023bb407 — Hilton Chain 3 years ago 1ee2d11
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>
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +1 -1
@@ 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

M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +1 -1
@@ 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")

M gnu/packages/qt.scm => gnu/packages/qt.scm +2 -2
@@ 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")

M gnu/packages/telegram.scm => gnu/packages/telegram.scm +1 -1
@@ 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

M gnu/packages/video.scm => gnu/packages/video.scm +1 -1
@@ 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