Date: Thu, 15 Jun 2023 00:44:23 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: e1035c54b20d - main - x11-wm/hyprland: unbreak gamma control after b5cd6d44a26f Message-ID: <202306150044.35F0iNOm019159@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=e1035c54b20dcb740c6ac8561c5fd030133754e0 commit e1035c54b20dcb740c6ac8561c5fd030133754e0 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-14 15:45:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-15 00:43:00 +0000 x11-wm/hyprland: unbreak gamma control after b5cd6d44a26f --- x11-wm/hyprland/Makefile | 5 +++-- x11-wm/hyprland/distinfo | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 2810e88260aa..9704a7ffbbde 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,13 +1,14 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.26.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 147e96237006.patch:-p1 # wlroots 0.17 PATCHFILES+= c5a7202cd9a4.patch:-p1 # wlroots 0.17 PATCHFILES+= 10db5a4fdbb0.patch:-p1 # wlroots 0.17 +PATCHFILES+= fbabb105c342.patch:-p1 # wlroots 0.17 MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' @@ -19,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core \ evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.25:graphics/wayland-protocols \ - wlroots>=0.16.0.474<0.17.0:x11-toolkits/wlroots + wlroots>=0.16.0.529<0.17.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index 6a544ac8b895..1f94cedae7ce 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -13,3 +13,5 @@ SHA256 (c5a7202cd9a4.patch) = bd7c9f3c4d7b5dc15a94541d8d8d3efa385eeac4dff1b3726e SIZE (c5a7202cd9a4.patch) = 1027 SHA256 (10db5a4fdbb0.patch) = 41733096fd989c9f4c98d6bdb322ec11e2ba839bdca91173e89b4b03e1250206 SIZE (10db5a4fdbb0.patch) = 896 +SHA256 (fbabb105c342.patch) = f5155dc81ddc01d4ab630b3f94b1195dcd3b10685cc9708832557f920ba6c8b0 +SIZE (fbabb105c342.patch) = 5391
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306150044.35F0iNOm019159>