Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672822 - x11-misc/i3blocks - add dev-libs/sway as possible RDEPEND
Summary: x11-misc/i3blocks - add dev-libs/sway as possible RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Ettore Di Giacinto (RETIRED)
URL:
Whiteboard:
Keywords:
: 676950 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-12-09 16:24 UTC by minami-o
Modified: 2020-03-11 19:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild including sway (i3blocks-1.4-r2.ebuild,786 bytes, text/plain)
2019-01-31 19:00 UTC, CaptainBlood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description minami-o 2018-12-09 16:24:38 UTC
Hi,

The current ebuild for x11-misc/i3blocks RDEPENDS on either x11-i3 or x11-i3-gaps, which is OK, but there are other window managers which are compatible with it.
I'm at least aware of dev-libs/sway, which, although still marked as unstable, should probably be listed as a valid option.
I would therefore change
> || ( x11-wm/i3 x11-wm/i3-gaps )"
for
> || ( x11-wm/i3 x11-wm/i3-gaps dev-libs/sway )"

Could you please update it if you think this is relevant?
Cheers
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-12-09 16:46:22 UTC
Why have these at all if it's the user's choice to pick one? It's just an `emerge` call away.
Comment 2 minami-o 2018-12-09 16:52:15 UTC
(In reply to Jeroen Roovers from comment #1)
> Why have these at all if it's the user's choice to pick one? It's just an
> `emerge` call away.

Well, I guess the idea came from the fact that i3-blocks won't do anything _by itself_, but sure, it's not really possible to keep track of all compatible wm's anyway, so removing this part of the RDEPEND and maybe adding a note in the ebuild description would certainly be fine.
Comment 3 CaptainBlood 2019-01-31 18:56:29 UTC
*** Bug 676950 has been marked as a duplicate of this bug. ***
Comment 4 CaptainBlood 2019-01-31 19:00:02 UTC
Created attachment 563374 [details]
ebuild including sway

ebuild for only sway users who don't want to have i3 or i3-gaps installed.
Comment 5 Larry the Git Cow gentoo-dev 2020-03-11 19:51:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02dfccfda0212f08b1396bed8c84311f4e7ed81

commit a02dfccfda0212f08b1396bed8c84311f4e7ed81
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2020-03-11 19:50:13 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2020-03-11 19:50:56 +0000

    x11-misc/i3blocks: bump to 1.5
    
    Closes: https://bugs.gentoo.org/671262
    Closes: https://bugs.gentoo.org/672810
    Closes: https://bugs.gentoo.org/672822
    Closes: https://bugs.gentoo.org/677034
    Closes: https://bugs.gentoo.org/712060
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 x11-misc/i3blocks/Manifest                         |  1 +
 .../files/i3blocks-disable-bash-completion.patch   | 17 +++++++++++
 x11-misc/i3blocks/i3blocks-1.5.ebuild              | 34 ++++++++++++++++++++++
 3 files changed, 52 insertions(+)