Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2020 10:51:06 +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: r552498 - head/Mk/Uses
Message-ID:  <202010161051.09GAp6Yb051606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Oct 16 10:51:06 2020
New Revision: 552498
URL: https://svnweb.freebsd.org/changeset/ports/552498

Log:
  x11/plasma5-plasma-desktop: fix kde.mk component
  
  In the update to 5.20 the file used to register the component by was moved
  from plasma5-plasma-desktop to plasma5-plasma-workspace.
  
  Switch the plasma-desktop component to be detected by ${LOCALBASE}/bin/kaccess
  
  Submitted by:	Jan Henrik Sylvester <me@janh.de>

Modified:
  head/Mk/Uses/kde.mk

Modified: head/Mk/Uses/kde.mk
==============================================================================
--- head/Mk/Uses/kde.mk	Fri Oct 16 10:41:52 2020	(r552497)
+++ head/Mk/Uses/kde.mk	Fri Oct 16 10:51:06 2020	(r552498)
@@ -570,7 +570,7 @@ kde-plasma-browser-integration_PORT=	www/plasma5-plasm
 kde-plasma-browser-integration_PATH=	${KDE_PREFIX}/bin/plasma-browser-integration-host
 
 kde-plasma-desktop_PORT=	x11/plasma5-plasma-desktop
-kde-plasma-desktop_PATH=	${KDE_PREFIX}/bin/krdb
+kde-plasma-desktop_PATH=	${KDE_PREFIX}/bin/kaccess
 
 kde-plasma-disks_PORT=		sysutils/plasma5-plasma-disks
 kde-plasma-disks_PATH=		${KDE_PREFIX}/lib/libexec/kauth/kded-smart-helper



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