commit:     4afb75c3e499e6957e81aaca2cfa1f9312b453aa
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Mar 14 11:51:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:18:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afb75c3

gui-libs/wayfire-plugins-extra: update live ebuild

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../wayfire-plugins-extra-9999.ebuild                   | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild 
b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
index 245409005bf2..72311100c56b 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,10 +11,10 @@ 
HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra";
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git";
-       SLOT="0/9999"
+       SLOT="0/0.9"
 else
        
SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz";
-       KEYWORDS="~amd64 ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64"
        SLOT="0/$(ver_cut 1-2)"
 fi
 
@@ -23,12 +23,21 @@ LICENSE="MIT"
 # no tests
 RESTRICT="test"
 
+WAYFIRE_REVDEP="
+       dev-libs/glib:2
+       dev-libs/libsigc++:2
+       gui-libs/wf-config:=
+       gui-libs/wlroots:=
+       x11-libs/cairo
+"
+
 DEPEND="
+       ${WAYFIRE_REVDEP}
        dev-cpp/glibmm:2
        dev-cpp/nlohmann_json
        dev-libs/libevdev
        dev-libs/wayland
-       gui-wm/wayfire:${SLOT}
+       >=gui-wm/wayfire-0.9.0
 "
 RDEPEND="${DEPEND}"
 BDEPEND="

Reply via email to