kross: update to 5.66.0

[ci skip]
This commit is contained in:
John 2020-01-13 00:23:22 +01:00
parent b100bfc0be
commit a976f5485e
1 changed files with 6 additions and 9 deletions

View File

@ -1,22 +1,19 @@
# Template file for 'kross'
pkgname=kross
version=5.65.0
version=5.66.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons extra-cmake-modules"
configure_args="-DBUILD_TESTING=OFF
-DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
hostmakedepends="kcoreaddons extra-cmake-modules gettext
qt5-host-tools qt5-qmake python kdoctools-devel"
makedepends="qt5-tools-devel kdoctools-devel kparts-devel"
short_desc="KDE scripting bridge"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kross"
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=c7414c2d6bb959920c2dca01c2b50131a5715629e0229283f8e6dfcfae1a64a5
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
fi
checksum=109159996da54ec52ec8114ff05f88bdee6428e49ca84515ab73c457e0005ebc
case "$XBPS_TARGET_MACHINE" in
armv6l-musl) makedepends+=" libatomic-devel";;