svn commit: r469085 - head/deskutils/syncthing-gtk

Steve Wills swills at FreeBSD.org
Sat May 5 03:48:11 UTC 2018


Author: swills
Date: Sat May  5 03:48:11 2018
New Revision: 469085
URL: https://svnweb.freebsd.org/changeset/ports/469085

Log:
  deskutils/syncthing-gtk: add dep on libappindicator
  
  This allows the icon to show up in KDE 5

Modified:
  head/deskutils/syncthing-gtk/Makefile   (contents, props changed)

Modified: head/deskutils/syncthing-gtk/Makefile
==============================================================================
--- head/deskutils/syncthing-gtk/Makefile	Sat May  5 03:47:44 2018	(r469084)
+++ head/deskutils/syncthing-gtk/Makefile	Sat May  5 03:48:11 2018	(r469085)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing-gtk
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.3.1
 CATEGORIES=	deskutils python
@@ -13,6 +14,7 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${FLAVOR} \
+		libappindicator>=0:devel/libappindicator \
 		syncthing>=0.13:net/syncthing
 
 USES=		python:2.7


More information about the svn-ports-head mailing list