# Contributions from Arch: # Maintainer: Antonio Rojas # Contributor: Michael Straube pkgname=plasma5-applets-latte-dock _pkgname=latte-dock pkgver=0.7.5 pkgrel=1 pkgdesc='A dock based on Plasma Frameworks' arch=(x86_64) url='https://github.com/psifidotos/Latte-Dock' license=(GPL) depends=(kcrash kglobalaccel kwayland plasma-framework hicolor-icon-theme) makedepends=(extra-cmake-modules python3) conflicts=(plasma5-applets-nowdock) replaces=(plasma5-applets-nowdock) source=("https://download.kde.org/stable/$_pkgname/$_pkgname-$pkgver.tar.xz") sha256sums=('96a3cb1b2cccc744950a08596c9b10f513183129387baa6934303a49ebdcea41') prepare() { mkdir -p build } build() { cd build cmake ../$_pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make } package() { cd build make DESTDIR="$pkgdir" install }