From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE050158020 for ; Thu, 27 Oct 2022 12:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 066ABE095A; Thu, 27 Oct 2022 12:34:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4293E095A for ; Thu, 27 Oct 2022 12:34:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F422734111E for ; Thu, 27 Oct 2022 12:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9398C628 for ; Thu, 27 Oct 2022 12:34:56 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1666874077.baf110d0c3802ba2f7a063120e0dccb255af54f1.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwgtk/iwgtk-0.8-r1.ebuild X-VCS-Directories: net-wireless/iwgtk/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: baf110d0c3802ba2f7a063120e0dccb255af54f1 X-VCS-Branch: master Date: Thu, 27 Oct 2022 12:34:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb98a526-9f48-48d8-956c-b3a80e380a2b X-Archives-Hash: cb58762b580af8a839fe23476281fea9 commit: baf110d0c3802ba2f7a063120e0dccb255af54f1 Author: Ben Kohler gentoo org> AuthorDate: Tue Oct 25 13:05:19 2022 +0000 Commit: Ben Kohler gentoo 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 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 +"