Skip to content

Commit

Permalink
x11-toolkits/wlroots-devel: update to 0.16.0.681
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Aug 3, 2023
1 parent 95fda07 commit 6312e48
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions x11-toolkits/wlroots-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.16.0-677
DISTVERSIONSUFFIX= -gd40bcfe2c1
DISTVERSION= 0.16.0-681
DISTVERSIONSUFFIX= -gc74f89d4f8
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -devel

Expand Down
6 changes: 3 additions & 3 deletions x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1690546897
SHA256 (wlroots-0.16.0-677-gd40bcfe2c1.tar.bz2) = 1b4207e329d0f2b5ab6ec441029572c1748ca6305509445059f33144a0579320
SIZE (wlroots-0.16.0-677-gd40bcfe2c1.tar.bz2) = 475552
TIMESTAMP = 1691073628
SHA256 (wlroots-0.16.0-681-gc74f89d4f8.tar.bz2) = 1646610e3ff533a4110d9f9297d45975c3820aa026229ed5bc5b01073ca35a6d
SIZE (wlroots-0.16.0-681-gc74f89d4f8.tar.bz2) = 476133
SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
SIZE (10f80a8f1bb2.patch) = 6097
SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
Expand Down
9 changes: 9 additions & 0 deletions x11-wm/hyprland/Makefile
Expand Up @@ -9,6 +9,7 @@ PATCHFILES+= 9fc5f4c48b20.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/26
PATCHFILES+= f6b340cc19d2.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2799
PATCHFILES+= f5913135c638.patch:-p1 # cursor-shape-v1
PATCHFILES+= 7a2027d1fd5d.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/2828
PATCHFILES+= 7d98181ade0a.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2884

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
Expand Down Expand Up @@ -43,6 +44,14 @@ OPTIONS_DEFAULT=X11
X11_USE= XORG=xcb
X11_MESON_ENABLED= xwayland

post-extract:
.if defined(PATCHFILES) && ${PATCHFILES:M7d98181ade0a*}
# Pretend to be a regular file for vendor patch to apply as is
@${RMDIR} ${WRKSRC}/subprojects/wlroots
@${ECHO_CMD} "Subproject commit e8d545a9770a2473db32e0a0bfa757b05d2af4f3" \
>${WRKSRC}/subprojects/wlroots
.endif

post-patch:
# Extract (snapshot) version from the port instead of meson.build
@${REINPLACE_CMD} -i .nogit -e "/GIT_BRANCH/s/run_command.*/'main'/" \
Expand Down
2 changes: 2 additions & 0 deletions x11-wm/hyprland/distinfo
Expand Up @@ -15,3 +15,5 @@ SHA256 (f5913135c638.patch) = 5ce790d91b4918f77dfa67cf3f42a129a1dbef20f8906facb8
SIZE (f5913135c638.patch) = 9018
SHA256 (7a2027d1fd5d.patch) = dcf2e5b2233077c3b35dd1191ea672104e0f7632a6310a8c4661933444d13819
SIZE (7a2027d1fd5d.patch) = 1916
SHA256 (7d98181ade0a.patch) = d94c45c2abeb4d3b96c058e31d2c2090cdaf934a6f289846e9c4050c54b25c23
SIZE (7d98181ade0a.patch) = 1195

0 comments on commit 6312e48

Please sign in to comment.