x11/lightdm: PREFIX the configuration files pathes in lightdm.1

Bump PORTREVISION.

Approved by:	desktop (fluffy)
This commit is contained in:
Sergey A. Osokin 2025-06-14 13:47:20 -04:00
parent 2c84f45fbd
commit 9ff7b82414
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= lightdm
PORTVERSION= 1.32.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= https://github.com/canonical/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
@ -64,6 +64,7 @@ VAPI_CONFIGURE_ENABLE= vala
post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/data/lightdm.1 \
${WRKSRC}/data/lightdm.conf
post-patch-DOCS-off:

View File

@ -0,0 +1,19 @@
--- data/lightdm.1.orig 2025-06-14 17:01:12 UTC
+++ data/lightdm.1
@@ -45,13 +45,13 @@ Show release version
Show release version
.SH FILES
.TP
-.B /etc/lightdm/lightdm.conf
+.B %%PREFIX%%/etc/lightdm/lightdm.conf
Configuration
.TP
-.B /etc/lightdm/users.conf
+.B %%PREFIX%%/etc/lightdm/users.conf
User list configuration (if not using Accounts Service)
.TP
-.B /etc/lightdm/keys.conf
+.B %%PREFIX%%/etc/lightdm/keys.conf
XDMCP keys
.SH SEE ALSO
.BR dm-tool (1)