commit:     69dd746e4a82acff20027e2a2c29749312aa2997
Author:     Hélder Rodrigues <v <AT> sqrtd <DOT> dev>
AuthorDate: Tue Aug 29 12:36:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 17:05:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dd746e

gui-wm/sway: remove grimshot useflag from live ebuild

contrib/ was moved to a separate repository:
https://github.com/swaywm/sway/commit/bb91b7f5fa7fddb582b8dddf208cc335d39da9e7
https://github.com/OctopusET/sway-contrib

Signed-off-by: Hélder Rodrigues <v <AT> sqrtd.dev>
Closes: https://github.com/gentoo/gentoo/pull/32505
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/sway/sway-9999.ebuild | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index b689ca496c42..088475a36417 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="grimshot +man +swaybar +swaynag tray wallpapers X"
+IUSE="+man +swaybar +swaynag tray wallpapers X"
 
 DEPEND="
        >=dev-libs/json-c-0.13:0=
@@ -56,13 +56,6 @@ else
 fi
 RDEPEND="
        x11-misc/xkeyboard-config
-       grimshot? (
-               app-misc/jq
-               gui-apps/grim
-               gui-apps/slurp
-               gui-apps/wl-clipboard
-               x11-libs/libnotify
-       )
        ${DEPEND}
 "
 BDEPEND="
@@ -94,15 +87,6 @@ src_configure() {
        meson_src_configure
 }
 
-src_install() {
-       meson_src_install
-
-       if use grimshot; then
-               doman contrib/grimshot.1
-               dobin contrib/grimshot
-       fi
-}
-
 pkg_postinst() {
        optfeature_header "There are several packages that may be useful with 
sway:"
        optfeature "wallpaper utility" gui-apps/swaybg

Reply via email to