Skip to content

Commit

Permalink
x11-wm/hyprland-devel: update to 0.24.1.115
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Apr 29, 2023
1 parent 7a3f640 commit b9a2987
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions x11-wm/hyprland-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.24.1-105
DISTVERSIONSUFFIX= -g62213229
DISTVERSION= 0.24.1-115
DISTVERSIONSUFFIX= -gfbb938fc
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX= -devel

Expand Down Expand Up @@ -61,6 +61,10 @@ post-configure:
--skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
.endif

post-install:
# Plugin API installs all headers (no private vs. public)
@(cd ${STAGEDIR}${PREFIX} && ${FIND} include/${PORTNAME} ! -type d) >>${TMPPLIST}

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
Expand Down
6 changes: 3 additions & 3 deletions x11-wm/hyprland-devel/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1682526833
SHA256 (hyprwm-Hyprland-v0.24.1-105-g62213229_GH0.tar.gz) = a2d28b867335f4755ac2f36ce6ddb6895f56f7af552628c9f9264882cf6f72c1
SIZE (hyprwm-Hyprland-v0.24.1-105-g62213229_GH0.tar.gz) = 763781
TIMESTAMP = 1682714444
SHA256 (hyprwm-Hyprland-v0.24.1-115-gfbb938fc_GH0.tar.gz) = 5bc37c9cf6e4c1f6d8f1599d79118d27f81787988ed26ba6223cb8cf38f0729a
SIZE (hyprwm-Hyprland-v0.24.1-115-gfbb938fc_GH0.tar.gz) = 763952
SHA256 (hyprwm-hyprland-protocols-4d29e48_GH0.tar.gz) = 1384ccdbb0149cdc40d74fbe21fba97d706db08b718c7df9481076381d852c74
SIZE (hyprwm-hyprland-protocols-4d29e48_GH0.tar.gz) = 6340
SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8
Expand Down
1 change: 1 addition & 0 deletions x11-wm/hyprland-devel/pkg-plist
Expand Up @@ -6,4 +6,5 @@ man/man1/hyprctl.1.gz
%%DATADIR%%/wall_2K.png
%%DATADIR%%/wall_4K.png
%%DATADIR%%/wall_8K.png
share/pkgconfig/hyprland.pc
share/wayland-sessions/hyprland.desktop

0 comments on commit b9a2987

Please sign in to comment.