commit: e97f6122fb5e62b3f3c7bc53a8c9c0a28060c987 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com> AuthorDate: Thu Oct 5 18:57:57 2023 +0000 Commit: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com> CommitDate: Fri Oct 6 10:40:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e97f6122
gui-apps/grimshot: new package, add 9999 Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com> gui-apps/grimshot/grimshot-9999.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild new file mode 100644 index 0000000000..89d76072e3 --- /dev/null +++ b/gui-apps/grimshot/grimshot-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="A helper for screenshots within sway" +HOMEPAGE="https://github.com/OctopusET/sway-contrib" + +EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" + +IUSE="libnotify" + +RDEPEND=" + app-misc/jq + gui-apps/grim + gui-apps/slurm + gui-apps/wl-clipboard + gui-wm/sway + !!<=gui-wm/sway-1.8.1[grimshot + libnotify? ( x11-libs/libnotify ) +" + +src_install() { + dobin grimshot + doman grimshot.1 +}
