gnu: karchive: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (karchive): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. [native-inputs]: Remove qttools-5; add qttools. [synopsis]: Adjust it. Change-Id: I159efc5f824b2aac034b8f34cec0c1e339580591master
parent
c1eee27aae
commit
80b47c3b5e
|
@ -459,7 +459,7 @@ documentation.")
|
||||||
(define-public karchive
|
(define-public karchive
|
||||||
(package
|
(package
|
||||||
(name "karchive")
|
(name "karchive")
|
||||||
(version "5.114.0")
|
(version "6.3.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/"
|
||||||
|
@ -467,7 +467,7 @@ documentation.")
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"015gc1zarny8r478p7g9m6r67l5dk3r0vcp28ilmfmznxy0k0hda"))))
|
"0aafcxizxzh239sz9ffsgxbq6c4a368bm3l93jj9m3v60xbpz017"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
@ -476,17 +476,16 @@ documentation.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "ctest" "-E" "karchivetest")))))))
|
(invoke "ctest" "-E" "karchivetest")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools-5))
|
(list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs
|
(inputs (list bzip2 qtbase xz zlib `(,zstd "lib")))
|
||||||
(list bzip2 qtbase-5 xz zlib `(,zstd "lib")))
|
(synopsis "Qt 6 addon providing access to numerous types of archives")
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
|
||||||
(synopsis "Qt 5 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
|
||||||
manipulation of @code{archive} formats like ZIP and TAR.
|
manipulation of @code{archive} formats like ZIP and TAR.
|
||||||
|
|
||||||
It also provides transparent compression and decompression of data, like the
|
It also provides transparent compression and decompression of data, like the
|
||||||
GZip format, via a subclass of QIODevice.")
|
GZip format, via a subclass of QIODevice.")
|
||||||
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
;; The included licenses is are gpl2 and lgpl2.1, but the sources are
|
;; The included licenses is are gpl2 and lgpl2.1, but the sources are
|
||||||
;; under a variety of licenses.
|
;; under a variety of licenses.
|
||||||
;; This list is taken from http://packaging.neon.kde.org/cgit/
|
;; This list is taken from http://packaging.neon.kde.org/cgit/
|
||||||
|
|
Reference in New Issue