plasma-framework: update to 5.89.0.

This commit is contained in:
John 2021-12-13 17:02:38 +01:00
parent ea478b5c93
commit 7734cb097b

View file

@ -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 <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=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() {