Date: Sun, 29 May 2022 11:22:01 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a2238beaf0ba - main - x11/plasma5-plasma-workspace: add ICU dependency Message-ID: <202205291122.24TBM1E6067622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2238beaf0ba23b62277efb17f74fb8ee7b7b9ef commit a2238beaf0ba23b62277efb17f74fb8ee7b7b9ef Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-05-23 22:01:13 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-05-29 11:16:32 +0000 x11/plasma5-plasma-workspace: add ICU dependency Although ICU is pulled in through devel/qt5-core, make it explicit so that at build-time better CJK support is built as part of KDE Plasma. Requested by upstream. --- x11/plasma5-plasma-workspace/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index a87ba735b415..9eb3b223abda 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -1,6 +1,6 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-plasma PATCH_SITES= https://invent.kde.org/plasma/plasma-workspace/-/commit/ @@ -14,6 +14,7 @@ LIB_DEPENDS= libcln.so:math/cln \ libdbusmenu-qt5.so:devel/libdbusmenu-qt \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ + libicui18n.so:devel/icu \ libqalculate.so:math/libqalculate \ libwayland-client.so:graphics/wayland \ libxcb-image.so:x11/xcb-util-image \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205291122.24TBM1E6067622>