View | Details | Raw Unified | Return to bug 254131 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/qutebrowser/Makefile (-9 / +11 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qutebrowser
3
PORTNAME=	qutebrowser
4
DISTVERSION=	2.0.2
4
DISTVERSION=	2.0.2
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
Lines 22-46 RUN_DEPENDS= \ Link Here
22
22
23
USES=		desktop-file-utils python:3.6+ pyqt:5 qt:5
23
USES=		desktop-file-utils python:3.6+ pyqt:5 qt:5
24
USE_PYQT=	core opengl printsupport sql widgets qml
24
USE_PYQT=	core opengl printsupport sql widgets qml
25
USE_QT=		sql-sqlite3
26
USE_PYTHON=	distutils autoplist noflavors
25
USE_PYTHON=	distutils autoplist noflavors
27
26
USE_QT=		sql-sqlite3
28
NO_ARCH=	yes
29
PLIST_FILES=	share/applications/${PORTNAME}-${PYTHON_VER}.desktop
30
27
31
# Upstream archive contains files with UTF-8 names
28
# Upstream archive contains files with UTF-8 names
32
EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
29
EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
30
NO_ARCH=	yes
31
PLIST_FILES=	share/applications/${PORTNAME}-${PYTHON_VER}.desktop
33
32
34
OPTIONS_MULTI=	BACKEND
33
OPTIONS_DEFINE_amd64=	ADBLOCK
35
OPTIONS_MULTI_BACKEND=	WEBKIT WEBENGINE
36
OPTIONS_DEFAULT=	WEBKIT
34
OPTIONS_DEFAULT=	WEBKIT
37
OPTIONS_DEFAULT_amd64=	WEBENGINE
35
OPTIONS_DEFAULT_amd64=	WEBENGINE ADBLOCK
38
OPTIONS_DEFAULT_i386=	WEBENGINE
36
OPTIONS_DEFAULT_i386=	WEBENGINE
37
OPTIONS_MULTI=	BACKEND
38
OPTIONS_MULTI_BACKEND=	WEBKIT WEBENGINE
39
39
40
ADBLOCK_DESC=		Enable the newer adblocking support
40
WEBENGINE_DESC=		WebEngine webpage renderer support
41
WEBENGINE_DESC=		WebEngine webpage renderer support
41
42
42
WEBKIT_USE=	PYQT=webkit,webkitwidgets
43
ADBLOCK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}adblock>=0.4.2:www/py-adblock@${PY_FLAVOR}
43
WEBENGINE_USE=	PYQT=webengine,webchannel
44
WEBENGINE_USE=	PYQT=webengine,webchannel
45
WEBKIT_USE=	PYQT=webkit,webkitwidgets
44
46
45
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
46
48

Return to bug 254131