git: e99626d3a74f - main - deskutils/plasma5-sddm-kcm: Point to correct SDDM configuration dirs.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Mar 2023 18:42:24 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e99626d3a74ff916b31df9a31b20c7c74c01add6 commit e99626d3a74ff916b31df9a31b20c7c74c01add6 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-03-07 19:47:42 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-03-08 18:40:48 +0000 deskutils/plasma5-sddm-kcm: Point to correct SDDM configuration dirs. Sponsored by: Serenity Cybersecurity, LLC --- deskutils/plasma5-sddm-kcm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile index 0e6c7ee7bdfc..bf358c4f79c3 100644 --- a/deskutils/plasma5-sddm-kcm/Makefile +++ b/deskutils/plasma5-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 @@ -16,4 +17,7 @@ USE_QT= concurrent core dbus declarative designer gui network uiplugin \ 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>