syntax-highlighting: update to 5.91.0.
This commit is contained in:
parent
b8b163af9a
commit
f9f54c8181
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'syntax-highlighting'
|
# Template file for 'syntax-highlighting'
|
||||||
pkgname=syntax-highlighting
|
pkgname=syntax-highlighting
|
||||||
version=5.89.0
|
version=5.91.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/lib/libexec/${pkgname}/katehighlightingindexer"
|
configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/libexec/${pkgname}/katehighlightingindexer"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules perl qt5-host-tools
|
hostmakedepends="kcoreaddons extra-cmake-modules perl qt5-host-tools
|
||||||
qt5-qmake qt5-tools qt5-devel qt5-tools-devel"
|
qt5-qmake qt5-tools qt5-devel qt5-tools-devel"
|
||||||
makedepends="qt5-devel qt5-tools-devel qt5-xmlpatterns-devel"
|
makedepends="qt5-devel qt5-tools-devel qt5-xmlpatterns-devel"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/syntax-highlighting"
|
homepage="https://invent.kde.org/frameworks/syntax-highlighting"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2aadfedc0ec43ad7e3f4610cf403086f855e05ba00443bd3e59d2de3a4cfc947
|
checksum=370a45b274db90e8d2d34d61d3f665a3f1f9f552d4503ce5805a47f445c4f93a
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" syntax-highlighting"
|
hostmakedepends+=" syntax-highlighting"
|
||||||
|
@ -21,7 +21,7 @@ fi
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# internal tool needed for cross-building
|
# internal tool needed for cross-building
|
||||||
vinstall build/bin/katehighlightingindexer 0755 usr/lib/libexec/${pkgname}
|
vinstall build/bin/katehighlightingindexer 0755 usr/libexec/${pkgname}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue