Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 02:12:16 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: b90b832fb569 - main - x11-wm/hyprland: fix bash completions location
Message-ID:  <202404240212.43O2CG6o035180@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=b90b832fb569be42d7c44c4a9f4a541b87874fd2

commit b90b832fb569be42d7c44c4a9f4a541b87874fd2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-23 17:52:32 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-24 02:11:19 +0000

    x11-wm/hyprland: fix bash completions location
---
 x11-wm/hyprland/Makefile  | 4 ++++
 x11-wm/hyprland/distinfo  | 2 ++
 x11-wm/hyprland/pkg-plist | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 0b1d86d828b5..2657f23f8f6c 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.39.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm wayland
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	1016faea53fd.patch:-p1 # https://github.com/swaywm/sway/pull/5090
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
 WWW=		https://hyprland.org/
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index eb59a7c52203..f014c070dfd0 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -7,3 +7,5 @@ SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff
 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 (1016faea53fd.patch) = 320d426b6654cbaaa0674ffc59c463c0d1206624c9f811e0ab6604ef1be99338
+SIZE (1016faea53fd.patch) = 1950
diff --git a/x11-wm/hyprland/pkg-plist b/x11-wm/hyprland/pkg-plist
index 1d2d041d958e..c9917f96dde3 100644
--- a/x11-wm/hyprland/pkg-plist
+++ b/x11-wm/hyprland/pkg-plist
@@ -1,8 +1,8 @@
 bin/Hyprland
 bin/hyprctl
 bin/hyprpm
-share/bash-completion/hyprctl
-share/bash-completion/hyprpm
+share/bash-completion/completions/hyprctl
+share/bash-completion/completions/hyprpm
 share/fish/vendor_completions.d/hyprctl.fish
 share/fish/vendor_completions.d/hyprpm.fish
 %%DATADIR%%/hyprland.conf



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