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

Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	focuswriter
4
PORTNAME=	focuswriter
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.6.16
6
DISTVERSION=	1.7.0
7
PORTREVISION=	1
8
CATEGORIES=	editors
7
CATEGORIES=	editors
9
8
10
MAINTAINER=	lightside@gmx.com
9
MAINTAINER=	lightside@gmx.com
Lines 17-23 Link Here
17
16
18
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
17
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
19
18
20
USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
19
USES=		compiler:c++11-lib desktop-file-utils gl pkgconfig qmake qt:5
21
USE_GITHUB=	yes
20
USE_GITHUB=	yes
22
GH_ACCOUNT=	gottcode
21
GH_ACCOUNT=	gottcode
23
USE_GL=		gl
22
USE_GL=		gl
Lines 32-37 Link Here
32
post-patch:
31
post-patch:
33
	@${REINPLACE_CMD} -e '/INSTALLS/s/man //' \
32
	@${REINPLACE_CMD} -e '/INSTALLS/s/man //' \
34
		${WRKSRC}/focuswriter.pro
33
		${WRKSRC}/focuswriter.pro
34
	# The 1.6.16 version may create empty /tmp/qtsingleapp-*-lockfile file,
35
	# which may prevent newer version to run, because of QLockFile usage (Qt v5.11.2).
36
	# Possible solution is to remove this file or use another name for the new version.
37
	@${REINPLACE_CMD} -e 's|qtsingleapp|${PORTNAME}|' \
38
		${WRKSRC}/src/qtsingleapplication/qtlocalpeer.cpp
35
39
36
post-install:
40
post-install:
37
	${INSTALL_MAN} ${WRKSRC}/resources/unix/focuswriter.1 \
41
	${INSTALL_MAN} ${WRKSRC}/resources/unix/focuswriter.1 \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535991368
1
TIMESTAMP = 1544553725
2
SHA256 (gottcode-focuswriter-v1.6.16_GH0.tar.gz) = a413363c8de76bfb112450ef30fec5b7b13ab78d565eba0eb8344536a9738396
2
SHA256 (gottcode-focuswriter-v1.7.0_GH0.tar.gz) = b6221598eee1ca375c8d4ec7901d73a5ee7a9e39d4df0f1d36dfb80e74962f10
3
SIZE (gottcode-focuswriter-v1.6.16_GH0.tar.gz) = 10497184
3
SIZE (gottcode-focuswriter-v1.7.0_GH0.tar.gz) = 10501746

Return to bug 234001