Install this version:
emerge -a =gui-apps/grimshot-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/grimshot-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/grimshot-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit bash-completion-r1 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"
IUSE="libnotify"
RDEPEND="
app-misc/jq
gui-apps/grim
gui-apps/slurp
gui-apps/wl-clipboard
|| ( gui-wm/sway gui-wm/swayfx )
libnotify? ( x11-libs/libnotify )
"
src_install() {
dobin grimshot/grimshot
doman grimshot/grimshot.1
newbashcomp grimshot/grimshot-completion.bash grimshot
}
Manage flags for this package:
euse -i <flag> -p gui-apps/grimshot |
euse -E <flag> -p gui-apps/grimshot |
euse -D <flag> -p gui-apps/grimshot
app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard || ( gui-wm/sway gui-wm/swayfx ) libnotify? ( x11-libs/libnotify )