pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

seatd: update to 0.9.2



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Jan 12 09:04:57 2026 +0100
Changeset:	8ed778c790999a292e65a9f5ab8edbd25a2a4874

Modified Files:
	seatd/Makefile
	seatd/distinfo

Log Message:
seatd: update to 0.9.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ed778c790999a292e65a9f5ab8edbd25a2a4874

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 seatd/Makefile | 21 +++++++--------------
 seatd/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 17 deletions(-)

diffs:
diff --git a/seatd/Makefile b/seatd/Makefile
index 4965308f84..335a47c45b 100644
--- a/seatd/Makefile
+++ b/seatd/Makefile
@@ -1,32 +1,25 @@
 # $NetBSD$
 
-DISTNAME=	seatd-0.9.1
+DISTNAME=	seatd-0.9.2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://git.sr.ht/~kennylevinsen/seatd/archive/
 DISTFILES=	${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
-MAINTAINER=	kikadf.01%gmail.com@localhost
+MAINTAINER=	kikadf%NetBSD.org@localhost
 HOMEPAGE=	https://git.sr.ht/~kennylevinsen/seatd/
 COMMENT=	Seat management daemon and library
 LICENSE=	mit
 
-#USE_TOOLS+=	pkg-config
-TOOL_DEPENDS+=	scdoc-[0-9]*:../../textproc/scdoc
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE_STAGE=	pre-install
+PKGCONFIG_OVERRIDE+=		output/meson-private/libseat.pc
 
 MESON_ARGS+=	-Dlibseat-logind=disabled
 MESON_ARGS+=	-Dlibseat-builtin=enabled
 
 SPECIAL_PERMS+=	bin/seatd-launch ${SETUID_ROOT_PERMS}
 
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1
-
-post-install:
-	scdoc < ${WRKSRC}/man/seatd.1.scd > ${WRKSRC}/man/seatd.1
-	scdoc < ${WRKSRC}/man/seatd-launch.1.scd > ${WRKSRC}/man/seatd-launch.1
-	${INSTALL_MAN} ${WRKSRC}/man/seatd.1 \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/seatd.1
-	${INSTALL_MAN} ${WRKSRC}/man/seatd-launch.1 \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/seatd-launch.1
-
 .include "../../devel/meson/build.mk"
+.include "../../textproc/scdoc/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/seatd/distinfo b/seatd/distinfo
index c71aaf8f26..be10c2607e 100644
--- a/seatd/distinfo
+++ b/seatd/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-BLAKE2s (0.9.1.tar.gz) = bfbe38c62913d54849d77d844c0382ee492c319ebba5632e93c6c7b29b07a2d9
-SHA512 (0.9.1.tar.gz) = 15d24a6646fa82a2bcc21d2a99693e1c54e71b9da24a0ba5c847a72c53d803410cbcee31fc847fef468b18d941d9685391bebf745819d4b24d056cd67e08c3fb
-Size (0.9.1.tar.gz) = 41968 bytes
+BLAKE2s (0.9.2.tar.gz) = 6f7900c0b97caa02e16ce1b79eed7f2e120c4d8bf5e1192fdcc415ef37ef885e
+SHA512 (0.9.2.tar.gz) = a17703d39c4191e6c63e6f2b2b073e2b28c60f2059e9317a6dbe500a046bc2b059a7ce506a74c024d376a34459c5a1339e8c859cbce8dc919cdc09287c0c058c
+Size (0.9.2.tar.gz) = 41920 bytes
 SHA1 (patch-common_drm.c) = e52424f069d369aed0f4a9cb1332fca81b51eefe
 SHA1 (patch-common_terminal.c) = b397ffaad707f2f62258bcbb3178b8966acd830c


Home | Main Index | Thread Index | Old Index