mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: kdeconnect: Update to 23.04.3.
* gnu/packages/kde.scm (kdeconnect): Update to 23.04.3. [native-inputs]: Add wayland-protocols. [inputs]: Add modemmanager-qt, libxkbcommon. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4aed5b7abb
commit
3ffcf89939
1 changed files with 14 additions and 11 deletions
|
@ -924,16 +924,16 @@ (define-public snorenotify
|
||||||
(define-public kdeconnect
|
(define-public kdeconnect
|
||||||
(package
|
(package
|
||||||
(name "kdeconnect")
|
(name "kdeconnect")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kdeconnect-kde-"
|
version "/src/kdeconnect-kde-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yzx49gcm7x2wdk53iznyjz09y2a6mrrhh68xilbcsafyiw3l3zr"))))
|
"1gcmqqj752h3lmcpvc7cm6k6bpb158ha7i5ysp0kqvf8cmpi5ydz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||||
|
@ -946,7 +946,8 @@ (define-public kdeconnect
|
||||||
kdoctools
|
kdoctools
|
||||||
libxtst
|
libxtst
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper))
|
python-wrapper
|
||||||
|
wayland-protocols))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcmutils
|
(list kcmutils
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
|
@ -974,7 +975,9 @@ (define-public kdeconnect
|
||||||
qtquickcontrols2-5
|
qtquickcontrols2-5
|
||||||
qtx11extras
|
qtx11extras
|
||||||
qtwayland-5
|
qtwayland-5
|
||||||
wayland))
|
wayland
|
||||||
|
modemmanager-qt
|
||||||
|
libxkbcommon))
|
||||||
(home-page "https://community.kde.org/KDEConnect")
|
(home-page "https://community.kde.org/KDEConnect")
|
||||||
(synopsis "Enable your devices to communicate with each other")
|
(synopsis "Enable your devices to communicate with each other")
|
||||||
(description "KDE Connect is a project that enables all your devices to
|
(description "KDE Connect is a project that enables all your devices to
|
||||||
|
|
Loading…
Reference in a new issue