forked from Lainports/freebsd-ports
Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.
This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Discover: Address the keyboard shortcut tooltip.
* Sort Unsplash POTD image categories alphabetically.
* Info Center: Unbreak about CPU value when solid is missing a
product string.
[1] https://kde.org/announcements/plasma/5/5.22.4/
24 lines
916 B
Makefile
24 lines
916 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
|
|
|
|
LIB_DEPENDS= libudev.so:devel/libudev-devd
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_KDE= activities auth bookmarks codecs completion configwidgets \
|
|
coreaddons crash config dbusaddons emoticons globalaccel \
|
|
guiaddons i18n idletime iconthemes init itemmodels itemviews \
|
|
jobwidgets kio 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= xcb
|
|
|
|
.include <bsd.port.mk>
|