# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com > pkgname=calindori pkgver=22.09 pkgrel=1 pkgdesc="Calendar for Plasma Mobile" arch=(x86_64 i686 arm armv6h armv7h aarch64) url="https://invent.kde.org/plasma-mobile/calindori" license=('GPL3') depends=('ki18n' 'kcoreaddons' 'kconfig' 'kcalendarcore' 'kirigami2' 'kdbusaddons' 'knotifications' 'kservice' 'kpeople') makedepends=('extra-cmake-modules' 'qt5-tools' 'qt5-svg') source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz") sha256sums=('96505d78e4b040fa397e3e99fd6648f3e163d8f050fe19c184d59c6b3f6e8fdf') build() { cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}" cmake --build build --config Release } package() { DESTDIR="${pkgdir}" cmake --install build --config Release }