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 CC855158083 for ; Thu, 26 Sep 2024 14:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6F8E29E5; Thu, 26 Sep 2024 14:32:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94EDAE29E5 for ; Thu, 26 Sep 2024 14:32:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D566343257 for ; Thu, 26 Sep 2024 14:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851E8C36 for ; Thu, 26 Sep 2024 14:31:59 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1727360921.294e1d5bdb635e799b1011584fe182d7ee40ca4e.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-displays/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-displays/nwg-displays-0.3.20-r1.ebuild gui-apps/nwg-displays/nwg-displays-0.3.20.ebuild X-VCS-Directories: gui-apps/nwg-displays/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 294e1d5bdb635e799b1011584fe182d7ee40ca4e X-VCS-Branch: dev Date: Thu, 26 Sep 2024 14:31:59 +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: d7385c78-0fa5-4656-9100-0125386a12b4 X-Archives-Hash: 0441d67f442c706be3e0adb99e06649e commit: 294e1d5bdb635e799b1011584fe182d7ee40ca4e Author: Takuya Wakazono gmail com> AuthorDate: Thu Sep 26 14:28:41 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Thu Sep 26 14:28:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=294e1d5b gui-apps/nwg-displays: fix RDEPEND Closes: https://bugs.gentoo.org/933285 Signed-off-by: Takuya Wakazono gmail.com> .../{nwg-displays-0.3.20.ebuild => nwg-displays-0.3.20-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.20.ebuild b/gui-apps/nwg-displays/nwg-displays-0.3.20-r1.ebuild similarity index 80% rename from gui-apps/nwg-displays/nwg-displays-0.3.20.ebuild rename to gui-apps/nwg-displays/nwg-displays-0.3.20-r1.ebuild index 1e190ccf1..8fbe309ca 100644 --- a/gui-apps/nwg-displays/nwg-displays-0.3.20.ebuild +++ b/gui-apps/nwg-displays/nwg-displays-0.3.20-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools -inherit desktop distutils-r1 xdg-utils +inherit desktop distutils-r1 optfeature xdg-utils DESCRIPTION="Output management utility for sway and Hyprland" HOMEPAGE="https://github.com/nwg-piotr/nwg-displays" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + dev-python/pygobject:3[${PYTHON_USEDEP}] gui-apps/wlr-randr + gui-libs/gtk-layer-shell[introspection] x11-libs/gtk+:3 " DEPEND="${RDEPEND}" @@ -28,6 +30,8 @@ python_install_all() { pkg_postinst() { xdg_desktop_database_update + + optfeature "i3 support" dev-python/i3ipc } pkg_postrm() {