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 /x11-themes/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 'x11-themes/Makefile')
-rw-r--r-- | x11-themes/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index e142a096089d..8e473fa1b5a6 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -149,6 +149,12 @@ SUBDIR += openbox-arc-theme SUBDIR += openbox-themes SUBDIR += plank-theme-moka + SUBDIR += plasma5-breeze + SUBDIR += plasma5-breeze-gtk + SUBDIR += plasma5-breeze-kde4 + SUBDIR += plasma5-kde-gtk-config + SUBDIR += plasma5-oxygen + SUBDIR += plasma5-plasma-workspace-wallpapers SUBDIR += qt4-style-Kvantum SUBDIR += qt4-style-float SUBDIR += qt4-style-phase |