1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/plasma5-powerdevil/Makefile
Tobias C. Berner c13c94d800 KDE: Update KDE Plasma to 5.27.11
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
2024-03-23 15:25:37 +01:00

28 lines
975 B
Makefile

PORTNAME= powerdevil
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 tool to manage the power consumption settings
WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libudev.so:devel/libudev-devd
RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
xorg
USE_KDE= activities auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons emoticons \
globalaccel guiaddons i18n iconthemes idletime init itemmodels \
itemviews jobwidgets kio kirigami2 libkscreen notifications \
notifyconfig parts plasma-workspace service solid sonnet \
textwidgets unitconversion wayland widgetsaddons windowsystem \
xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus gui network printsupport widgets \
x11extras xml \
buildtools:build qmake:build
USE_XORG= x11 xcb
.include <bsd.port.mk>