From c90f9a73e42283f24c38f20eed9e2163f242317f Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 6 Mar 2024 01:44:17 +1000 Subject: [PATCH] kate: bump version --- kde-base/kate/{kate-23.08.4.recipe => kate-23.08.5.recipe} | 7 ++++--- .../{kate-23.08.4.patchset => kate-23.08.5.patchset} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename kde-base/kate/{kate-23.08.4.recipe => kate-23.08.5.recipe} (97%) rename kde-base/kate/patches/{kate-23.08.4.patchset => kate-23.08.5.patchset} (100%) diff --git a/kde-base/kate/kate-23.08.4.recipe b/kde-base/kate/kate-23.08.5.recipe similarity index 97% rename from kde-base/kate/kate-23.08.4.recipe rename to kde-base/kate/kate-23.08.5.recipe index 7ed6043fa..a7779d4b5 100644 --- a/kde-base/kate/kate-23.08.4.recipe +++ b/kde-base/kate/kate-23.08.5.recipe @@ -57,11 +57,11 @@ Backup and Restore * swap files to recover data on system crash * undo / redo system" HOMEPAGE="https://kate-editor.org/" -COPYRIGHT="2010-2023 KDE Organisation" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kate-$portVersion.tar.xz" -CHECKSUM_SHA256="297facaab205f67f2c61b17650ef27a10b32ea699083577eeece25d0beb3fba2" +CHECKSUM_SHA256="683c49d9c4b2abd4b4660b607b65249a2adfdc48418b0d18ab90810d1a8f4e37" ADDITIONAL_FILES="kate.rdef.in" PATCHES="kate-$portVersion.patchset" @@ -125,7 +125,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.93 + extra_cmake_modules$secondaryArchSuffix devel:libKF5Activities$secondaryArchSuffix devel:libKF5Archive$secondaryArchSuffix devel:libKF5Attica$secondaryArchSuffix @@ -183,6 +183,7 @@ BUILD() mkdir -p build cd build + export LDFLAGS="-lnetwork" cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$prefix \ diff --git a/kde-base/kate/patches/kate-23.08.4.patchset b/kde-base/kate/patches/kate-23.08.5.patchset similarity index 100% rename from kde-base/kate/patches/kate-23.08.4.patchset rename to kde-base/kate/patches/kate-23.08.5.patchset