Date: Thu, 26 Aug 2021 11:42:03 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 687e5a5899f4 - main - x11/plasma5-plasma-workspace: add missing dependency on x11/xrdb Message-ID: <202108261142.17QBg3rX053267@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=687e5a5899f4a75358e10c1e1ca09e127869041b commit 687e5a5899f4a75358e10c1e1ca09e127869041b Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2021-08-26 11:32:00 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-08-26 11:41:32 +0000 x11/plasma5-plasma-workspace: add missing dependency on x11/xrdb This should fix inconsitencies in the mouse cursor theme in the desktop. PR: 249368 --- x11/plasma5-plasma-workspace/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index 300058606f1a..49d9b6967cd0 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -15,9 +16,10 @@ LIB_DEPENDS= libcln.so:math/cln \ libxcb-util.so:x11/xcb-util RUN_DEPENDS= ck-launch-session:sysutils/consolekit2\ iceauth:x11/iceauth \ - xsetroot:x11/xsetroot \ - xset:x11/xset \ xmessage:x11/xmessage \ + xrdb:x11/xrdb \ + xset:x11/xset \ + xsetroot:x11/xsetroot \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ iso-codes>=0:misc/iso-codes \ ${LOCALBASE}/bin/genv:sysutils/coreutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108261142.17QBg3rX053267>