kjs: update to 5.39.0.

This commit is contained in:
yopito 2017-10-16 18:47:40 +02:00
parent 8ada9447e6
commit 10e09bd941

View file

@ -1,6 +1,6 @@
# Template file for 'kjs'
pkgname=kjs
version=5.37.0
version=5.39.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kjs"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=2be1dd4e8a6b0914d3f1c7bc4ee0d2666b8166430adb576e17d7441225f2d010
checksum=36b365c9f3f41b8ca60d9816d58e6a67e32b2c83385a92d43d3237431118763a
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools kjs"
@ -25,7 +25,7 @@ pre_configure() {
post_install() {
# internal tool needed for cross-building
vinstall build/src/kjs/icemaker 0755 usr/lib/libexec/${pkgname}
vinstall build/bin/icemaker 0755 usr/lib/libexec/${pkgname}
}
kjs-devel_package() {