Skip to content

Commit

Permalink
x11-wm/hyprland: update to 0.34.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/hyprwm/Hyprland/releases/tag/v0.34.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Jan 1, 2024
1 parent f01c698 commit a332bf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 3 additions & 5 deletions x11-wm/hyprland/Makefile
@@ -1,12 +1,8 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.33.1
PORTREVISION= 2
DISTVERSION= 0.34.0
CATEGORIES= x11-wm wayland

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= ef445093f9fb.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/4188

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
WWW= https://hyprland.org/
Expand All @@ -32,8 +28,10 @@ USE_XORG= pixman
GH_ACCOUNT= hyprwm
GH_PROJECT= Hyprland
GH_TUPLE= hyprwm:hyprland-protocols:v0.2-4-g0c2ce70:hyprland_protocols/subprojects/hyprland-protocols \
marzer:tomlplusplus:v3.4.0:tomlplusplus/subprojects/tomlplusplus \
canihavesomecoffee:udis86:1.7.2-186-g5336633:udis86/subprojects/udis86
MESON_ARGS= -Dsystemd=disabled
MESON_ARGS+= -Dtomlplusplus:compile_library=false

# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
Expand Down
10 changes: 5 additions & 5 deletions x11-wm/hyprland/distinfo
@@ -1,11 +1,11 @@
TIMESTAMP = 1701881246
SHA256 (hyprwm-Hyprland-v0.33.1_GH0.tar.gz) = 07515e6ffefc3ea2e8dccc65cf3ce8c8b73494765afc01bd495e32fec142034c
SIZE (hyprwm-Hyprland-v0.33.1_GH0.tar.gz) = 7350624
TIMESTAMP = 1704110595
SHA256 (hyprwm-Hyprland-v0.34.0_GH0.tar.gz) = a556a52fdf8ad759f4a1017309f021c16b280b012e10e37ddfbf53456e3d6183
SIZE (hyprwm-Hyprland-v0.34.0_GH0.tar.gz) = 7363751
SHA256 (hyprwm-hyprland-protocols-v0.2-4-g0c2ce70_GH0.tar.gz) = d8eb9712d66a167a22a0dae829b6dba2b85814b566d0a87918c944e7c0388d1b
SIZE (hyprwm-hyprland-protocols-v0.2-4-g0c2ce70_GH0.tar.gz) = 6478
SHA256 (marzer-tomlplusplus-v3.4.0_GH0.tar.gz) = 8517f65938a4faae9ccf8ebb36631a38c1cadfb5efa85d9a72e15b9e97d25155
SIZE (marzer-tomlplusplus-v3.4.0_GH0.tar.gz) = 1294731
SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8
SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (ef445093f9fb.patch) = 9c47090090581a8047deede5db7b1d1927407c7a8adfe4b63e53fcdbb85e28a8
SIZE (ef445093f9fb.patch) = 2086
1 change: 1 addition & 0 deletions x11-wm/hyprland/pkg-plist
@@ -1,5 +1,6 @@
bin/Hyprland
bin/hyprctl
bin/hyprpm
man/man1/Hyprland.1.gz
man/man1/hyprctl.1.gz
%%DATADIR%%/hyprland.conf
Expand Down

0 comments on commit a332bf1

Please sign in to comment.