kdesignerplugin: update to 5.36.0.
This commit is contained in:
parent
a78c77f0a1
commit
9569e6a546
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kdesignerplugin'
|
||||
pkgname=kdesignerplugin
|
||||
version=5.29.0
|
||||
version=5.36.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -11,7 +11,12 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
|||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kdesignerplugin"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=cf0b6ad6d996ff460447c83d382188c10eb01a9ff1e8532866e13050f389a807
|
||||
checksum=1ba67344b46e1cb0809975f84c667019158e69ae1b884ab3a995ca1d8d434acf
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kdoctools"
|
||||
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
|
||||
fi
|
||||
|
||||
kdesignerplugin-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue