plasma-framework: update to 5.36.0.
This commit is contained in:
parent
1f7c977db0
commit
4416cf7b03
1 changed files with 9 additions and 4 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'plasma-framework'
|
||||
pkgname=plasma-framework
|
||||
version=5.29.0
|
||||
revision=2
|
||||
version=5.36.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules pkg-config"
|
||||
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel"
|
||||
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-devel"
|
||||
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
|
||||
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/plasma-framework"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=303b65207bd3fae01ff89cd521f7b58141c0ab0bc672d8d0acc5d4fd4a0c64b0
|
||||
checksum=7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
||||
broken="cmake fails on links to target Qt5::Gui_GLESv2"
|
||||
fi
|
||||
|
||||
plasma-framework-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue