mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kdeconnect: Update to 24.12.1.
* gnu/packages/kde.scm (kdeconnect): Update to 24.12.1. [inputs]: Add kcrash and qtconnectivity. Change-Id: Ie0a1951bac64e81c1d4bedb33e5fed435b055c10
This commit is contained in:
parent
65205d54c1
commit
5129c94869
1 changed files with 4 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ (define-public snorenotify
|
||||||
(define-public kdeconnect
|
(define-public kdeconnect
|
||||||
(package
|
(package
|
||||||
(name "kdeconnect")
|
(name "kdeconnect")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1382,7 +1382,7 @@ (define-public kdeconnect
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jh5rx6amg7mxgy0n0hv23wj3qqmb37212996ssm41bvxnmjgn03"))))
|
"0b6n5bh071ww4nmpwyhgrm1wlkjpvr61s52xfd7b6bzz8v8ilanz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
@ -1414,6 +1414,7 @@ (define-public kdeconnect
|
||||||
(list dbus
|
(list dbus
|
||||||
kcmutils
|
kcmutils
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kguiaddons
|
kguiaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
@ -1433,6 +1434,7 @@ (define-public kdeconnect
|
||||||
qca-qt6
|
qca-qt6
|
||||||
qqc2-desktop-style
|
qqc2-desktop-style
|
||||||
qtbase
|
qtbase
|
||||||
|
qtconnectivity
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtwayland
|
qtwayland
|
||||||
|
|
Loading…
Reference in a new issue