plasma-framework: update to 5.113.0.

This commit is contained in:
Luciogi 2023-12-24 10:06:13 +05:00 committed by John Zimmermann
parent 76a838021f
commit 62c978479a
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'plasma-framework'
pkgname=plasma-framework
version=5.112.0
version=5.113.0
revision=1
build_style=cmake
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@ -15,11 +15,12 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/plasma-framework"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=12b62a8f7cb538358219d3e08f8677a504c4f14ff5fd673daabfc330f16f085b
checksum=7e8a94d402c15e21e67715c6e225f8c7eb82e9702ae7f6b0b121e6042d573246
do_check() {
cd build
ctest -E 'plasma-configmodeltest|coronatest|plasma-sortfiltermodeltest|i18ndcheck|plasma-dialogstatetest|plasma-iconitemtest|plasma-themetest|dialognativetest'
ctest -E "plasma-configmodeltest|coronatest|plasma-sortfiltermodeltest|i18ndcheck|\
plasma-dialogstatetest|plasma-iconitemtest|plasma-themetest|dialognativetest|iconitemhidpitest"
}
build_options="wayland"