aboutsummaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorJoshua Clifton <ayohss@proton.me>2024-05-25 14:55:32 -0500
committerJoshua Clifton <ayohss@proton.me>2024-05-25 14:55:32 -0500
commitb34038766fe4587de4307329cf099ffd45175fde (patch)
tree5fea3e04857c372101b08bf26bae71b10b5cd12e /gui-wm
parentdev-python/pytest-celery: enable py3.12 (diff)
downloadguru-b34038766fe4587de4307329cf099ffd45175fde.tar.gz
guru-b34038766fe4587de4307329cf099ffd45175fde.tar.bz2
guru-b34038766fe4587de4307329cf099ffd45175fde.zip
gui-wm/swayfx: fixes rdeps & formatting issues
Closes: https://bugs.gentoo.org/932655 Signed-off-by: Joshua Clifton <ayohss@proton.me>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/swayfx/swayfx-0.4.ebuild5
1 files 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() {