mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
KDE Plasma 5.27.11, Bugfix Release for March Wednesday, 6 March 2024. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.11. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. The bugfixes are typically small but important and include: * Plasma Browser Integration: 🍒🍒Download Job: Truncate excessively long URLs. * KWin: Tabbox: match Shift+Backtab against Shift+Tab. * Powerdevil: Kbd backlight: Fix double brightness restore on LidOpen-resume. Announcement: https://kde.org/announcements/plasma/5/5.27.11/ Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.10-5.27.11
21 lines
732 B
Makefile
21 lines
732 B
Makefile
PORTNAME= kde-cli-tools
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 non-interactive system tools
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= activities auth codecs completion config configwidgets \
|
|
coreaddons i18n iconthemes init jobwidgets kcmutils kdesu kio \
|
|
parts plasma-workspace pty service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui \
|
|
doctools:build ecm:build
|
|
USE_QT= concurrent core dbus gui network svg widgets x11extras xml \
|
|
buildtools:build qmake:build testlib:build
|
|
USE_XORG= x11
|
|
CPE_VENDOR= kde
|
|
|
|
.include <bsd.port.mk>
|