Date: Wed, 24 Apr 2024 02:12:38 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e643e356a3a7 - 2024Q2 - x11-wm/hyprland: fix bash completions location Message-ID: <202404240212.43O2CcqX035416@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e643e356a3a7a3e0366ecba73a46e3019956ec4b commit e643e356a3a7a3e0366ecba73a46e3019956ec4b 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:12:31 +0000 x11-wm/hyprland: fix bash completions location (cherry picked from commit b90b832fb569be42d7c44c4a9f4a541b87874fd2) --- 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 46a06fbb62e0..ab3fe44e8063 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.43O2CcqX035416>