commit: baf110d0c3802ba2f7a063120e0dccb255af54f1 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Oct 25 13:05:19 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 12:34:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf110d0
net-wireless/iwgtk: update deprecated atk dep Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-wireless/iwgtk/iwgtk-0.8-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild b/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild new file mode 100644 index 000000000000..93351d2e4ca6 --- /dev/null +++ b/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit meson xdg + +DESCRIPTION="Lightweight, graphical wifi management utility for Linux" +HOMEPAGE="https://github.com/J-Lentz/iwgtk" +SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +BDEPEND="app-text/scdoc" + +DEPEND=" + app-accessibility/at-spi2-core:2 + dev-libs/glib:2 + gui-libs/gtk:4 + media-gfx/qrencode:= + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/pango:0 +" + +RDEPEND=" + ${DEPEND} + >=net-wireless/iwd-1.28 +"