gnu: karchive: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (karchive): Update to 6.13.0.
[inputs]: Add openssl.

Change-Id: I57e2599305599fae0d5baf73a5abfb361ad1d4d9
This commit is contained in:
宋文武 2025-05-04 14:10:09 +08:00 committed by Andreas Enge
parent 4b243543b2
commit 9472deda7f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -510,7 +510,7 @@ documentation.")
(define-public karchive (define-public karchive
(package (package
(name "karchive") (name "karchive")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/" (uri (string-append "mirror://kde/stable/frameworks/"
@ -518,7 +518,7 @@ documentation.")
"/" name "-" version ".tar.xz")) "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0j4aiilpcmq89bfdpqqcs0dmqfzxrdam775svvdbn46ikp0n0ldc")))) "146c9yaxljbmpbfhmj7ns87zzwb7svcp0g8mw9hjgzmx7b7mv6rw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:phases #~(modify-phases %standard-phases (list #:phases #~(modify-phases %standard-phases
@ -528,7 +528,7 @@ documentation.")
(invoke "ctest" "-E" "karchivetest"))))))) (invoke "ctest" "-E" "karchivetest")))))))
(native-inputs (native-inputs
(list extra-cmake-modules pkg-config qttools)) (list extra-cmake-modules pkg-config qttools))
(inputs (list bzip2 qtbase xz zlib `(,zstd "lib"))) (inputs (list bzip2 openssl qtbase xz zlib `(,zstd "lib")))
(synopsis "Qt 6 addon providing access to numerous types of archives") (synopsis "Qt 6 addon providing access to numerous types of archives")
(description (description
"KArchive provides classes for easy reading, creation and "KArchive provides classes for easy reading, creation and