commit: 5270af842638dd601fca415d051e18964c39ebc6 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon Sep 9 10:24:39 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon Sep 9 12:51:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5270af84
gui-apps/hyprshot: fix invalid metadata Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/hyprshot/hyprshot-1.2.3.ebuild | 1 - gui-apps/hyprshot/hyprshot-1.3.0.ebuild | 1 - gui-apps/hyprshot/hyprshot-9999.ebuild | 2 +- gui-apps/hyprshot/metadata.xml | 2 -- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/gui-apps/hyprshot/hyprshot-1.2.3.ebuild b/gui-apps/hyprshot/hyprshot-1.2.3.ebuild index 3dee2b087..2c34fafe3 100644 --- a/gui-apps/hyprshot/hyprshot-1.2.3.ebuild +++ b/gui-apps/hyprshot/hyprshot-1.2.3.ebuild @@ -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/" diff --git a/gui-apps/hyprshot/hyprshot-1.3.0.ebuild b/gui-apps/hyprshot/hyprshot-1.3.0.ebuild index 63eef4051..d0a6057e4 100644 --- a/gui-apps/hyprshot/hyprshot-1.3.0.ebuild +++ b/gui-apps/hyprshot/hyprshot-1.3.0.ebuild @@ -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/" diff --git a/gui-apps/hyprshot/hyprshot-9999.ebuild b/gui-apps/hyprshot/hyprshot-9999.ebuild index 95d75516f..3d29e726e 100644 --- a/gui-apps/hyprshot/hyprshot-9999.ebuild +++ b/gui-apps/hyprshot/hyprshot-9999.ebuild @@ -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/" diff --git a/gui-apps/hyprshot/metadata.xml b/gui-apps/hyprshot/metadata.xml index 44001ae8f..efb842441 100644 --- a/gui-apps/hyprshot/metadata.xml +++ b/gui-apps/hyprshot/metadata.xml @@ -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>
