plasma-framework: update to 5.83.0.
This commit is contained in:
parent
63012bdf70
commit
1d0e3caa33
1 changed files with 9 additions and 4 deletions
|
@ -1,21 +1,26 @@
|
||||||
# Template file for 'plasma-framework'
|
# Template file for 'plasma-framework'
|
||||||
pkgname=plasma-framework
|
pkgname=plasma-framework
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF
|
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
-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"
|
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"
|
||||||
|
checkdepends="mesa-dri"
|
||||||
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
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=f128726985a21b895591bf694520dac3580e539d517c6e80230fc80166f8b9a1
|
checksum=7adf5f77d7ecf6a45626e7a329c941f6bfe21154b2ff9c6c943727b0e68f145d
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
ctest -E 'coronatest|plasma-sortfiltermodeltest|i18ndcheck|plasma-dialogstatetest|plasma-iconitemtest|plasma-themetest|dialognativetest'
|
||||||
|
}
|
||||||
|
|
||||||
plasma-framework-devel_package() {
|
plasma-framework-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue