Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 10:24:56 +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: r504938 - in head: audio/plasma5-plasma-pa devel/plasma5-khotkeys sysutils/plasma5-kde-cli-tools sysutils/plasma5-kmenuedit sysutils/plasma5-libksysguard sysutils/plasma5-powerdevil www...
Message-ID:  <201906231024.x5NAOuGp077403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jun 23 10:24:56 2019
New Revision: 504938
URL: https://svnweb.freebsd.org/changeset/ports/504938

Log:
  Plasma Desktop: Complete dependencies

Modified:
  head/audio/plasma5-plasma-pa/Makefile
  head/devel/plasma5-khotkeys/Makefile
  head/sysutils/plasma5-kde-cli-tools/Makefile
  head/sysutils/plasma5-kmenuedit/Makefile
  head/sysutils/plasma5-libksysguard/Makefile
  head/sysutils/plasma5-powerdevil/Makefile
  head/www/plasma5-plasma-browser-integration/Makefile
  head/x11-themes/plasma5-kde-gtk-config/Makefile
  head/x11-toolkits/plasma5-kdeplasma-addons/Makefile
  head/x11/plasma5-kactivitymanagerd/Makefile
  head/x11/plasma5-kscreen/Makefile
  head/x11/plasma5-plasma-desktop/Makefile

Modified: head/audio/plasma5-plasma-pa/Makefile
==============================================================================
--- head/audio/plasma5-plasma-pa/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/audio/plasma5-plasma-pa/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma-pa
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,7 +15,7 @@ USES=		cmake compiler:c++11-lib cpe gettext kde:5 \
 		pkgconfig qt:5 shebangfix tar:xz
 USE_GNOME=	gconf2
 USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
-		kdeclarative package plasma-framework
+		kdeclarative notifications package plasma-framework
 USE_QT=		core dbus declarative gui network widgets \
 		buildtools_build qmake_build
 

Modified: head/devel/plasma5-khotkeys/Makefile
==============================================================================
--- head/devel/plasma5-khotkeys/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/devel/plasma5-khotkeys/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	khotkeys
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,7 +15,7 @@ USE_KDE=	auth bookmarks codecs completion config confi
 		kcmutils kdelibs4support kio notifications parts \
 		plasma-framework plasma-workspace service solid sonnet \
 		textwidgets unitconversion widgetsaddons windowsystem xmlgui
-USE_QT=		core dbus gui network printsupport widgets x11extras xml \
+USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
 		buildtools_build qmake_build
 USE_XORG=	x11 xtst
 

Modified: head/sysutils/plasma5-kde-cli-tools/Makefile
==============================================================================
--- head/sysutils/plasma5-kde-cli-tools/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/sysutils/plasma5-kde-cli-tools/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-cli-tools
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -12,10 +13,10 @@ CONFLICTS_INSTALL=	kde-runtime-kde4
 USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
 USE_KDE=	activities auth bookmarks codecs completion config configwidgets \
 		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
-		itemmodels itemviews jobwidgets kcmutils kdelibs4support kdesu \
+		itemmodels itemviews jobwidgets kcmutils kdeclarative kdelibs4support kdesu \
 		kio notifications parts plasma-workspace pty service solid sonnet \
 		textwidgets unitconversion widgetsaddons windowsystem xmlgui
-USE_QT=		concurrent core dbus gui network printsupport svg testlib  widgets \
+USE_QT=		concurrent core dbus declarative gui network printsupport svg testlib  widgets \
 		x11extras xml \
 		buildtools_build qmake_build
 USE_XORG=	x11

Modified: head/sysutils/plasma5-kmenuedit/Makefile
==============================================================================
--- head/sysutils/plasma5-kmenuedit/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/sysutils/plasma5-kmenuedit/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kmenuedit
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -13,7 +14,7 @@ USE_KDE=	auth bookmarks codecs completion config confi
 		i18n iconthemes init itemmodels itemviews jobwidgets \
 		kdelibs4support kio notifications parts service solid sonnet \
 		textwidgets unitconversion widgetsaddons windowsystem xmlgui
-USE_QT=		core dbus gui network printsupport widgets xml\
+USE_QT=		concurrent core dbus gui network printsupport widgets xml\
 		buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/sysutils/plasma5-libksysguard/Makefile
==============================================================================
--- head/sysutils/plasma5-libksysguard/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/sysutils/plasma5-libksysguard/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libksysguard
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -11,7 +12,7 @@ USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5
 USE_KDE=	auth codecs completion config configwidgets coreaddons \
 		globalaccel i18n iconthemes jobwidgets kio package \
 		plasma-framework service widgetsaddons windowsystem
-USE_QT=		core dbus gui network script webkit widgets x11extras xml \
+USE_QT=		concurrent core dbus gui network script webkit widgets x11extras xml \
 		buildtools_build qmake_build
 
 OPTIONS_DEFINE=	WEBENGINE

Modified: head/sysutils/plasma5-powerdevil/Makefile
==============================================================================
--- head/sysutils/plasma5-powerdevil/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/sysutils/plasma5-powerdevil/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,11 +2,13 @@
 
 PORTNAME=	powerdevil
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 tool to manage the power consumption settings
 
