gui-apps/hyprshot: fix invalid metadata

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-09-09 19:24:39 +09:00
parent 338b2ba008
commit 5270af8426
4 changed files with 1 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="Hyprshot is a utility to easily take screenshot in Hyprland using your mouse"
HOMEPAGE="https://github.com/Gustash/Hyprshot/"

View File

@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="Hyprshot is a utility to easily take screenshot in Hyprland using your mouse"
HOMEPAGE="https://github.com/Gustash/Hyprshot/"

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 optfeature
inherit git-r3
DESCRIPTION="Hyprshot is an utility to easily take screenshot in Hyprland using your mouse"
HOMEPAGE="https://github.com/Gustash/Hyprshot/"

View File

@@ -10,8 +10,6 @@
</upstream>
<use>
<flag name="xdg">Pull xdg-home as a dependency to use $XDG_PICTURES_DIR</flag>
</use>
<use>
<flag name="freeze">Pull gui-apps/hyprpicker for optional freezing screen</flag>
</use>
</pkgmetadata>