hippo: fix build

This commit is contained in:
Gerasim Troeglazov
2019-08-21 21:15:17 +10:00
parent f36d30601b
commit 4642c33219

View File

@@ -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