Port changes:
- dependency on libgcrypt dropped by upstream - 1 new locale file Notes: The tab-bar changes are quite new and expect to hit bugs there. Ie. the current one I am seeing is turning thumbnails on and then off leads to the tabs not being visible until restart. You can report problems directly upstream: https://github.com/OtterBrowser/otter-browser/issues or relay them via me. Upstream highlights since beta 11: * fixes, optimatizations and new predefined profiles for content blocking; * overhaul of tab bar: * allow to detach tabs by dragging them away; * allow to drop URLs and tabs from other windows; * added option to show embedded tab thumbnails; * improved handling of visibility of close button; * tabs demanding attention are drawn using bold font; * improved RTL support; * decreased default tab padding; * tab text is no longer centered horizontally; * fixed status tip messages while rearranging tabs. OK sthen@
This commit is contained in:
parent
d48b73668b
commit
d78fc7b84b
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2016/10/05 13:48:50 awolk Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2016/12/06 13:00:19 awolk Exp $
|
||||
|
||||
COMMENT = browser aiming to recreate classic Opera (12.x) UI using Qt5
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=otter-browser/}
|
||||
DISTNAME = otter-browser-0.9.11
|
||||
DISTNAME = otter-browser-0.9.12-dev152
|
||||
PKGNAME = ${DISTNAME:S/-dev/pre/}
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
@ -18,13 +19,12 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c m pthread Qt5Core Qt5DBus Qt5Gui Qt5Multimedia
|
||||
WANTLIB += Qt5Network Qt5PrintSupport Qt5Qml Qt5WebKit
|
||||
WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5XmlPatterns gcrypt
|
||||
WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5XmlPatterns
|
||||
WANTLIB += hunspell-1.3
|
||||
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils x11/gtk+3,-guic
|
||||
LIB_DEPENDS = security/libgcrypt \
|
||||
textproc/hunspell
|
||||
LIB_DEPENDS = textproc/hunspell
|
||||
|
||||
MODULES = devel/cmake x11/qt5
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (otter-browser-0.9.11.tar.bz2) = MF0zJGQZkPM77awdiCx7iwaJd1OlgPkhm9Q/Tmm2Lag=
|
||||
SIZE (otter-browser-0.9.11.tar.bz2) = 2685163
|
||||
SHA256 (otter-browser-0.9.12-dev152.tar.bz2) = JMFAyIMKNGpE0mBoMfrrIiUnD4WJbhyrMS0kne/xpgQ=
|
||||
SIZE (otter-browser-0.9.12-dev152.tar.bz2) = 4810750
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2016/06/21 09:03:45 awolk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2016/12/06 13:00:19 awolk Exp $
|
||||
@bin bin/otter-browser
|
||||
@man man/man1/otter-browser.1
|
||||
share/applications/otter-browser.desktop
|
||||
@ -49,6 +49,7 @@ share/otter-browser/locale/otter-browser_sr@latin.qm
|
||||
share/otter-browser/locale/otter-browser_sv.qm
|
||||
share/otter-browser/locale/otter-browser_tr.qm
|
||||
share/otter-browser/locale/otter-browser_uk.qm
|
||||
share/otter-browser/locale/otter-browser_yue.qm
|
||||
share/otter-browser/locale/otter-browser_zh_CN.qm
|
||||
share/otter-browser/locale/otter-browser_zh_TW.qm
|
||||
@exec %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user