mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
gui-apps/hyprshot: sync live
Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
parent
3f9aedcfec
commit
5187a38996
@ -1,31 +1,32 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
# Copyright 2024-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
inherit git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Hyprshot is an utility to easily take screenshot in Hyprland using your mouse"
|
inherit git-r3 optfeature
|
||||||
|
|
||||||
|
DESCRIPTION="Utility to easily take screenshots in Hyprland using your mouse"
|
||||||
HOMEPAGE="https://github.com/Gustash/Hyprshot/"
|
HOMEPAGE="https://github.com/Gustash/Hyprshot/"
|
||||||
EGIT_REPO_URI="https://github.com/Gustash/Hyprshot.git/"
|
EGIT_REPO_URI="https://github.com/Gustash/Hyprshot.git/"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
IUSE="+xdg +freeze"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-misc/jq
|
app-misc/jq
|
||||||
app-shells/bash
|
|
||||||
gui-apps/grim
|
gui-apps/grim
|
||||||
gui-apps/slurp
|
gui-apps/slurp
|
||||||
gui-apps/wl-clipboard
|
gui-apps/wl-clipboard
|
||||||
gui-wm/hyprland
|
gui-wm/hyprland
|
||||||
x11-libs/libnotify
|
x11-libs/libnotify
|
||||||
xdg? ( x11-misc/xdg-user-dirs )
|
|
||||||
freeze? ( gui-apps/hyprpicker )
|
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin hyprshot
|
dobin hyprshot
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "Screen freezing with --freeze" gui-apps/hyprpicker
|
||||||
|
optfeature "$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user