From 8faf382aa0d90e10b4743ad067d81a810df8ee58 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 7 May 2023 14:24:11 -0400 Subject: [PATCH] gui-wm/hyprland: drop contrib USE flags gui-wm/hyprland-contrib now includes those Signed-off-by: Julien Roy --- 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 cc7d5b63d2..b8d5128900 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 37ec2f62b3..5acac25872 100644 --- a/gui-wm/hyprland/metadata.xml +++ b/gui-wm/hyprland/metadata.xml @@ -16,7 +16,6 @@ Install 'grimblast': a Hyprland version of the sway script for taking screenshots - Install hyprprop: a xprop replacement for hyprland Enable legacy renderer Install 'scratchpad': a Bash script that sends focused window to a special workspace Install 'shellevents': Invoke shell functions in response to Hyprland socket2 events.