Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 13:56:52 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520864 - head/x11/plasma5-plasma-desktop
Message-ID:  <201912251356.xBPDuqK2000255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912251356.xBPDuqK2000255>