mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4b243543b2
commit
9472deda7f
1 changed files with 3 additions and 3 deletions
|
@ -510,7 +510,7 @@ documentation.")
|
|||
(define-public karchive
|
||||
(package
|
||||
(name "karchive")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -518,7 +518,7 @@ documentation.")
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j4aiilpcmq89bfdpqqcs0dmqfzxrdam775svvdbn46ikp0n0ldc"))))
|
||||
"146c9yaxljbmpbfhmj7ns87zzwb7svcp0g8mw9hjgzmx7b7mv6rw"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
@ -528,7 +528,7 @@ documentation.")
|
|||
(invoke "ctest" "-E" "karchivetest")))))))
|
||||
(native-inputs
|
||||
(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")
|
||||
(description
|
||||
"KArchive provides classes for easy reading, creation and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue