diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-28 04:29:36 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-28 04:29:36 +0800 |
commit | ef944cd3535703c6f81803ea9c79523d18bf2c5a (patch) | |
tree | 59ff42fd6dd4aeb0189ec1ae805c13207a7bb391 /x11/Makefile | |
parent | 3ccba726e98b92146ad0a4158dd028c2f05b5d00 (diff) | |
download | freebsd-ports-gnome-ef944cd3535703c6f81803ea9c79523d18bf2c5a.tar.gz freebsd-ports-gnome-ef944cd3535703c6f81803ea9c79523d18bf2c5a.tar.zst freebsd-ports-gnome-ef944cd3535703c6f81803ea9c79523d18bf2c5a.zip |
Import the KDE Plasma5 ports
This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.
Please note:
* Plasma5 cannot be installed at the same time as KDE SC4.
* Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
* To start plasma5, it is recommended to use something like
exec ck-launch-session startkde
* Powermanagement and such is not working :-)
I would like to thank all the people that have helped test it in the past years.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D15096
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index d52e9ffc15a1..6881b1014dcb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -136,6 +136,7 @@ SUBDIR += kf5-frameworkintegration SUBDIR += kf5-frameworks SUBDIR += kf5-kactivities + SUBDIR += kf5-kactivities-stats SUBDIR += kf5-kded SUBDIR += kf5-kdelibs4support SUBDIR += kf5-kglobalaccel @@ -266,6 +267,15 @@ SUBDIR += pixman SUBDIR += plasma-scriptengine-python-kde4 SUBDIR += plasma-scriptengine-ruby-kde4 + SUBDIR += plasma5-kactivitymanagerd + SUBDIR += plasma5-kgamma5 + SUBDIR += plasma5-kscreen + SUBDIR += plasma5-kwayland-integration + SUBDIR += plasma5-libkscreen + SUBDIR += plasma5-plasma + SUBDIR += plasma5-plasma-desktop + SUBDIR += plasma5-plasma-integration + SUBDIR += plasma5-plasma-workspace SUBDIR += polybar SUBDIR += presentproto SUBDIR += printproto |