kcompletion: update to 5.92.0.
This commit is contained in:
parent
6a9c9c5f94
commit
8ecb81f1a1
1 changed files with 5 additions and 7 deletions
|
@ -1,20 +1,18 @@
|
|||
# Template file for 'kcompletion'
|
||||
pkgname=kcompletion
|
||||
version=5.91.0
|
||||
version=5.92.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules"
|
||||
configure_args="-DBUILD_DESIGNERPLUGIN=ON"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules
|
||||
qt5-host-tools qt5-qmake qt5-tools-devel"
|
||||
makedepends="kconfig-devel kwidgetsaddons-devel"
|
||||
short_desc="KDE Powerful completion framework"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kcompletion"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2422485b10de631583b7e92e0778e5cf0c0ceec677bcd289cb7bc04c5441dfd0
|
||||
|
||||
if [ "CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel"
|
||||
fi
|
||||
checksum=08f1525c6cee8babe399c941bb85d04be9dade0341d1d85c6beccd2e93dc7ceb
|
||||
|
||||
kcompletion-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue