ark: update to 23.08.4.
This commit is contained in:
parent
c47ca76928
commit
924fcc2ca1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ark'
|
||||
pkgname=ark
|
||||
version=23.08.3
|
||||
version=23.08.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
|
@ -13,10 +13,15 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://kde.org/applications/en/utilities/org.kde.ark"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=d32fb43a10665381d1998b9b04b3e7afbfd5251b3a838049ee71716649d2326f
|
||||
checksum=222426ca788b3ba286c619ee6f9228e5f256d5e013d45ea7ef5d322fdb9eaa9e
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# requires rar compressor
|
||||
ctest -E plugins-clirartest
|
||||
|
||||
# plugins-clirartest requires rar compressor
|
||||
# app-batchextracttest is broken
|
||||
XDG_RUNTIME_DIR=$x
|
||||
ctest -E plugins-clirartest \
|
||||
-E app-batchextracttest
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue