me
/
guix
Archived
1
0
Fork 0

gnu: kfind: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kfind): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Add kxmlgui and qt5compat.

Change-Id: I174d27d8882ec700a2ca3e32be4445fe3205c815
master
Zheng Junjie 2024-07-06 19:18:37 +08:00
parent c07511a412
commit deb8da3669
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 6 additions and 3 deletions

View File

@ -619,22 +619,25 @@ with support for QR scanning.")
(define-public kfind (define-public kfind
(package (package
(name "kfind") (name "kfind")
(version "23.04.3") (version "24.05.2")
(source (origin (source (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/kfind-" version ".tar.xz")) version "/src/kfind-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"03g9cn0wp3f2n9zwzbc5sbcria4hcp2ls77fbxyj3wkady3m50if")))) "18r0fkv5dnl1l23c94igf09g71z3pk571hh1ff4df9ixajyvw43b"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools)) (native-inputs (list extra-cmake-modules kdoctools))
(inputs (list karchive (inputs (list karchive
kcoreaddons kcoreaddons
kfilemetadata kfilemetadata
kxmlgui
ki18n ki18n
kio kio
kwidgetsaddons)) kwidgetsaddons
qt5compat))
(home-page "https://apps.kde.org/kfind/") (home-page "https://apps.kde.org/kfind/")
(synopsis "File search utility") (synopsis "File search utility")
(description (description