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

Collapse All | Expand All

(-)1/Makefile (-1 / +6 lines)
Lines 1-4 Link Here
1
# $FreeBSD: head/deskutils/syncthing-gtk/Makefile 402090 2015-11-20 15:24:24Z swills $
1
# $FreeBSD$
2
2
3
PORTNAME=	syncthing-gtk
3
PORTNAME=	syncthing-gtk
4
PORTVERSION=	0.8
4
PORTVERSION=	0.8
Lines 20-25 Link Here
20
USE_GNOME=	gtk30 pygobject3
20
USE_GNOME=	gtk30 pygobject3
21
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
22
22
23
OPTIONS_DEFINE=	QT_ICON
24
OPTIONS_SUB=	yes
25
QT_ICON_DESC=	Enable QT tray support under KDE
26
QT_ICON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py-pykde4>=0:${PORTSDIR}/devel/py-pykde4
27
23
post-patch:
28
post-patch:
24
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
29
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
25
		${WRKSRC}/syncthing-gtk.desktop \
30
		${WRKSRC}/syncthing-gtk.desktop \

Return to bug 205911