me
/
guix
Archived
1
0
Fork 0

gnu: kdialog: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kdialog): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I3b973e30b25ef64e0e99815dfb4d911afc321eb7
master
Zheng Junjie 2024-07-06 19:15:47 +08:00
parent 2ec3282107
commit 9e65c722d0
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -532,15 +532,16 @@ characters.")
(define-public kdialog
(package
(name "kdialog")
(version "23.04.3")
(version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdialog-" version ".tar.xz"))
(sha256
(base32
"042az7d9ngar6xp7gv3xcmlns9hpbvs39dkymanqgc0riwa1mvsx"))))
"06h42dlchikn0xva93yj2y46gmcqb78lm0qim30q25fnz5hbfv5f"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))
(inputs (list ktextwidgets
knotifications