mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
hippo: fix build
This commit is contained in:
@@ -13,7 +13,7 @@ The application currently support:
|
|||||||
HOMEPAGE="https://github.com/Vytax/hippo/"
|
HOMEPAGE="https://github.com/Vytax/hippo/"
|
||||||
COPYRIGHT="2015-2018 Vytax"
|
COPYRIGHT="2015-2018 Vytax"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
srcGitRev="b62e1530f5c87611918168eef1f2071aed0c7e95"
|
srcGitRev="b62e1530f5c87611918168eef1f2071aed0c7e95"
|
||||||
SOURCE_URI="https://github.com/Vytax/hippo/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="https://github.com/Vytax/hippo/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="ba3829daed1ed0b8f8a5e32adbe601311ca0ee3d9b596e7bc47f519d63a9c521"
|
CHECKSUM_SHA256="ba3829daed1ed0b8f8a5e32adbe601311ca0ee3d9b596e7bc47f519d63a9c521"
|
||||||
@@ -76,7 +76,8 @@ BUILD()
|
|||||||
ln -s $sourceDir2 $sourceDir/3rdparty/Cutelogger
|
ln -s $sourceDir2 $sourceDir/3rdparty/Cutelogger
|
||||||
|
|
||||||
sed -i "s|/usr/include/poppler/qt5|/system/$relativeIncludeDir/poppler/qt5|" $sourceDir/hippo.pro
|
sed -i "s|/usr/include/poppler/qt5|/system/$relativeIncludeDir/poppler/qt5|" $sourceDir/hippo.pro
|
||||||
sed -i "s|-lhunspell|-lhunspell-1.6|" $sourceDir/3rdparty/spellcheck.pri
|
sed -i "s|-lhunspell|-lhunspell-1.7|" $sourceDir/3rdparty/spellcheck.pri
|
||||||
|
sed -i "/QtWebKit/d" $sourceDir/mainwindow.ui
|
||||||
|
|
||||||
qmake .
|
qmake .
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user