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 DE6431581D3 for ; Sat, 25 May 2024 20:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23DC4E29FC; Sat, 25 May 2024 20:22:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 060B8E29FC for ; Sat, 25 May 2024 20:22:43 +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 10B9934301D for ; Sat, 25 May 2024 20:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 647A01ACD for ; Sat, 25 May 2024 20:22:41 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716666932.b34038766fe4587de4307329cf099ffd45175fde.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/swayfx/swayfx-0.4.ebuild X-VCS-Directories: gui-wm/swayfx/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b34038766fe4587de4307329cf099ffd45175fde X-VCS-Branch: master Date: Sat, 25 May 2024 20:22:41 +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: 7f345a24-dd61-4015-afef-c85dac01c74a X-Archives-Hash: ea9f8ad0a499cb11b15ac9213adb8c37 commit: b34038766fe4587de4307329cf099ffd45175fde Author: Joshua Clifton proton me> AuthorDate: Sat May 25 19:55:32 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat May 25 19:55:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3403876 gui-wm/swayfx: fixes rdeps & formatting issues Closes: https://bugs.gentoo.org/932655 Signed-off-by: Joshua Clifton proton.me> gui-wm/swayfx/swayfx-0.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui-wm/swayfx/swayfx-0.4.ebuild b/gui-wm/swayfx/swayfx-0.4.ebuild index b5d1f2593..04ab7456d 100644 --- a/gui-wm/swayfx/swayfx-0.4.ebuild +++ b/gui-wm/swayfx/swayfx-0.4.ebuild @@ -7,7 +7,6 @@ inherit fcaps meson optfeature DESCRIPTION="SwayFX: Sway, but with eye candy!" HOMEPAGE="https://github.com/WillPower3309/swayfx" - SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PV}" @@ -47,6 +46,8 @@ DEPEND+=" " RDEPEND=" + dev-libs/glib + dev-libs/libevdev x11-misc/xkeyboard-config ${DEPEND} " @@ -58,7 +59,7 @@ BDEPEND=" BDEPEND+="man? ( >=app-text/scdoc-1.9.2 )" FILECAPS=( - cap_sys_nice usr/bin/sway # reflect "gui-wm/sway-1.9" + cap_sys_nice usr/bin/sway # reflect ">=gui-wm/sway-1.9" ) src_configure() {