Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 16:32:23 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46605e7e6303 - main - net-im/pidgin: Add a dependency on noto-emoji
Message-ID:  <202401301632.40UGWNFa029535@gitrepo.freebsd.org>

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

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

commit 46605e7e6303b1e5b6d06ae3e3b4433c19b4baac
Author:     Mikhail Teterin <mi@FreeBSD.org>
AuthorDate: 2024-01-30 16:31:49 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2024-01-30 16:31:49 +0000

    net-im/pidgin:  Add a dependency on noto-emoji
    
    Without this the emoji pane is blank.
---
 net-im/pidgin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 8bf9e144ead2..714ff9300579 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	pidgin
-PORTREVISION=	3
+PORTREVISION=	4
 
 MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Pidgin multi-protocol messaging client (GTK UI)
 
 LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
 		libpurple.so:net-im/libpurple
+RUN_DEPENDS=	${LOCALBASE}/share/fonts/noto/NotoColorEmoji.ttf:x11-fonts/noto-emoji
 
 MASTERDIR=	${.CURDIR}/../libpurple
 BUILD_WRKSRC=	${WRKSRC}/pidgin



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