kinit: update to 5.48.0.
This commit is contained in:
parent
1547f1fcd4
commit
2467284ae0
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kinit'
|
||||
pkgname=kinit
|
||||
version=5.47.0
|
||||
version=5.48.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -8,12 +8,12 @@ hostmakedepends="extra-cmake-modules libcap-progs pkg-config"
|
|||
makedepends="kio-devel kdoctools-devel libcap-devel"
|
||||
short_desc="Helper library to speed up start of applications on KDE workspaces"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
license="LGPL-2.0-only"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kinit"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=e004e9dced7da73c5344858170bc91f8075e6c9e6646c6efdc931efec88b80e5
|
||||
checksum=2ad529be186e3c1b74109f937a77d13f1f87acfda69d736a94f8f7bb821c4e23
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue