kate5: update to 22.08.2.

This commit is contained in:
John 2022-08-21 13:24:20 +02:00
parent 9a4a2a15ec
commit 62f9b0b251
2 changed files with 9 additions and 5 deletions

View file

@ -470,6 +470,7 @@ libfsimage.so.1.0 xen-libs-4.10.0_1
libxenstat.so.4.14 xen-libs-4.14.0_1
libfam.so.0 gamin-0.1.10_1
libgamin-1.so.0 gamin-0.1.10_1
libkateprivate.so.22.08.2 libkate-22.08.2_1
libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
libKF5Libkleo.so.5 libkleo-17.12.3_1
libKF5GrantleeTheme.so.5 grantleetheme-17.12.3_1

View file

@ -1,6 +1,6 @@
# Template file for 'kate5'
pkgname=kate5
version=22.04.3
version=22.08.2
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later, LGPL-2.0-or-later, GPL-2.0-or-later"
homepage="https://kde.org/applications/en/utilities/org.kde.kate"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname%5}-${version}.tar.xz"
checksum=6e3e4f78c8c2b6a68ce8122dbcd1f1222ec18dd17aa1b4b155989a4659c8d436
checksum=3725f1e6f8a3e03daf84bf06a437c4d6e221d6097db73306b7216bdf03fe750f
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
@ -22,6 +22,12 @@ if [ "$CROSS_BUILD" ]; then
kpackage-devel kdoctools python3 qt5-host-tools qt5-qmake"
fi
libkate_package() {
pkg_install() {
vmove usr/lib/libkateprivate.so.*
}
}
kwrite_package() {
pkg_install() {
vmove usr/bin/kwrite
@ -33,8 +39,5 @@ kwrite_package() {
for f in ${DESTDIR}/usr/share/icons/hicolor/*/apps/kwrite.*; do
vmove ${f#$DESTDIR}
done
for f in ${DESTDIR}/usr/share/locale/*/LC_MESSAGES/kwrite.mo; do
vmove ${f#$DESTDIR}
done
}
}