diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-01 22:14:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-01 22:14:42 +0100 |
commit | 9bc60dddf90169c365a03537991b4d9a5d9b28db (patch) | |
tree | 2f2cae7cd5d44dcfd43dc1a4fc81665fba314e8f /gui-wm/sway | |
parent | aef01e7679692cb2cf9eca0c03865cfd0a4e33c9 (diff) |
gentoo auto-resync : 01:09:2023 - 22:14:42
Diffstat (limited to 'gui-wm/sway')
-rw-r--r-- | gui-wm/sway/Manifest | 2 | ||||
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 20 |
2 files changed, 3 insertions, 19 deletions
diff --git a/gui-wm/sway/Manifest b/gui-wm/sway/Manifest index dbf369d28caf..13e6ef0d90aa 100644 --- a/gui-wm/sway/Manifest +++ b/gui-wm/sway/Manifest @@ -1,4 +1,4 @@ DIST sway-1.8.1.tar.gz 5577483 BLAKE2B 0e21c3a113b6bbb4a535ef77e347304ead98a424b65c176299f3d86fd52c35abf88d4e88fff0a8ecdb48494e8275110c79ea35fafd2902653db03fd938ee0323 SHA512 1f9909cb0402a99926d0ff1cefb98c40930e61678067413b6f195b036e6018a4f85bb3a6649d8bb743c93f0476b103791617a94d7c8c11a2c021f40131b65563 EBUILD sway-1.8.1.ebuild 2697 BLAKE2B 3730a8549ac3e0371adf2ae476fee57b70435ebcc9d22618e8979b7b91c9476fde4b28cff77b4c0c7297ba9458f0fa7ab8a6192d0da57c9de7780510dd5d4547 SHA512 dd3641872fb7c499cf6161dea58686c89713efa69d56552a5df9e4a50f1f897053483ef6295bda2ef0314915d4b5e4c34a305e2f81032bee506cce84ec6cf1d4 -EBUILD sway-9999.ebuild 2700 BLAKE2B cf8ffaff4cdf2a35e00c17382e15fba13933c400f82ecd2dc7520cb2dbf68d13b9310d3deb848a07e18bc279fcba55bbc43b8ef2a1fec3c401c444b5a7c23701 SHA512 1ba4e98ef41ee663d3a36f1434f322ebbfb1a2eafd43d4a848e125b1b55dba46351abe3cd3f684311e7f5a85c0720b0aaee14ab50dc6b9c123ab9de77290aa0c +EBUILD sway-9999.ebuild 2465 BLAKE2B 390e19589ac974897e0389b3afc522c4bf2f6ff7d3a803a40ad85ce8a9585df525d8dcb494b75fcb370a59eb7bfe7e4eec8e7ed1b521fc23020cd3bd07b817f3 SHA512 18cec7ad98e2ea6fea1c836035bb43882f64690c659974cbdc963d66b370a08c4c2afd143b3248ebad4278b039b7687e623dc240027518f8e805bdca8f309cf7 MISC metadata.xml 1802 BLAKE2B 2851be5d36dd2965a8ae2e55617615990f5e936208c05aacad49825099866c47f550d74f066905cb09029ec90e53d20a4487a7ba1af039ef1d2d445ebd1bd041 SHA512 c47f54f6997e10461c5ff337eb9ad441b03f6dcc83f1ae63cb92bb3df07bbb78d78c7b9718eb50e0d808a7ea73e13d3f4f809931af34d5b557e8a7ac9903d228 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 |