kde-misc/plasma-applet-netspeed-widget: add 2.0

Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
liuyujielol 2023-10-05 14:47:24 +08:00 committed by 梁永祥
parent 81c4cd95d6
commit 9300dae4aa
2 changed files with 31 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST plasma-applet-netspeed-widget-1.9.tar.gz 28212 BLAKE2B a33610c681651174c00db808b0be100381989c4521bfcee002d00f2674b5f8bc3a253118678ce85e795dce02576073553c98c537dc50cd106e7b348c0196dce9 SHA512 1685439832e2839ed31b012c9c0e232f43bb26927a5aabe1877002645a6761e61b7a960a52e6ed4c4c9789343a803e03b7a58601619daf63348ef6c42fdcc042 DIST plasma-applet-netspeed-widget-1.9.tar.gz 28212 BLAKE2B a33610c681651174c00db808b0be100381989c4521bfcee002d00f2674b5f8bc3a253118678ce85e795dce02576073553c98c537dc50cd106e7b348c0196dce9 SHA512 1685439832e2839ed31b012c9c0e232f43bb26927a5aabe1877002645a6761e61b7a960a52e6ed4c4c9789343a803e03b7a58601619daf63348ef6c42fdcc042
DIST plasma-applet-netspeed-widget-2.0.tar.gz 28775 BLAKE2B 7b89060c2eeba04e35c5ed6c99add01cb91616f801cc6c2ac1ed2efea459c552ddd50a0c54efee7da8fe132c22b5860b17965748118aeebf00a4797dbd990a34 SHA512 813a985c6463cf9eda6d0f15734b3a28989d1706b197717540ef409b1ba0419f51faefc7fa43ba9e18862847241ae4f9a5c4b9d291aa46a17fd064c8f18ebc46

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit ecm
if [[ ${PV} = *9999* ]] ; then
EGIT_REPO_URI="https://github.com/dfaust/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Plasma 5 widget that displays the currently used network bandwidth."
HOMEPAGE="https://www.kde-look.org/p/998895/
https://github.com/dfaust/plasma-applet-netspeed-widget"
LICENSE="GPL-2+"
SLOT="5"
IUSE=""
DEPEND="
kde-plasma/ksysguard:5
>=kde-frameworks/plasma-5.60.0:5
"
RDEPEND="${DEPEND}"
DOCS=( README.md )