mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
okular: update to 23.08.4.
This commit is contained in:
parent
f492224a28
commit
7d0528b485
1 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'okular'
|
||||
pkgname=okular
|
||||
version=23.08.3
|
||||
version=23.08.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules pkg-config gettext kcoreaddons
|
||||
|
@ -16,9 +16,16 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://kde.org/applications/en/graphics/org.kde.okular"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=4254557578d6e95c5708bc5ae0b0bc2b9b4961d56c38f3a8fdafafc9ddbd119b
|
||||
make_check_pre=dbus-run-session
|
||||
make_check=no
|
||||
checksum=37fd73178ae287dcdcc2b2bc61aee2aa30a64765f862230315f521a94b50af11
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# disable failing tests
|
||||
ctest -E "kimgiotest|chmgeneratortest|epubgeneratortest|parttest|visibilitytest| \
|
||||
jsfunctionstest|formattest|keystroketest|signunsignedfieldtest|documenttest|searchtest|annotationstest| \
|
||||
editannotationcontentstest|addremoveannotationtest|translateannotationtest|modifyannotationpropertiestest| \
|
||||
editformstest|calculatetexttest|mainshelltest|annotationtoolbartest|signatureformtest|jsfunctionstest|editannotationcontentstest|editformstest"
|
||||
}
|
||||
|
||||
libokular_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
@ -26,6 +33,7 @@ libokular_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libokular-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="lib${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue