From 62c978479afee5feaed3a9bf0d38828dfacef6b0 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Sun, 24 Dec 2023 10:06:13 +0500 Subject: [PATCH] plasma-framework: update to 5.113.0. --- srcpkgs/plasma-framework/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template index 83bc01124fb..e8d1c372e97 100644 --- a/srcpkgs/plasma-framework/template +++ b/srcpkgs/plasma-framework/template @@ -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 " 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"