kcompletion: update to 5.48.0.
This commit is contained in:
parent
85e686e4bb
commit
304976f2a4
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'kcompletion'
|
||||
pkgname=kcompletion
|
||||
version=5.47.0
|
||||
version=5.48.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="kconfig-devel kwidgetsaddons-devel"
|
||||
short_desc="KDE Powerful completion framework"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kcompletion"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=17001dcb7e036e248ab597ce14fc55f845faf59b9723de5b6d14a4b8c820bcf1
|
||||
checksum=9796e291d84a7d7e3ab560245b042d12239235d7beb8be2c6b26036f08ac3589
|
||||
|
||||
if [ -n "CROSS_BUILD" ]; then
|
||||
if [ "CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel"
|
||||
fi
|
||||
|
||||
|
@ -23,6 +23,6 @@ kcompletion-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue