diff options
author | Hélder Rodrigues <v@sqrtd.dev> | 2023-08-29 13:36:18 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 20:05:10 +0300 |
commit | 69dd746e4a82acff20027e2a2c29749312aa2997 (patch) | |
tree | 998ca6e9b71ca785532fca73f4bb264a3bb26192 | |
parent | dev-python/pytest-param-files: Stabilize 0.6.0 amd64, #913426 (diff) | |
download | gentoo-69dd746e4a82acff20027e2a2c29749312aa2997.tar.gz gentoo-69dd746e4a82acff20027e2a2c29749312aa2997.tar.bz2 gentoo-69dd746e4a82acff20027e2a2c29749312aa2997.zip |
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@sqrtd.dev>
Closes: https://github.com/gentoo/gentoo/pull/32505
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 20 |
1 files 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 |