mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Otter-Browser: add haiku icons for download manager
* fix paths for hunspell dictionaries
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user