From 62f9b0b251a8ec01afa9df5f78ebfb16cec8ad7c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 21 Aug 2022 13:24:20 +0200 Subject: [PATCH] kate5: update to 22.08.2. --- common/shlibs | 1 + srcpkgs/kate5/template | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 925fea2868d..8194333576f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/kate5/template b/srcpkgs/kate5/template index 66db06c0dbc..b95e0a77b21 100644 --- a/srcpkgs/kate5/template +++ b/srcpkgs/kate5/template @@ -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 " 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 } }