commit: 8faf382aa0d90e10b4743ad067d81a810df8ee58
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May 7 18:24:11 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 7 18:24:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8faf382a
gui-wm/hyprland: drop contrib USE flags
gui-wm/hyprland-contrib now includes those
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/hyprland-0.25.0.ebuild | 17 +----------------
gui-wm/hyprland/metadata.xml | 1 -
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
index cc7d5b63d..b8d512890 100644
--- a/gui-wm/hyprland/hyprland-0.25.0.ebuild
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-source"
KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
-IUSE="X grimblast hyprprop legacy-renderer scratchpad shellevents systemd
video_cards_nvidia"
+IUSE="X legacy-renderer systemd video_cards_nvidia"
RDEPEND="
app-misc/jq
@@ -40,13 +40,6 @@ RDEPEND="
x11-libs/pixman
x11-misc/xkeyboard-config
virtual/libudev
- grimblast? (
- gui-apps/grim
- gui-apps/slurp
- gui-apps/wl-clipboard
- x11-libs/libnotify
- )
- hyprprop? ( gui-apps/slurp )
X? (
gui-libs/wlroots[x11-backend]
x11-base/xwayland
@@ -63,9 +56,6 @@ BDEPEND="
>=dev-libs/wayland-1.22.0
dev-vcs/git
>=gui-libs/wlroots-0.16.0[X?]
- grimblast? ( app-text/scdoc )
- hyprprop? ( app-text/scdoc )
- shellevents? ( app-text/scdoc )
"
src_prepare() {
@@ -96,9 +86,4 @@ src_configure() {
src_install() {
meson_src_install --skip-subprojects wlroots
-
- use grimblast && emake PREFIX="${ED}/usr" -C
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
- use hyprprop && emake PREFIX="${ED}/usr" -C
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/hyprprop" install
- use scratchpad && emake PREFIX="${ED}/usr" -C
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/scratchpad" install
- use shellevents && emake PREFIX="${ED}/usr" -C
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install
}
diff --git a/gui-wm/hyprland/metadata.xml b/gui-wm/hyprland/metadata.xml
index 37ec2f62b..5acac2587 100644
--- a/gui-wm/hyprland/metadata.xml
+++ b/gui-wm/hyprland/metadata.xml
@@ -16,7 +16,6 @@
</upstream>
<use>
<flag name="grimblast">Install 'grimblast': a Hyprland version
of the sway script for taking screenshots</flag>
- <flag name="hyprprop">Install hyprprop: a xprop replacement for
hyprland</flag>
<flag name="legacy-renderer">Enable legacy renderer</flag>
<flag name="scratchpad">Install 'scratchpad': a Bash script
that sends focused window to a special workspace</flag>
<flag name="shellevents">Install 'shellevents': Invoke shell
functions in response to Hyprland socket2 events.</flag>