From 74072b0604575b3de0f2fb6cf67280ff3483f695 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 22 Feb 2019 19:00:52 +1000 Subject: [PATCH] Otter-Browser: fix app flags --- www-client/otter-browser/additional-files/otter.rdef.in | 3 ++- www-client/otter-browser/otter_browser-1.0.01.recipe | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www-client/otter-browser/additional-files/otter.rdef.in b/www-client/otter-browser/additional-files/otter.rdef.in index bfb5ddb2d..ec31f5d94 100644 --- a/www-client/otter-browser/additional-files/otter.rdef.in +++ b/www-client/otter-browser/additional-files/otter.rdef.in @@ -1,5 +1,5 @@ -resource app_flags B_SINGLE_LAUNCH; +resource app_flags B_MULTIPLE_LAUNCH; resource app_version { major = @MAJOR@, @@ -22,6 +22,7 @@ resource file_types message { "types" = "image/svg+xml", "types" = "application/xhtml+xml", "types" = "application/x-vnd.Be.URL.file", + "types" = "application/x-vnd.Be.URL.ftp", "types" = "application/x-vnd.Be.URL.http", "types" = "application/x-vnd.Be.URL.https" }; 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 09dd8b80d..b3a6510d9 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="3" +REVISION="4" SOURCE_URI="https://github.com/OtterBrowser/otter-browser/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b" SOURCE_FILENAME="otter-browser-$portVersion.tar.gz"