update to a newer otter-browser commit, from Adam Wolk (maintainer). fixes:

- fixed checkboxes in content blocking manager
- fixed saving dialog sizes
- added extra fallback when looking for address field associated with tab
This commit is contained in:
sthen 2016-01-02 21:06:45 +00:00
parent 7691a0f783
commit e8d1dc1cc3
3 changed files with 27 additions and 6 deletions

View File

@ -1,11 +1,16 @@
# $OpenBSD: Makefile,v 1.11 2016/01/02 13:42:52 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2016/01/02 21:06:45 sthen Exp $
COMMENT = browser aiming to recreate classic Opera (12.x) UI using Qt5
GH_ACCOUNT = OtterBrowser
GH_PROJECT = otter-browser
V = 0.9.09
GH_TAGNAME = v$V
V = 0.9.09pl0
# GH_TAGNAME = v$V
# We grab a GH_COMMIT because upstream released hotfixes
# that we were asked to incorporate:
# - fixed checkboxes in content blocking manager
# - fixed saving dialog sizes
# - added extra fallback when looking for address field associated with tab
GH_COMMIT = d1a1b0bbc8d80d0d7ed7a1fbbf83975a5ddea69e
DISTNAME = ${GH_PROJECT}-$V
CATEGORIES = www

View File

@ -1,2 +1,2 @@
SHA256 (otter-browser-0.9.09.tar.gz) = T7VV2oyCaMzjiTpa+Md3s1WXjaT4cYSlpBOlwjNiLGw=
SIZE (otter-browser-0.9.09.tar.gz) = 3197615
SHA256 (otter-browser-0.9.09pl0.tar.gz) = BgHajOz9QvuojBtJZrM3K5xfe+XtGfy5jmUwTAG+i2k=
SIZE (otter-browser-0.9.09pl0.tar.gz) = 3200968

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-CMakeLists_txt,v 1.6 2016/01/02 21:06:45 sthen Exp $
--- CMakeLists.txt.orig Sat Jan 2 17:03:29 2016
+++ CMakeLists.txt Sat Jan 2 17:09:23 2016
@@ -12,10 +12,10 @@ project(otter-browser)
set(MAJOR_VERSION "0")
set(MINOR_VERSION "9")
-set(PATCH_VERSION "10")
+set(PATCH_VERSION "09")
set(OTTER_VERSION_MAIN ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
set(OTTER_VERSION_WEEKLY " ")
-set(OTTER_VERSION_CONTEXT "-dev")
+set(OTTER_VERSION_CONTEXT " beta 9")
if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
include(InstallRequiredSystemLibraries)