ark: update to 23.08.0.

This commit is contained in:
John 2023-09-11 20:39:29 +02:00 committed by John Zimmermann
parent 677b946852
commit 8869374af8
2 changed files with 8 additions and 9 deletions

View file

@ -32,18 +32,17 @@ index 9178611..c1d3f13 100644
archivePath = QFINDTESTDATA("data/hello-1.0-x86_64.AppImage"); archivePath = QFINDTESTDATA("data/hello-1.0-x86_64.AppImage");
QTest::newRow("extract all entries from an AppImage with path") QTest::newRow("extract all entries from an AppImage with path")
<< archivePath << archivePath
diff --git autotests/kerfuffle/loadtest.cpp autotests/kerfuffle/loadtest.cpp
index 8c5f52d..cbb47cf 100644 --- ark-23.08.0/autotests/kerfuffle/loadtest.cpp 2023-08-16 22:56:56.000000000 +0200
--- a/autotests/kerfuffle/loadtest.cpp +++ - 2023-09-11 22:52:41.215856157 +0200
+++ b/autotests/kerfuffle/loadtest.cpp @@ -195,13 +195,6 @@
@@ -181,13 +181,6 @@ void LoadTest::testProperties_data()
qDebug() << "lz4 executable not found in path. Skipping lz4 test."; qDebug() << "lz4 executable not found in path. Skipping lz4 test.";
} }
- QTest::newRow("xar archive") - QTest::newRow("xar archive")
- << QFINDTESTDATA("data/simplearchive.xar") - << QFINDTESTDATA("data/simplearchive.xar")
- << QStringLiteral("simplearchive") - << QStringLiteral("simplearchive")
- << true << false << false << false << false << 0 << Archive::Unencrypted - << true << false << false << false << false << 0 << Archive::Unencrypted << 6
- << QStringLiteral("simplearchive") - << QStringLiteral("simplearchive")
- << QString(); - << QString();
- -

View file

@ -1,6 +1,6 @@
# Template file for 'ark' # Template file for 'ark'
pkgname=ark pkgname=ark
version=23.04.2 version=23.08.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@ -13,7 +13,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://kde.org/applications/en/utilities/org.kde.ark" homepage="https://kde.org/applications/en/utilities/org.kde.ark"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=de386d0a2aec6772fba51a7710e186718c75cecdf589fa3fd8d8dbd203e464ac checksum=41fcf916a973beade18f043bbbd49bcf8329ae64fcf161e907e30d643f442526
do_check() { do_check() {
cd build cd build