mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
KDiff3: fix build
This commit is contained in:
@@ -18,7 +18,7 @@ COPYRIGHT="
|
||||
2002-2014 Joachim Eibl
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="5ac570375c0b05de5d0ce51e83765040b62af918"
|
||||
SOURCE_URI="https://github.com/kde/kdiff3/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="4bc05ba3ba99227bb91daf32b920361bf44c80fbc5f9aa1cd2cac013bd24c672"
|
||||
@@ -94,7 +94,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -120,8 +120,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`"
|
||||
local MINOR="0"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
|
||||
Reference in New Issue
Block a user