diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-26 20:12:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-26 20:12:33 +0300 |
commit | d402784ddaba2b7ae8f1331e050bdc9e52570d39 (patch) | |
tree | 21982bbfeac7b7dc9e189d06e69bd40350132c5e /gui-apps/swaybg | |
parent | gui-apps/swaybg: add 1.2.1 (diff) | |
download | gentoo-d402784ddaba2b7ae8f1331e050bdc9e52570d39.tar.gz gentoo-d402784ddaba2b7ae8f1331e050bdc9e52570d39.tar.bz2 gentoo-d402784ddaba2b7ae8f1331e050bdc9e52570d39.zip |
gui-apps/swaybg: sync live ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps/swaybg')
-rw-r--r-- | gui-apps/swaybg/swaybg-9999.ebuild | 13 |
1 files 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 |