Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 11:43:02 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 99011435d24e - 2021Q3 - x11/plasma5-plasma-workspace: add missing dependency on x11/xrdb
Message-ID:  <202108261143.17QBh2rB053477@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by tcberner:

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

commit 99011435d24e23da9429dddfe77a6bf4df843783
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:42:31 +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
    (cherry picked from commit 687e5a5899f4a75358e10c1e1ca09e127869041b)
---
 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 70ab1e8e0687..f160858aaeb9 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?202108261143.17QBh2rB053477>