Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 677034

Summary: x11-misc/i3blocks should RDEPEND on dev-libs/sway
Product: Gentoo Linux Reporter: CaptainBlood <luc_pierard_de_maujouy>
Component: Current packagesAssignee: Ettore Di Giacinto (RETIRED) <mudler>
Status: RESOLVED FIXED    
Severity: normal CC: fturco
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: i3blocks-1.4-r2.ebuild

Description CaptainBlood 2019-02-01 07:34:04 UTC
Created attachment 563408 [details]
i3blocks-1.4-r2.ebuild

For only sway users to avoid installation of unrequired vm.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-02-01 09:59:05 UTC
Comment on attachment 563408 [details]
i3blocks-1.4-r2.ebuild

curl -L https://bugs.gentoo.org/attachment.cgi?id=563408| diff -u i3blocks-1.4-r1.ebuild -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100   786  100   786    0     0    208      0  0:00:03  0:00:03 --:--:--   486
--- i3blocks-1.4-r1.ebuild      2018-11-18 11:31:09.938084734 +0100
+++ -   2019-02-01 10:58:50.197354399 +0100
@@ -23,7 +23,7 @@
        media-sound/playerctl
        sys-apps/lm_sensors
        sys-power/acpi
-       || ( x11-wm/i3 x11-wm/i3-gaps )"
+       || ( x11-wm/i3 x11-wm/i3-gaps dev-libs/sway )"

 DEPEND="app-text/ronn"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-02-01 10:00:53 UTC
Why would it need dev-libs/sway to begin with? It should also work with Xorg, right, or even just libX11?
Comment 3 Larry the Git Cow gentoo-dev 2020-03-11 19:51:19 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(+)