From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5210215802E for ; Tue, 25 Jun 2024 09:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7007E2A14; Tue, 25 Jun 2024 09:52:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 90C26E2A14 for ; Tue, 25 Jun 2024 09:52:09 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78FE9343019 for ; Tue, 25 Jun 2024 09:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184151D57 for ; Tue, 25 Jun 2024 09:52:06 +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: <1719130754.9ce952631ce178aea45d071959cb47cbaf83d587.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild X-VCS-Directories: gui-apps/sfwbar/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9ce952631ce178aea45d071959cb47cbaf83d587 X-VCS-Branch: master Date: Tue, 25 Jun 2024 09:52:06 +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: 191f2986-8e7d-426d-8d41-788c2bf8dcc9 X-Archives-Hash: 451be3e6955cf2a32c95e5654e7bb3bd commit: 9ce952631ce178aea45d071959cb47cbaf83d587 Author: Lev Babiev hosers org> AuthorDate: Sun Jun 23 08:18:46 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Jun 23 08:19:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ce95263 sfwbar: correct KEYWORDS location, enable nm by default Signed-off-by: Lev Babiev hosers.org> gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild index 18edd91f0..8d80a326b 100644 --- a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild +++ b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild @@ -8,10 +8,11 @@ inherit meson xdg DESCRIPTION="S* Floating Window Bar" HOMEPAGE="https://github.com/LBCrion/sfwbar" SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" + IUSE="X mpd pulseaudio alsa" COMMON_DEPEND=" @@ -44,6 +45,7 @@ src_configure() { -Dbluez=enabled -Dbsdctl=disabled -Diwd=enabled + -Dnm=enabled ) meson_src_configure