+LIB_DEPENDS=	libudev.so:devel/libudev-devd
 RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower
 
 USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
@@ -17,7 +19,7 @@ USE_KDE=	activities auth bookmarks codecs completion c
 		notifyconfig parts plasma-workspace service solid sonnet \
 		textwidgets unitconversion wayland widgetsaddons windowsystem \
 		xmlgui
-USE_QT=		core dbus gui network printsupport widgets x11extras xml \
+USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
 		buildtools_build qmake_build
 USE_XORG=	xcb
 

Modified: head/www/plasma5-plasma-browser-integration/Makefile
==============================================================================
--- head/www/plasma5-plasma-browser-integration/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/www/plasma5-plasma-browser-integration/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,13 +2,14 @@
 
 PORTNAME=	plasma-browser-integration
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 components to integrate browsers into the desktop
 
 USES=		compiler:c++11-lang cmake kde:5 qt:5 tar:xz
-USE_KDE=	activities completion config coreaddons dbusaddons i18n kio \
+USE_KDE=	activities completion config coreaddons dbusaddons i18n jobwidgets kio \
 		notifications package plasma-framework runner service \
 		widgetsaddons windowsystem
 USE_QT=		concurrent core dbus gui network widgets \

Modified: head/x11-themes/plasma5-kde-gtk-config/Makefile
==============================================================================
--- head/x11-themes/plasma5-kde-gtk-config/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/x11-themes/plasma5-kde-gtk-config/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-gtk-config
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-themes kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -21,7 +22,7 @@ USE_GNOME=	cairo gdkpixbuf2 gtk20 gtk30 glib20
 USE_KDE=	archive attica auth codecs completion config configwidgets \
 		coreaddons ecm i18n iconthemes jobwidgets kcmutils kio \
 		newstuff service widgetsaddons xmlgui
-USE_QT=		concurrent core dbus gui network testlib widgets xml \
+USE_QT=		concurrent core dbus gui network svg testlib widgets xml \
 		buildtools_build qmake_build
 USE_XORG=	xcursor
 

Modified: head/x11-toolkits/plasma5-kdeplasma-addons/Makefile
==============================================================================
--- head/x11-toolkits/plasma5-kdeplasma-addons/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/x11-toolkits/plasma5-kdeplasma-addons/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kdeplasma-addons
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -11,11 +12,11 @@ USES=		cmake compiler:c++11-lib cpe gettext \
 		kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	activities archive attica auth bookmarks codecs completion \
 		config configwidgets coreaddons crash ecm emoticons guiaddons \
-		i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \
-		kdelibs4support kio kross newstuff notifications package parts\
+		holidays i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \
+		kdeclarative kdelibs4support kio kross newstuff notifications package parts\
 		plasma-framework plasma-workspace runner service solid \
 		sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui
-USE_QT=		core dbus declarative graphicaleffects gui location network \
+USE_QT=		concurrent core dbus declarative graphicaleffects gui location network \
 		printsupport script webchannel webengine widgets x11extras xml \
 		buildtools_build qmake_build
 

Modified: head/x11/plasma5-kactivitymanagerd/Makefile
==============================================================================
--- head/x11/plasma5-kactivitymanagerd/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/x11/plasma5-kactivitymanagerd/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,13 +2,14 @@
 
 PORTNAME=	kactivitymanagerd
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	System service to manage user's activities, track the usage patterns
 
 USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
-USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
+USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons ecm \
 		globalaccel i18n kio service widgetsaddons windowsystem xmlgui
 USE_QT=		concurrent core dbus gui network sql widgets xml \
 		buildtools_build qmake_build

Modified: head/x11/plasma5-kscreen/Makefile
==============================================================================
--- head/x11/plasma5-kscreen/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/x11/plasma5-kscreen/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kscreen
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,8 +11,8 @@ COMMENT=	Plasma5 screen management library
 USES=		cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \
 		tar:xz
 USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
-		globalaccel i18n kdeclarative libkscreen plasma-framework \
-		widgetsaddons xmlgui
+		globalaccel i18n kdeclarative libkscreen package plasma-framework \
+		service widgetsaddons xmlgui
 USE_QT=		core dbus declarative gui network testlib widgets xml \
 		buildtools_build qmake_build
 

Modified: head/x11/plasma5-plasma-desktop/Makefile
==============================================================================
--- head/x11/plasma5-plasma-desktop/Makefile	Sun Jun 23 10:04:22 2019	(r504937)
+++ head/x11/plasma5-plasma-desktop/Makefile	Sun Jun 23 10:24:56 2019	(r504938)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma-desktop
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,6 +15,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfreetype.so:print/freetype2 \
 		libxcb-image.so:x11/xcb-util-image \
 		libxcb-keysyms.so:x11/xcb-util-keysyms \
+		libxcb-util.so:x11/xcb-util \
 		libxkbfile.so:x11/libxkbfile
 RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
 		xf86-input-evdev>0:x11-drivers/xf86-input-evdev \



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