pkgname=plasma5-applets-keystate _name=keystate-plasmoid pkgver=0.4 pkgrel=1 pkgdesc="Displays the state of some keys (Caps Lock, Num Lock, Meta and a few more)" arch=('x86_64') url="https://github.com/xdarklight/keystate-plasmoid" license=('GPL') group=('plasma5-applets') depends=('plasma-workspace' 'qt5-graphicaleffects') makedepends=('extra-cmake-modules') source=("https://github.com/xdarklight/keystate-plasmoid/archive/v${pkgver}.tar.gz") sha256sums=('495883f28768c29b3d286276061826a94cfceae8592206479e41a6411db4aa20') prepare() { cd "${_name}-${pkgver}" mkdir -p build } build() { cd "${_name}-${pkgver}/build" cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON } package() { cd "${_name}-${pkgver}"/build make install DESTDIR="${pkgdir}" }