summaryrefslogtreecommitdiff
path: root/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild')
-rw-r--r--kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
index 7781f6cf42e..84c82fb3fe0 100644
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
@@ -3,23 +3,25 @@
EAPI=7
-inherit kde5
+inherit ecm
-DESCRIPTION="Plasma 5 applet for monitoring active network connections"
-HOMEPAGE="https://store.kde.org/p/998914/
-https://github.com/kotelnik/plasma-applet-network-monitor"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+if [[ ${PV} = *9999* ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
+ inherit git-r3
else
SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
+DESCRIPTION="Plasma 5 applet for monitoring active network connections"
+HOMEPAGE="https://store.kde.org/p/998914/
+https://github.com/kotelnik/plasma-applet-network-monitor"
+
LICENSE="GPL-2+"
-KEYWORDS=""
+SLOT="5"
IUSE=""
DEPEND="
- $(add_frameworks_dep plasma)
+ kde-frameworks/plasma:5
"
RDEPEND="${DEPEND}"