kDiff3: bump version

This commit is contained in:
Gerasim Troeglazov
2020-05-01 17:43:26 +10:00
parent a18fa4dead
commit 4719392ed8

View File

@@ -14,13 +14,13 @@ DESCRIPTION="KDiff3 is a diff and merge program that:
* and has an intuitive graphical user interface." * and has an intuitive graphical user interface."
HOMEPAGE="https://github.com/KDE/kdiff3/" HOMEPAGE="https://github.com/KDE/kdiff3/"
COPYRIGHT=" COPYRIGHT="
2016-2019 Michael Reeves 2016-2020 Michael Reeves
2002-2014 Joachim Eibl 2002-2014 Joachim Eibl
" "
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="2" REVISION="1"
SOURCE_URI="https://github.com/kde/kdiff3/archive/$portVersion.tar.gz" SOURCE_URI="https://download.kde.org/stable/kdiff3/kdiff3-$portVersion.tar.xz"
CHECKSUM_SHA256="25d4abd0acb604f9ff503eb9650ec6bc048b261079ac9de105b894110e472355" CHECKSUM_SHA256="fb7154778491dc11b9bd38465164ce1a7c2d1810f70a57cd4268ffad42d5bb68"
SOURCE_DIR="kdiff3-$portVersion" SOURCE_DIR="kdiff3-$portVersion"
ADDITIONAL_FILES="kdiff3.rdef.in" ADDITIONAL_FILES="kdiff3.rdef.in"
@@ -70,7 +70,7 @@ REQUIRES="
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.55 extra_cmake_modules$secondaryArchSuffix >= 5.65
devel:libKF5Auth$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix
devel:libKF5Codecs$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix
@@ -107,6 +107,8 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt 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 mkdir -p build
cd build cd build
cmake .. \ cmake .. \