syntax-highlighting: update to 5.39.0.

This commit is contained in:
yopito 2017-10-14 23:11:57 +02:00
parent 81519d7e32
commit 11bc31c9d7

View file

@ -1,6 +1,6 @@
# Template file for 'syntax-highlighting' # Template file for 'syntax-highlighting'
pkgname=syntax-highlighting pkgname=syntax-highlighting
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/syntax-highlighting" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e2d075482bc5409646db40374c6caa0b055276e1a5cd8e30065e9f4fd0baa6d0 checksum=acfd79f8d53269bae1d4876c737605f0e20c31d9453444fa98b8e296e06c1a2d
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting" hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting"
@ -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/indexer/katehighlightingindexer 0755 usr/lib/libexec/${pkgname} vinstall build/bin/katehighlightingindexer 0755 usr/lib/libexec/${pkgname}
} }
syntax-highlighting-devel_package() { syntax-highlighting-devel_package() {