From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42AD91581FD for ; Fri, 12 Sep 2025 10:49:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2CF813415DF for ; Fri, 12 Sep 2025 10:49:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5E72A11056F; Fri, 12 Sep 2025 10:49:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 599EA11056F for ; Fri, 12 Sep 2025 10:49:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1641D3410B0 for ; Fri, 12 Sep 2025 10:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E795398C for ; Fri, 12 Sep 2025 10:49:47 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1757442099.a969ef10417687552b408d1bb7a9d8fa44b9a575.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ironbar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/ironbar/ironbar-9999.ebuild X-VCS-Directories: gui-apps/ironbar/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a969ef10417687552b408d1bb7a9d8fa44b9a575 X-VCS-Branch: master Date: Fri, 12 Sep 2025 10:49:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d7b0f9e-49c5-473a-9d51-0e894ae81429 X-Archives-Hash: be7d8ca4a01cd2eef146ba17fb3ce8b6 commit: a969ef10417687552b408d1bb7a9d8fa44b9a575 Author: Jonas Frei pm me> AuthorDate: Tue Sep 9 18:20:49 2025 +0000 Commit: David Roman gmail 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 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" )