commit: d4aa236eea415972c6aa44ebb21e5e63a19530b6 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Nov 26 13:08:57 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Nov 26 13:10:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4aa236e
gui-apps/grimshot: update live - update scripts path - add bash completion Closes: https://bugs.gentoo.org/945030 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/grimshot/grimshot-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild index fa31c8d3f..3260837bd 100644 --- a/gui-apps/grimshot/grimshot-9999.ebuild +++ b/gui-apps/grimshot/grimshot-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit git-r3 +inherit bash-completion-r1 git-r3 DESCRIPTION="A helper for screenshots within sway" HOMEPAGE="https://github.com/OctopusET/sway-contrib" @@ -21,11 +21,11 @@ RDEPEND=" gui-apps/slurp gui-apps/wl-clipboard || ( gui-wm/sway gui-wm/swayfx ) - !!<=gui-wm/sway-1.8.1[grimshot] libnotify? ( x11-libs/libnotify ) " src_install() { - dobin grimshot - doman grimshot.1 + dobin grimshot/grimshot + doman grimshot/grimshot.1 + newbashcomp grimshot/grimshot-completion.bash grimshot }
