commit: a969ef10417687552b408d1bb7a9d8fa44b9a575
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Sep 9 18:20:49 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 9 18:21:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a969ef10
gui-apps/ironbar-9999: Update ebuild according to newest release
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/ironbar/ironbar-9999.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gui-apps/ironbar/ironbar-9999.ebuild
b/gui-apps/ironbar/ironbar-9999.ebuild
index e79b6fa8da..37aa8b0962 100644
--- a/gui-apps/ironbar/ironbar-9999.ebuild
+++ b/gui-apps/ironbar/ironbar-9999.ebuild
@@ -15,13 +15,14 @@ LICENSE+="
Apache-2.0 BSD CC0-1.0 GPL-3+ ISC MIT MPL-2.0 Unicode-DFS-2016
"
SLOT="0"
-IUSE="cairo +http +music notifications +tray +volume"
+IUSE="cairo +http +keyboard +music notifications +tray +volume"
DEPEND="
x11-libs/gtk+:3=[wayland]
gui-libs/gtk-layer-shell[introspection]
cairo? ( dev-lua/lgi[lua_targets_luajit] )
http? ( dev-libs/openssl:0= )
+ keyboard? ( dev-libs/libinput )
music? ( sys-apps/dbus )
notifications? ( gui-apps/swaync )
tray? ( dev-libs/libdbusmenu[gtk3] )
@@ -45,7 +46,9 @@ src_configure() {
export PKG_CONFIG_ALLOW_CROSS=1
local myfeatures=(
+ "battery"
"bindmode+all"
+ "bluetooth"
"cli"
$(usev cairo)
"clipboard"
@@ -55,7 +58,7 @@ src_configure() {
"focused"
$(usev http)
"ipc"
- "keyboard+all"
+ $(usex "keyboard" "keyboard+all" "")
"label"
"launcher"
"menu"
@@ -65,7 +68,6 @@ src_configure() {
"script"
"sys_info"
$(usev tray)
- "upower"
$(usev volume)
"workspaces+all"
)