# Template file for 'syntax-highlighting' pkgname=syntax-highlighting version=5.40.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules perl" makedepends="qt5-devel qt5-tools-devel qt5-xmlpatterns-devel" short_desc="Syntax highlighting engine for structured text and code" maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=148dd0d3d091ad5ee352cc528f494a375d89d2812ff31b08c735e0929a358075 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting" fi pre_configure() { if [ -n "$CROSS_BUILD" ]; then sed -i -e "s,COMMAND katehighlightingindexer,COMMAND /usr/lib/libexec/${pkgname}/katehighlightingindexer,g" data/CMakeLists.txt fi } post_install() { # internal tool needed for cross-building vinstall build/bin/katehighlightingindexer 0755 usr/lib/libexec/${pkgname} } syntax-highlighting-devel_package() { short_desc+=" - development" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/qt5/mkspecs vmove usr/lib/cmake vmove usr/lib/*.so } }