Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 03:05:27 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd7f8b3b8135 - main - deskutils/xpad: chase 568b38a4280ac24d3a24eea285c694422cf684c4
Message-ID:  <202205220305.24M35RC5084242@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jgh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d

commit cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-22 03:03:25 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-22 03:03:25 +0000

    deskutils/xpad: chase 568b38a4280ac24d3a24eea285c694422cf684c4
    
    - adjust dependencies for systray support
    
    PR:     264070
    Reported by:    junchoon@dec.sakura.ne.jp
---
 deskutils/xpad/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 42aa32cb045c..21fa3ddfb4f9 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	xpad
 PORTVERSION=	5.7.0
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
 
@@ -11,7 +12,11 @@ COMMENT=	Virtual note-pad system for your X11 desktop
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme
-LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz
+LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
+		libdbusmenu-glib.so:devel/libdbusmenu \
+		libayatana-ido3-0.4.so:devel/ayatana-ido \
+		libayatana-appindicator3.so:devel/libayatana-appindicator \
+		libayatana-indicator3.so:devel/libayatana-indicator
 
 USES=		autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg
 



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