pkgname=plasma5-applets-weather-widget _name=plasma-applet-weather-widget pkgver=1.6.5 pkgrel=1 pkgdesc="Applet for displaying weather information from yr.no server" arch=('x86_64') url="https://github.com/kotelnik/plasma-applet-weather-widget" license=('GPL') group=('plasma5-applets') depends=('plasma-workspace' 'qt5-graphicaleffects') makedepends=('extra-cmake-modules') source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v${pkgver}.tar.gz") sha256sums=('88ad68b6ed4d1bff1d06c35072305e793da9c7a697487d27db75388cd2eea3c9') 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}" }