kf6-kimageformats: update to 6.11.0.

This commit is contained in:
John 2025-02-16 22:56:39 +01:00 committed by John Zimmermann
parent e89d909682
commit 771df9a4c4

View File

@ -1,6 +1,6 @@
# Template file for 'kf6-kimageformats'
pkgname=kf6-kimageformats
version=6.10.0
version=6.11.0
revision=1
build_style=cmake
configure_args="-DKIMAGEFORMATS_HEIF=ON -DKDE_INSTALL_QMLDIR=lib/qt6/qml
@ -14,10 +14,10 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kimageformats"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=e16f32ee64393199a283942f6fe7b6f77b3746034f90e4244689c28faab1f9d3
checksum=0c45787f97d00fc0257f7de3250d84e950de2a332c45e7528138f7cf843154cc
do_check() {
cd build
# disable failing tests
ctest -E "kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2"
ctest -E "kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2|kimageformats-write-heif"
}