From 0b03568866e4a73a619f8f556a16337597511c31 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Jun 2021 17:31:32 +0200 Subject: [PATCH] syntax-highlighting: update to 5.83.0. --- srcpkgs/syntax-highlighting/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/syntax-highlighting/template b/srcpkgs/syntax-highlighting/template index 74445045afd..3d36e348c4c 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,21 +1,21 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.82.0 +version=5.83.0 revision=1 build_style=cmake -configure_args="-DBUILD_TESTING=ON" -hostmakedepends="kcoreaddons extra-cmake-modules perl" +configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/lib/libexec/${pkgname}/katehighlightingindexer" +hostmakedepends="kcoreaddons extra-cmake-modules perl qt5-host-tools + qt5-qmake qt5-tools qt5-devel qt5-tools-devel" makedepends="qt5-devel qt5-tools-devel qt5-xmlpatterns-devel" short_desc="Syntax highlighting engine for structured text and code" maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=d0bdf6d9f45fa8c84f83d2d97ea0e37b67ec212d7c717cd553ae03ad8c95d3bb +checksum=553084ecd116cadbf2a75725a33857df7d15b92124ac79f870a5f7ba6e5c9e5e if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel" - configure_args+=" -DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/lib/libexec/${pkgname}/katehighlightingindexer" + hostmakedepends+=" syntax-highlighting" fi post_install() {