dev-util/rust-analyzer: bump version to 20220704
[gentoo-zh.git] / kde-misc / plasma-applet-netspeed-widget / plasma-applet-netspeed-widget-1.9.ebuild
blobbf143ed61c17cf1b9347309ea2fd4dba6d954f51
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit ecm
8 if [[ ${PV} = *9999* ]] ; then
9         EGIT_REPO_URI="https://github.com/dfaust/${PN}.git"
10         inherit git-r3
11 else
12         SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13         KEYWORDS="~amd64"
16 DESCRIPTION="Plasma 5 widget that displays the currently used network bandwidth."
17 HOMEPAGE="https://www.kde-look.org/p/998895/
18 https://github.com/dfaust/plasma-applet-netspeed-widget"
20 LICENSE="GPL-2+"
21 SLOT="5"
22 IUSE=""
24 DEPEND="
25         kde-plasma/ksysguard:5
26         >=kde-frameworks/plasma-5.60.0:5
28 RDEPEND="${DEPEND}"
30 DOCS=( README.md )