From 4642c332198b7a0615f273eab3195b90b003f411 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 21 Aug 2019 21:15:17 +1000 Subject: [PATCH] hippo: fix build --- app-text/hippo/hippo-0.1~git.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/hippo/hippo-0.1~git.recipe b/app-text/hippo/hippo-0.1~git.recipe index e5a7d299b..401736fa9 100644 --- a/app-text/hippo/hippo-0.1~git.recipe +++ b/app-text/hippo/hippo-0.1~git.recipe @@ -13,7 +13,7 @@ The application currently support: HOMEPAGE="https://github.com/Vytax/hippo/" COPYRIGHT="2015-2018 Vytax" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" srcGitRev="b62e1530f5c87611918168eef1f2071aed0c7e95" SOURCE_URI="https://github.com/Vytax/hippo/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="ba3829daed1ed0b8f8a5e32adbe601311ca0ee3d9b596e7bc47f519d63a9c521" @@ -76,7 +76,8 @@ BUILD() ln -s $sourceDir2 $sourceDir/3rdparty/Cutelogger 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 . make $jobArgs