mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
fb8cf9c78f
Plasma 5.17 is the version where the desktop anticipates your needs. Night Color, the color-grading system that relaxes your eyes when the sun sets, has landed for X11. Your Plasma desktop also recognizes when you are giving a presentation, and stops messages popping up in the middle of your slideshow. If you are using Wayland, Plasma now comes with fractional scaling, which means that you can adjust the size of all your desktop elements, windows, fonts and panels perfectly to your HiDPI monitor. The best part? All these improvements do not tax your hardware! Plasma 5.17 is as lightweight and thrifty with resources as ever. Important startup change: With Plasma 5.17 the startup script has been renamed. People who use the .xinitrc method to start Plasma have to call the new binary. Previously: exec ck-launch-session startkde Change to: exec ck-launch-session startplasma-x11 Announcement: https://kde.org/announcements/plasma-5.17.0.php
17 lines
460 B
Makefile
17 lines
460 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= milou
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= deskutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Plasmoid for search
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs config coreaddons i18n itemmodels kdeclarative package \
|
|
plasma-framework runner service
|
|
USE_QT= core declarative gui network script testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|