From owner-svn-ports-head@freebsd.org Sun Jun 23 10:24:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F90415CC5A6; Sun, 23 Jun 2019 10:24:59 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 160F584471; Sun, 23 Jun 2019 10:24:59 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E32F7206C1; Sun, 23 Jun 2019 10:24:58 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5NAOw89077418; Sun, 23 Jun 2019 10:24:58 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5NAOuGp077403; Sun, 23 Jun 2019 10:24:56 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201906231024.x5NAOuGp077403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 23 Jun 2019 10:24:56 +0000 (UTC) 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... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: audio/plasma5-plasma-pa devel/plasma5-khotkeys sysutils/plasma5-kde-cli-tools sysutils/plasma5-kmenuedit sysutils/plasma5-libksysguard sysutils/plasma5-powerdevil www/plasma5-plasma-browser-i... X-SVN-Commit-Revision: 504938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 160F584471 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2019 10:24:59 -0000 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 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 \