Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 19:43:05 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 068970e5a86d - main - x11-wm/hyprland: update to 0.24.1
Message-ID:  <202304091943.339Jh55W096568@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=068970e5a86d0f0ab6c01ad2e8f80a6f5f6d1074

commit 068970e5a86d0f0ab6c01ad2e8f80a6f5f6d1074
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-09 16:59:24 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-09 19:42:58 +0000

    x11-wm/hyprland: update to 0.24.1
    
    Changes:        https://github.com/hyprwm/Hyprland/releases/tag/v0.24.1
    Reported by:    GitHub (watch releases)
---
 x11-wm/hyprland/Makefile | 16 +++-------------
 x11-wm/hyprland/distinfo | 16 +++++-----------
 2 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index cfae59dd1d9d..35d3412a07b8 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,14 +1,8 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.24.0
-PORTREVISION=	1
+DISTVERSION=	0.24.1
 CATEGORIES=	x11-wm wayland
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	31963f823b12.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1993
-PATCHFILES+=	86852cdc78b8.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1995
-PATCHFILES+=	b32af6ebfb5e.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1997
-
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
 WWW=		https://hyprland.org/
@@ -32,7 +26,7 @@ USE_GNOME=	cairo pango
 USE_XORG=	pixman
 GH_ACCOUNT=	hyprwm
 GH_PROJECT=	Hyprland
-GH_TUPLE=	hyprwm:hyprland-protocols:301733a:hyprland_protocols/subprojects/hyprland-protocols \
+GH_TUPLE=	hyprwm:hyprland-protocols:d7d403b:hyprland_protocols/subprojects/hyprland-protocols \
 		canihavesomecoffee:udis86:1.7.2-186-g5336633:udis86/subprojects/udis86
 MESON_ARGS=	-Dsystemd=disabled
 
@@ -67,10 +61,7 @@ post-install:
 # 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)
-. if exists(/usr/include/c++/v1/__algorithm/ranges_all_of.h) && !make(makesum) && !make(fetch)
-CXXFLAGS+=	-fexperimental-library # std::ranges::all_of
-. else
-USES+=		llvm:min=14,build
+USES+=		llvm:min=16,build
 CC=		clang${LLVM_VERSION}
 CXX=		clang++${LLVM_VERSION}
 CPP=		clang-cpp${LLVM_VERSION}
@@ -91,7 +82,6 @@ bundled-libcxx:
 		-DCMAKE_INSTALL_PREFIX:PATH=${WRKDIR}/libcxx_prefix \
 		-B ${WRKDIR}/libcxx_build -S ${WRKSRC_libcxx}/libcxx
 	@${DO_MAKE_BUILD:NDESTDIR*} install -C ${WRKDIR}/libcxx_build
-. endif
 .endif
 .endif # exists(/usr/lib/libc++.so)
 
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index a2bb6859f16f..1d31f68e91bd 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -1,15 +1,9 @@
-TIMESTAMP = 1680955736
-SHA256 (hyprwm-Hyprland-v0.24.0_GH0.tar.gz) = 31a80d880a3d3c2f9115313958e54dcae3c15e3c8e900c783bacdfb8a8db1750
-SIZE (hyprwm-Hyprland-v0.24.0_GH0.tar.gz) = 756907
-SHA256 (hyprwm-hyprland-protocols-301733a_GH0.tar.gz) = 3b3b4e948525f1d823313390b2551ea8969d0cbf82bd72e2a4a2ce2750552330
-SIZE (hyprwm-hyprland-protocols-301733a_GH0.tar.gz) = 4852
+TIMESTAMP = 1681059564
+SHA256 (hyprwm-Hyprland-v0.24.1_GH0.tar.gz) = 8b0cd0cc493aa0405c001426f0de153f3fc80f27c73088d4c66939643578e4e7
+SIZE (hyprwm-Hyprland-v0.24.1_GH0.tar.gz) = 758442
+SHA256 (hyprwm-hyprland-protocols-d7d403b_GH0.tar.gz) = f246db4d75546b6c411aa8c95363de4f475413f5e85b92b740d312b33729daed
+SIZE (hyprwm-hyprland-protocols-d7d403b_GH0.tar.gz) = 6333
 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 (31963f823b12.patch) = 7f12f62e5ed967f25d5c625d4dc802d689df79931e7540351056642bf6421c66
-SIZE (31963f823b12.patch) = 929
-SHA256 (86852cdc78b8.patch) = 81e807d4f672be6d74110564de1ad79b4ea625e3b3ba9806d11a65daf3f08552
-SIZE (86852cdc78b8.patch) = 754
-SHA256 (b32af6ebfb5e.patch) = cf4b8c50cc9a7e9bc4b3c52e66953bd85693adfc5c906d369070a63f6f1e6f1d
-SIZE (b32af6ebfb5e.patch) = 743



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091943.339Jh55W096568>