plasma-framework: update to 5.89.0.
This commit is contained in:
parent
ea478b5c93
commit
7734cb097b
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'plasma-framework'
|
# Template file for 'plasma-framework'
|
||||||
pkgname=plasma-framework
|
pkgname=plasma-framework
|
||||||
version=5.88.0
|
version=5.89.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
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
|
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-devel
|
||||||
kirigami2-devel"
|
kirigami2-devel"
|
||||||
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
|
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
|
||||||
|
@ -15,11 +15,11 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/plasma-framework"
|
homepage="https://invent.kde.org/frameworks/plasma-framework"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9640040242aaacd1017b993e23426449ee71ba7b54ac5ce7e042e5d5aca301a8
|
checksum=b709a8effe04f12f4c04c65c185e09ee7479477b505283ae70d5d1fbd450a673
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
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() {
|
plasma-framework-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue