mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ark: update to 23.08.4.
This commit is contained in:
parent
c47ca76928
commit
924fcc2ca1
1 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ark'
|
# Template file for 'ark'
|
||||||
pkgname=ark
|
pkgname=ark
|
||||||
version=23.08.3
|
version=23.08.4
|
||||||
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,10 +13,15 @@ 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=d32fb43a10665381d1998b9b04b3e7afbfd5251b3a838049ee71716649d2326f
|
checksum=222426ca788b3ba286c619ee6f9228e5f256d5e013d45ea7ef5d322fdb9eaa9e
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
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…
Add table
Reference in a new issue