git: 99011435d24e - 2021Q3 - x11/plasma5-plasma-workspace: add missing dependency on x11/xrdb
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 26 11:43:03 UTC 2021
The branch 2021Q3 has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99011435d24e23da9429dddfe77a6bf4df843783
commit 99011435d24e23da9429dddfe77a6bf4df843783
Author: Alexander Vereeken <Alexander88207 at protonmail.com>
AuthorDate: 2021-08-26 11:32:00 +0000
Commit: Tobias C. Berner <tcberner at 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 at 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
More information about the dev-commits-ports-all
mailing list