mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-wireles/iwdgui: new package
Iwdgui is a new frontend for IWD, Intels Wireless Inet Deamon, written in Python using the GTK3 toolkit. Signed-off-by: Johannes Willem Fernhout <hfern@fernhout.info>
This commit is contained in:
1
net-wireless/iwdgui/Manifest
Normal file
1
net-wireless/iwdgui/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a SHA512 ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42
|
||||
33
net-wireless/iwdgui/iwdgui-0.1.0.ebuild
Normal file
33
net-wireless/iwdgui/iwdgui-0.1.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
|
||||
inherit distutils-r1 xdg
|
||||
|
||||
DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon"
|
||||
HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE=""
|
||||
REQUIRED_USE=""
|
||||
|
||||
# Upstream does not provide any test suite.
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib
|
||||
dev-libs/gobject-introspection
|
||||
dev-python/dbus-python
|
||||
x11-libs/gtk+:3
|
||||
dev-python/netifaces
|
||||
net-wireless/iwd"
|
||||
|
||||
BDEPEND="${RDEPEND}"
|
||||
DEPEND="${BDEPEND}"
|
||||
12
net-wireless/iwdgui/metadata.xml
Normal file
12
net-wireless/iwdgui/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hfern@fernhout.info</email>
|
||||
<name>Johannes Willem (Hans) Fernhout</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">iwdgui</remote-id>
|
||||
<remote-id type="gitlab">hfernh/iwdgui</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user