From 4719392ed8780d26c70ad3a3a84ef0347c59029e Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 1 May 2020 17:43:26 +1000 Subject: [PATCH] kDiff3: bump version --- .../{kdiff3-1.8.1.recipe => kdiff3-1.8.2.recipe} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename kde-misc/kdiff3/{kdiff3-1.8.1.recipe => kdiff3-1.8.2.recipe} (92%) diff --git a/kde-misc/kdiff3/kdiff3-1.8.1.recipe b/kde-misc/kdiff3/kdiff3-1.8.2.recipe similarity index 92% rename from kde-misc/kdiff3/kdiff3-1.8.1.recipe rename to kde-misc/kdiff3/kdiff3-1.8.2.recipe index 0db5aa108..16f3b1b6e 100644 --- a/kde-misc/kdiff3/kdiff3-1.8.1.recipe +++ b/kde-misc/kdiff3/kdiff3-1.8.2.recipe @@ -14,13 +14,13 @@ DESCRIPTION="KDiff3 is a diff and merge program that: * and has an intuitive graphical user interface." HOMEPAGE="https://github.com/KDE/kdiff3/" COPYRIGHT=" - 2016-2019 Michael Reeves + 2016-2020 Michael Reeves 2002-2014 Joachim Eibl " LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="https://github.com/kde/kdiff3/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="25d4abd0acb604f9ff503eb9650ec6bc048b261079ac9de105b894110e472355" +REVISION="1" +SOURCE_URI="https://download.kde.org/stable/kdiff3/kdiff3-$portVersion.tar.xz" +CHECKSUM_SHA256="fb7154778491dc11b9bd38465164ce1a7c2d1810f70a57cd4268ffad42d5bb68" SOURCE_DIR="kdiff3-$portVersion" ADDITIONAL_FILES="kdiff3.rdef.in" @@ -70,7 +70,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.55 + extra_cmake_modules$secondaryArchSuffix >= 5.65 devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix @@ -107,6 +107,8 @@ BUILD_PREREQUIRES=" BUILD() { sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt + sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt + sed -e '/DocTools/ s/^#*/#/' -i CMakeLists.txt mkdir -p build cd build cmake .. \