kjs: update to 5.39.0.
This commit is contained in:
parent
8ada9447e6
commit
10e09bd941
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kjs'
|
# Template file for 'kjs'
|
||||||
pkgname=kjs
|
pkgname=kjs
|
||||||
version=5.37.0
|
version=5.39.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kjs"
|
homepage="https://projects.kde.org/projects/frameworks/kjs"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2be1dd4e8a6b0914d3f1c7bc4ee0d2666b8166430adb576e17d7441225f2d010
|
checksum=36b365c9f3f41b8ca60d9816d58e6a67e32b2c83385a92d43d3237431118763a
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools kjs"
|
hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools kjs"
|
||||||
|
@ -25,7 +25,7 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# internal tool needed for cross-building
|
# 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() {
|
kjs-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue