summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 22:25:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 22:33:02 +0100
commita4b208f45776da8f9eb5ef2975c174813a273403 (patch)
treeed8f4c7294b85e8c9c04a330b0a3626e6ae80e17 /kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
parentsys-libs/glibc: New unkeyworded 2.29 revision (diff)
downloadgentoo-a4b208f45776da8f9eb5ef2975c174813a273403.tar.gz
gentoo-a4b208f45776da8f9eb5ef2975c174813a273403.tar.bz2
gentoo-a4b208f45776da8f9eb5ef2975c174813a273403.zip
kde-misc/plasma-applet-network-monitor: EAPI-7 bump, fix HOMEPAGE
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild')
-rw-r--r--kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
new file mode 100644
index 000000000000..8c2d1ef1e5fb
--- /dev/null
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Plasma 5 applet for monitoring active network connections"
+HOMEPAGE="https://store.kde.org/p/998914/
+https://github.com/kotelnik/plasma-applet-network-monitor"
+SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep plasma)
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-crashfix-startuptime.patch"
+ "${FILESDIR}/${P}-ddwrt-icon.patch"
+)