Date: Sun, 3 Mar 2019 16:59:09 +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: r494514 - head/x11/plasma5-plasma-integration Message-ID: <201903031659.x23Gx9is047552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Mar 3 16:59:08 2019 New Revision: 494514 URL: https://svnweb.freebsd.org/changeset/ports/494514 Log: x11/plasma5-plasma-integration: add runtime dependency on x11-themes/kf5-qqc2-desktop-style Reported by: Graham Perrin <grahamperrin@gmail.com> Modified: head/x11/plasma5-plasma-integration/Makefile Modified: head/x11/plasma5-plasma-integration/Makefile ============================================================================== --- head/x11/plasma5-plasma-integration/Makefile Sun Mar 3 16:19:04 2019 (r494513) +++ head/x11/plasma5-plasma-integration/Makefile Sun Mar 3 16:59:08 2019 (r494514) @@ -2,6 +2,7 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,8 @@ USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgc USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ notifications service solid wayland \ - widgetsaddons windowsystem xmlgui + widgetsaddons windowsystem xmlgui \ + qqc2-desktop-style_run USE_QT= concurrent core declarative dbus gui network quickcontrols2 widgets \ x11extras xml \ buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903031659.x23Gx9is047552>