freebsd-ports/deskutils/plasma5-sddm-kcm/Makefile
Tobias C. Berner 88d22dba1f KDE: KDE Plasma 5.27.4, Bugfix Release for April
Tuesday, 4 April 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.4.

Plasma 5.27 was released in February 2023 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:

 * Breeze KStyle: make painted arrows more scalable, fix RTL delay menu
   arrows.
 * Discover Rpm-ostree: Improve handling of externally started
   transactions.
 * Plasma Audio Volume Control Applet: add missing function for "Show
   virtual devices" menu item.

Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.3-5.27.4
2023-04-15 09:12:32 +02:00

22 lines
789 B
Makefile

PORTNAME= sddm-kcm
DISTVERSION= ${KDE_PLASMA_VERSION}.1
CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 config module for SDDM
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
xorg
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons ecm i18n jobwidgets kcmutils kdeclarative kio \
newstuff service widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative designer gui network uiplugin \
widgets x11extras xml \
buildtools:build qmake:build
USE_XORG= ice sm x11 xcb xcursor xext xfixes
CMAKE_ARGS= -DSDDM_CONFIG_FILE:FILEPATH=${LOCALBASE}/etc/sddm.conf \
-DSDDM_CONFIG_DIR:PATH=${LOCALBASE}/etc/sddm.conf.d
.include <bsd.port.mk>