Skip to content

Commit

Permalink
x11-wm/dwl: update to 0.5
Browse files Browse the repository at this point in the history
Changes:	https://github.com/djpohly/dwl/releases/tag/v0.5
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Nov 25, 2023
1 parent 554d95b commit f03dfb7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
13 changes: 8 additions & 5 deletions x11-wm/dwl/Makefile
@@ -1,7 +1,6 @@
PORTNAME= dwl
DISTVERSIONPREFIX= v
DISTVERSION= 0.4
PORTREVISION= 1
DISTVERSION= 0.5
CATEGORIES= x11-wm wayland

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -16,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.dwm

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols \
wlroots>=0.16.0:x11-toolkits/wlroots
wlroots>=0.17.0:x11-toolkits/wlroots
LIB_DEPENDS= libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libinput.so:x11/libinput \
Expand Down Expand Up @@ -60,14 +59,18 @@ post-extract:
${LN} -fs "${${PORTNAME:tu}_CONF}" ${WRKSRC}/config.h; \
fi

post-patch:
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328
@${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \
${WRKSRC}/Makefile

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${PREFIX}/share/wayland-sessions
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
${STAGEDIR}${PREFIX}/share/wayland-sessions
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" \
${STAGEDIR}${DOCSDIR})

.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-wm/dwl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1672433212
SHA256 (djpohly-dwl-v0.4_GH0.tar.gz) = f03a260b169019ebdbfd6db1b19a3dc7861ba33609644581c530be019f22274c
SIZE (djpohly-dwl-v0.4_GH0.tar.gz) = 55527
TIMESTAMP = 1700893691
SHA256 (djpohly-dwl-v0.5_GH0.tar.gz) = 4cbf87fb99beb75943523caf485cf74ed94e23b16e75f415952a6b9e6da00c79
SIZE (djpohly-dwl-v0.5_GH0.tar.gz) = 57859
6 changes: 0 additions & 6 deletions x11-wm/dwl/files/dwl.desktop

This file was deleted.

0 comments on commit f03dfb7

Please sign in to comment.