# Maintainer: Antonio Rojas # Contributor: Martin Kostolný pkgname=plasma5-applets-network-monitor pkgver=1.7.3 pkgrel=1 pkgdesc="Plasma 5 applet that monitors network speed of currently active connections" arch=(any) url="http://kde-apps.org/content/show.php/Network+Monitor?content=169377" license=(GPL) depends=(plasma-workspace qt5-graphicaleffects) makedepends=(extra-cmake-modules) source=("https://github.com/kotelnik/plasma-applet-network-monitor/archive/v$pkgver.tar.gz") md5sums=('10512358e603b96339c244a1d4ac8588') prepare() { mkdir -p build } build() { cd build cmake ../plasma-applet-network-monitor-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON } package() { cd build make DESTDIR="$pkgdir" install }