From feb8783e2da2222291a5174e5015a205c18a4782 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 16 Dec 2020 14:31:49 +1000 Subject: [PATCH] KDiff3: bump version --- .../kdiff3/{kdiff3-1.8.3.recipe => kdiff3-1.8.4.recipe} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename kde-misc/kdiff3/{kdiff3-1.8.3.recipe => kdiff3-1.8.4.recipe} (94%) diff --git a/kde-misc/kdiff3/kdiff3-1.8.3.recipe b/kde-misc/kdiff3/kdiff3-1.8.4.recipe similarity index 94% rename from kde-misc/kdiff3/kdiff3-1.8.3.recipe rename to kde-misc/kdiff3/kdiff3-1.8.4.recipe index fe0732815..08ab09f79 100644 --- a/kde-misc/kdiff3/kdiff3-1.8.3.recipe +++ b/kde-misc/kdiff3/kdiff3-1.8.4.recipe @@ -20,7 +20,7 @@ COPYRIGHT=" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/kdiff3/kdiff3-$portVersion.tar.xz" -CHECKSUM_SHA256="2f35e9357a303144e3dd5a033a1a8caa70d3eecdb355213e9473cd04bc308bab" +CHECKSUM_SHA256="76e18e097a078c1a440a32562734391d71d12446fcd3b2afeece87c136f43bb8" SOURCE_DIR="kdiff3-$portVersion" ADDITIONAL_FILES="kdiff3.rdef.in" @@ -61,6 +61,7 @@ REQUIRES=" lib:libKF5SonnetCore$secondaryArchSuffix lib:libKF5TextWidgets$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix + lib:libKF5WindowSystem$secondaryArchSuffix lib:libKF5XmlGui$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix lib:libQt5Gui$secondaryArchSuffix @@ -70,7 +71,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.65 + extra_cmake_modules$secondaryArchSuffix >= 5.77 devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix @@ -91,6 +92,7 @@ BUILD_REQUIRES=" devel:libKF5SonnetCore$secondaryArchSuffix devel:libKF5TextWidgets$secondaryArchSuffix devel:libKF5WidgetsAddons$secondaryArchSuffix + devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix @@ -129,7 +131,7 @@ INSTALL() local APP_SIGNATURE="application/x-vnd.qt5-kdiff3" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`" + local MINOR="`echo "$portVersion" | cut -d. -f3`" local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \