mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 09:08:53 +02:00
kDiff3: bump version
This commit is contained in:
@@ -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 .. \
|
||||
Reference in New Issue
Block a user