Otter-Browser: add haiku icons for download manager

* fix paths for hunspell dictionaries
This commit is contained in:
Gerasim Troeglazov
2019-03-03 12:05:58 +10:00
parent 5a3c43418a
commit 0e83e54ed7
3 changed files with 2 additions and 2 deletions

View File

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

View File

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