diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-06-23 18:24:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-06-23 18:24:56 +0800 |
commit | 66677422aa4e08f0b9dd530c5584d3faacb0d2f3 (patch) | |
tree | b5020e3103ba9c298b85be2c0e45d6c0ebe3f20b /sysutils | |
parent | a7e178ee9c4b0e91d1aa9ba40f3bc2cb36b5e149 (diff) | |
download | freebsd-ports-gnome-66677422aa4e08f0b9dd530c5584d3faacb0d2f3.tar.gz freebsd-ports-gnome-66677422aa4e08f0b9dd530c5584d3faacb0d2f3.tar.zst freebsd-ports-gnome-66677422aa4e08f0b9dd530c5584d3faacb0d2f3.zip |
Plasma Desktop: Complete dependencies
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/plasma5-kde-cli-tools/Makefile | 5 | ||||
-rw-r--r-- | sysutils/plasma5-kmenuedit/Makefile | 3 | ||||
-rw-r--r-- | sysutils/plasma5-libksysguard/Makefile | 3 | ||||
-rw-r--r-- | sysutils/plasma5-powerdevil/Makefile | 4 |
4 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/plasma5-kde-cli-tools/Makefile b/sysutils/plasma5-kde-cli-tools/Makefile index 9073b0e7f65a..12ffe0da9a92 100644 --- a/sysutils/plasma5-kde-cli-tools/Makefile +++ b/sysutils/plasma5-kde-cli-tools/Makefile @@ -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 diff --git a/sysutils/plasma5-kmenuedit/Makefile b/sysutils/plasma5-kmenuedit/Makefile index a9ef4daf5253..74d3a1e66058 100644 --- a/sysutils/plasma5-kmenuedit/Makefile +++ b/sysutils/plasma5-kmenuedit/Makefile @@ -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 configwidgets \ 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> diff --git a/sysutils/plasma5-libksysguard/Makefile b/sysutils/plasma5-libksysguard/Makefile index ce003d731f10..af7d0c75078e 100644 --- a/sysutils/plasma5-libksysguard/Makefile +++ b/sysutils/plasma5-libksysguard/Makefile @@ -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 tar:xz 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 diff --git a/sysutils/plasma5-powerdevil/Makefile b/sysutils/plasma5-powerdevil/Makefile index d1a60dcb6686..f59c1283068f 100644 --- a/sysutils/plasma5-powerdevil/Makefile +++ b/sysutils/plasma5-powerdevil/Makefile @@ -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 configwidgets \ 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 |