Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 12:53:42 +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: r476175 - head/x11/kde5
Message-ID:  <201808011253.w71Crgwp041687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Aug  1 12:53:41 2018
New Revision: 476175
URL: https://svnweb.freebsd.org/changeset/ports/476175

Log:
  x11/kde5: Pull in the complete plasma5 metaport and not only the desktop.
  
  As this is the "big" meta port for the Qt5-based KDE desktop it makes sense
  to pull in every plasma5 component and not just the desktop.
  
  This way, ksshaskpass and so on will also be available, without having to
  install them afterwards manually.

Modified:
  head/x11/kde5/Makefile

Modified: head/x11/kde5/Makefile
==============================================================================
--- head/x11/kde5/Makefile	Wed Aug  1 11:58:21 2018	(r476174)
+++ head/x11/kde5/Makefile	Wed Aug  1 12:53:41 2018	(r476175)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde5
 DISTVERSION=	${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde # kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,10 +11,10 @@ COMMENT=	KDE Plasma Desktop and Applications (current)
 LICENSE=	LGPL20
 
 RUN_DEPENDS=	kde-baseapps>=0:x11/kde-baseapps \
-		kwalletmanager5:security/kwalletmanager
+		kwalletmanager5:security/kwalletmanager \
+		plasma5-plasma>=0:x11/plasma5-plasma
 
 USES=		kde:5 metaport qt:5
-USE_KDE=	plasma-desktop_run
 USE_QT=		# empty
 
 OPTIONS_DEFINE=	KDEADMIN KDEEDU \



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