diff --git a/www-client/otter-browser/additional-files/haikuicons.zip b/www-client/otter-browser/additional-files/haikuicons.zip index a2bf242c7..be4fcb68c 100644 Binary files a/www-client/otter-browser/additional-files/haikuicons.zip and b/www-client/otter-browser/additional-files/haikuicons.zip differ diff --git a/www-client/otter-browser/otter_browser-1.0.01.recipe b/www-client/otter-browser/otter_browser-1.0.01.recipe index e687c79b1..d811ed82e 100644 --- a/www-client/otter-browser/otter_browser-1.0.01.recipe +++ b/www-client/otter-browser/otter_browser-1.0.01.recipe @@ -4,7 +4,7 @@ classic Opera (12.x) UI using Qt5." HOMEPAGE="https://otter-browser.org/" COPYRIGHT="2013-2019 Otter Browser Team" LICENSE="GNU GPL v3" -REVISION="5" +REVISION="6" SOURCE_URI="https://github.com/OtterBrowser/otter-browser/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b" SOURCE_FILENAME="otter-browser-$portVersion.tar.gz" diff --git a/www-client/otter-browser/patches/otter_browser-1.0.01.patchset b/www-client/otter-browser/patches/otter_browser-1.0.01.patchset index 0da80b972..eb1177fce 100644 --- a/www-client/otter-browser/patches/otter_browser-1.0.01.patchset +++ b/www-client/otter-browser/patches/otter_browser-1.0.01.patchset @@ -118,7 +118,7 @@ index e9767a9..1956528 100644 #ifdef Q_OS_MAC directories << QLatin1String("/System/Library/Spelling/"); +#elif defined(Q_OS_HAIKU) -+ directories << QLatin1String("/system/data/hunspell/") << QLatin1String("~/config/non-packaged/data/hunspell/"); ++ directories << QLatin1String("/system/data/hunspell/") << QLatin1String("/system/non-packaged/data/hunspell/") << QLatin1String("/boot/home/config/non-packaged/data/hunspell/"); #else directories << QLatin1String("/usr/share/hunspell/") << QLatin1String("/usr/local/share/hunspell/") << QLatin1String("/usr/share/myspell/") << QLatin1String("/usr/share/myspell/dicts/") << QLatin1String("/usr/local/share/mozilla-dicts/"); #endif