git: 2edc80a54d25 - main - deskutils/plasma6-sddm-kcm: fix path to sddm configuration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 23:05:35 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=2edc80a54d25dcf01d32a9789dbb638bcb0e5b2c commit 2edc80a54d25dcf01d32a9789dbb638bcb0e5b2c Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-28 22:52:32 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-28 23:05:12 +0000 deskutils/plasma6-sddm-kcm: fix path to sddm configuration PR: 284984 PR: 284986 --- deskutils/plasma6-sddm-kcm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deskutils/plasma6-sddm-kcm/Makefile b/deskutils/plasma6-sddm-kcm/Makefile index 78c55dac02b3..caa24a227430 100644 --- a/deskutils/plasma6-sddm-kcm/Makefile +++ b/deskutils/plasma6-sddm-kcm/Makefile @@ -1,5 +1,6 @@ PORTNAME= sddm-kcm DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -12,4 +13,7 @@ USE_KDE= archive auth colorscheme config configwidgets coreaddons i18n \ USE_GL= gl opengl USE_QT= base declarative +CMAKE_ARGS= -DSDDM_CONFIG_FILE:FILEPATH=${LOCALBASE}/etc/sddm.conf \ + -DSDDM_CONFIG_DIR:PATH=${LOCALBASE}/etc/sddm.conf.d + .include <bsd.port.mk>