1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
3 # Contributor: Martin Kostolný <clearmartin at zoho dot com>
5 pkgname=plasma5-applets-active-window-control
8 pkgdesc="Plasma applet for controlling the currently active window"
10 url="https://github.com/kotelnik/plasma-applet-active-window-control"
12 depends=(plasma-workspace qt5-graphicaleffects)
13 makedepends=(extra-cmake-modules)
14 source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz")
15 sha256sums=('f4662560bffd57155081fb8bb0d82c118204f578c7c681b442e365b6c7d169a9')
23 cmake ../plasma-applet-active-window-control-$pkgver \
24 -DCMAKE_INSTALL_PREFIX=/usr \
25 -DCMAKE_BUILD_TYPE=Release \
26 -DCMAKE_INSTALL_LIBDIR=lib \
32 make DESTDIR="$pkgdir" install