svn commit: r520864 - head/x11/plasma5-plasma-desktop

Tobias C. Berner tcberner at FreeBSD.org
Wed Dec 25 13:56:52 UTC 2019


Author: tcberner
Date: Wed Dec 25 13:56:51 2019
New Revision: 520864
URL: https://svnweb.freebsd.org/changeset/ports/520864

Log:
  x11/plasma5-plasma-desktop: add missing run-depend on setxbmap for layout switching
  
  PR:		242876
  Reported by:	Alexander Vereeken <Alexander88207 at protonmail.com>

Modified:
  head/x11/plasma5-plasma-desktop/Makefile

Modified: head/x11/plasma5-plasma-desktop/Makefile
==============================================================================
--- head/x11/plasma5-plasma-desktop/Makefile	Wed Dec 25 13:55:15 2019	(r520863)
+++ head/x11/plasma5-plasma-desktop/Makefile	Wed Dec 25 13:56:51 2019	(r520864)
@@ -2,7 +2,7 @@
 
 PORTNAME=	plasma-desktop
 DISTVERSION=	${KDE_PLASMA_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde at FreeBSD.org
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libxkbfile.so:x11/libxkbfile
 RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
 		xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
-		xf86-input-libinput>0:x11-drivers/xf86-input-libinput
+		xf86-input-libinput>0:x11-drivers/xf86-input-libinput \
+		setxkbmap:x11/setxkbmap
 BUILD_DEPENDS=	xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
 		xf86-input-libinput>0:x11-drivers/xf86-input-libinput
 


More information about the svn-ports-all mailing list