diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-10-25 08:05:19 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-10-27 07:34:37 -0500 |
commit | baf110d0c3802ba2f7a063120e0dccb255af54f1 (patch) | |
tree | e527ee6d9ecc056f6c773acdf1ec58ebf7a5269e /net-wireless | |
parent | media-libs/libbluray: bump to 1.3.3 (diff) | |
download | gentoo-baf110d0c3802ba2f7a063120e0dccb255af54f1.tar.gz gentoo-baf110d0c3802ba2f7a063120e0dccb255af54f1.tar.bz2 gentoo-baf110d0c3802ba2f7a063120e0dccb255af54f1.zip |
net-wireless/iwgtk: update deprecated atk dep
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwgtk/iwgtk-0.8-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
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 +" |