me
/
guix
Archived
1
0
Fork 0

gnu: kio: Update to 5.108.0.

* gnu/packages/kde-frameworks.scm (kio): Update to 5.108.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-13 21:10:23 +08:00 committed by 宋文武
parent 323840784b
commit 064218527b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 2 deletions

View File

@ -2641,7 +2641,7 @@ consumption.")
(define-public kio (define-public kio
(package (package
(name "kio") (name "kio")
(version "5.98.0") (version "5.108.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2650,7 +2650,7 @@ consumption.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0z1ikpa3an3qmd26h2v48kxxw1jph21i12x4nawvc4x1dp4vkm1d")) "1v5bpj90s5pwdvdkzcfpfgsgym7pxb3r22m4r7w9piq6n9s4c122"))
(patches (search-patches "kio-search-smbd-on-PATH.patch")))) (patches (search-patches "kio-search-smbd-on-PATH.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
@ -2732,6 +2732,7 @@ consumption.")
"|commandlauncherjob_servicetest" "|commandlauncherjob_servicetest"
"|kiowidgets-kdirmodeltest" "|kiowidgets-kdirmodeltest"
"|kiowidgets-kurifiltertest-colon-separator" "|kiowidgets-kurifiltertest-colon-separator"
"|kiofilewidgets-kfilewidgettest"
"|kiowidgets-kurifiltertest-space-separator)"))))) "|kiowidgets-kurifiltertest-space-separator)")))))
(add-after 'install 'add-symlinks (add-after 'install 'add-symlinks
;; Some package(s) (e.g. bluedevil) refer to these service types by ;; Some package(s) (e.g. bluedevil) refer to these service types by