Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 03:48:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469085 - head/deskutils/syncthing-gtk
Message-ID:  <201805050348.w453mBgb044313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805050348.w453mBgb044313>