mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ark: Update to 24.12.1.
* gnu/packages/kde-utils.scm (ark): Update to 24.12.1. * gnu/packages/patches/ark-skip-xar-test.patch: Adjust it. Change-Id: Ib8cb7ec347b6373a2fbe7857925dea4b0d7af782
This commit is contained in:
parent
74536e137d
commit
220e323893
2 changed files with 6 additions and 5 deletions
|
@ -54,14 +54,14 @@
|
||||||
(define-public ark
|
(define-public ark
|
||||||
(package
|
(package
|
||||||
(name "ark")
|
(name "ark")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ark-" version ".tar.xz"))
|
"/src/ark-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q0fyx65gp0d1vj4jxiaswdfzi15hbfi537f3i8y277b621qp3rs"))
|
"1f96k7jisjdvpg8wjrm1pyz6p6zkqcx70054cg3sd0244skrzrna"))
|
||||||
;; The libarchive package in Guix does not support
|
;; The libarchive package in Guix does not support
|
||||||
;; xar; disable related tests.
|
;; xar; disable related tests.
|
||||||
(patches (search-patches "ark-skip-xar-test.patch"))))
|
(patches (search-patches "ark-skip-xar-test.patch"))))
|
||||||
|
|
|
@ -15,7 +15,7 @@ Guix libarchive no support xar.
|
||||||
|
|
||||||
--- ark-24.05.2.orig/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:21:25.849219202 +0800
|
--- ark-24.05.2.orig/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:21:25.849219202 +0800
|
||||||
+++ ark-24.05.2/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:22:01.413789814 +0800
|
+++ ark-24.05.2/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:22:01.413789814 +0800
|
||||||
@@ -329,18 +329,5 @@
|
@@ -329,19 +329,6 @@
|
||||||
qDebug() << "lz4 executable not found in path. Skipping lz4 test.";
|
qDebug() << "lz4 executable not found in path. Skipping lz4 test.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,5 +32,6 @@ Guix libarchive no support xar.
|
||||||
- archivePath = QFINDTESTDATA("data/simplearchive.xar");
|
- archivePath = QFINDTESTDATA("data/simplearchive.xar");
|
||||||
- setupRow("extract all entries from a xar archive with path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 6);
|
- setupRow("extract all entries from a xar archive with path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 6);
|
||||||
-
|
-
|
||||||
archivePath = QFINDTESTDATA("data/hello-1.0-x86_64.AppImage");
|
// Test tarball with leading /, i.e. here /tmp/testfile instead of tmp/testfile
|
||||||
setupRow("extract all entries from an AppImage with path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 7);
|
archivePath = QFINDTESTDATA("data/absolutepath.tar.xz");
|
||||||
|
setupRow("extract all entries from a tar archive with absolute path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue