gnu: karchive: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (karchive): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
cf801ba3a5
commit
36363f2a7e
|
@ -449,7 +449,7 @@ documentation.")
|
|||
(define-public karchive
|
||||
(package
|
||||
(name "karchive")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -457,7 +457,7 @@ documentation.")
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ipj7j1iw6g56z0qppji38h6qwbs05piiqqbsw8hdbf96l6cdiq2"))))
|
||||
"1rbmh0sfrgv7nkmmnf8zyd5x66g9bh6kj9ry2yzivqn73ralk44y"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
@ -466,7 +466,7 @@ documentation.")
|
|||
(when tests?
|
||||
(invoke "ctest" "-E" "karchivetest")))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(list extra-cmake-modules pkg-config qttools-5))
|
||||
(inputs
|
||||
(list bzip2 qtbase-5 xz zlib `(,zstd "lib")))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
|
|
Reference in New Issue