Archived
1
0
Fork 0

gnu: krfb: Update to 24.05.2.

* gnu/packages/kde-systemtools.scm (krfb): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
<#:configure-flags>: Set QtWaylandScanner_EXECUTABLE.
[inputs]: Remove qtbase-5, qtwayland-5, and qtx11extras; add
kstatusnotifieritem, qtwayland, and libxkbcommon.
[native-inputs]: Add qtwayland.

Change-Id: I367879557f835b7cdcc5343f37bc81c92884538c
This commit is contained in:
Zheng Junjie 2024-07-06 16:57:05 +08:00
parent 9f82fa0787
commit 318e0b4ba5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -249,17 +249,22 @@ This package is part of the KDE base applications module.")
(define-public krfb (define-public krfb
(package (package
(name "krfb") (name "krfb")
(version "23.04.3") (version "24.05.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/krfb-" version ".tar.xz")) "/src/krfb-" version ".tar.xz"))
(sha256 (sha256
(base32 "0qbrvf2wa3af1z1dpq3pqkngfbrfdgqfz8xs1qpdpyb7jxnphry7")))) (base32 "11mp4vkadcrf20wdlwncsmyqdk9cj2ys85jjz0iaik9dfivgqcci"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:configure-flags
#~(list (string-append "-DQtWaylandScanner_EXECUTABLE="
#$(this-package-native-input "qtwayland")
"/lib/qt6/libexec/qtwaylandscanner"))))
(native-inputs (native-inputs
(list extra-cmake-modules pkg-config kdoctools)) (list extra-cmake-modules pkg-config kdoctools qtwayland))
(inputs (inputs
(list kcompletion (list kcompletion
kconfig kconfig
@ -270,6 +275,7 @@ This package is part of the KDE base applications module.")
ki18n ki18n
knotifications knotifications
kpipewire kpipewire
kstatusnotifieritem
kwallet kwallet
kwayland kwayland
kwidgetsaddons kwidgetsaddons
@ -281,11 +287,10 @@ This package is part of the KDE base applications module.")
breeze-icons ;; default icon set breeze-icons ;; default icon set
pipewire pipewire
plasma-wayland-protocols plasma-wayland-protocols
qtbase-5 qtwayland
qtwayland-5
qtx11extras
wayland wayland
xcb-util-image xcb-util-image
libxkbcommon
zlib)) zlib))
(home-page "https://apps.kde.org/krfb/") (home-page "https://apps.kde.org/krfb/")
(synopsis "Desktop Sharing utility") (synopsis "Desktop Sharing utility")