diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-04-28 04:29:36 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-04-28 04:29:36 +0800 |
commit | 354f98f41b0ed0dc0d11cf7498c5d78e26192868 (patch) | |
tree | 59ff42fd6dd4aeb0189ec1ae805c13207a7bb391 /sysutils/Makefile | |
parent | 13c898e0778b5583e1ec2394d413dda1beaf0ab6 (diff) | |
download | freebsd-ports-gnome-354f98f41b0ed0dc0d11cf7498c5d78e26192868.tar.gz freebsd-ports-gnome-354f98f41b0ed0dc0d11cf7498c5d78e26192868.tar.zst freebsd-ports-gnome-354f98f41b0ed0dc0d11cf7498c5d78e26192868.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 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5a9be74b93fe..fd0296375fcb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -883,6 +883,17 @@ SUBDIR += pick SUBDIR += pidof SUBDIR += pipemeter + SUBDIR += plasma5-discover + SUBDIR += plasma5-drkonqi + SUBDIR += plasma5-kde-cli-tools + SUBDIR += plasma5-kinfocenter + SUBDIR += plasma5-kmenuedit + SUBDIR += plasma5-ksysguard + SUBDIR += plasma5-libksysguard + SUBDIR += plasma5-polkit-kde-agent-1 + SUBDIR += plasma5-powerdevil + SUBDIR += plasma5-systemsettings + SUBDIR += plasma5-user-manager SUBDIR += plconfig SUBDIR += pmt SUBDIR += policykit |