commit: d402784ddaba2b7ae8f1331e050bdc9e52570d39
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 17:12:05 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 26 17:12:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d402784d
gui-apps/swaybg: sync live ebuild
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/swaybg/swaybg-9999.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gui-apps/swaybg/swaybg-9999.ebuild
b/gui-apps/swaybg/swaybg-9999.ebuild
index e0ab462e5fa1..9456a6851de5 100644
--- a/gui-apps/swaybg/swaybg-9999.ebuild
+++ b/gui-apps/swaybg/swaybg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,14 +22,11 @@ IUSE="gdk-pixbuf +man"
DEPEND="
dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
+ >=dev-libs/wayland-protocols-1.26
x11-libs/cairo
gdk-pixbuf? ( x11-libs/gdk-pixbuf )
"
-RDEPEND="
- ${DEPEND}
- !<gui-wm/sway-1.1_alpha1
-"
+RDEPEND="${DEPEND}"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
@@ -38,8 +35,8 @@ BDEPEND="
src_configure() {
local emesonargs=(
- -Dman-pages=$(usex man enabled disabled)
- -Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled)
+ $(meson_feature man man-pages)
+ $(meson_feature gdk-pixbuf)
)
meson_src_configure