From 7734cb097b21956e2af4b183268b96f09be76ab2 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 13 Dec 2021 17:02:38 +0100 Subject: [PATCH] plasma-framework: update to 5.89.0. --- srcpkgs/plasma-framework/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template index 9a31303929..70c73aee66 100644 --- a/srcpkgs/plasma-framework/template +++ b/srcpkgs/plasma-framework/template @@ -1,11 +1,11 @@ # Template file for 'plasma-framework' pkgname=plasma-framework -version=5.88.0 +version=5.89.0 revision=1 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" hostmakedepends="kcoreaddons extra-cmake-modules pkg-config - kconfig python3 qt5-host-tools qt5-qmake gettext kdoctools" + kpackage kconfig python3 qt5-host-tools qt5-qmake gettext kdoctools" makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-devel kirigami2-devel" depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia" @@ -15,11 +15,11 @@ 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=9640040242aaacd1017b993e23426449ee71ba7b54ac5ce7e042e5d5aca301a8 +checksum=b709a8effe04f12f4c04c65c185e09ee7479477b505283ae70d5d1fbd450a673 do_check() { cd build - ctest -E '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' } plasma-framework-devel_package() {