Wszystko w opisie i linkach wewnątrz PKGBUILD
# Maintainer: pavbaranov
pkgname=plasma5-applets-playbar2
pkgver=2
pkgrel=1
pkgdesc="MPRIS2 client, written in QML for Plasma 5"
arch=('any')
url="https://github.com/audoban/PlayBar2"
license=('GPL')
depends=('plasma-framework' 'plasma-workspace' 'kdeclarative' 'kglobalaccel' 'kconfigwidgets' 'kxmlgui' 'kwindowsystem' 'kdoctools')
makedepends=('extra-cmake-modules')
source=("https://github.com/audoban/PlayBar2/archive/v2/PlayBar2-${pkgver}.tar.gz")
md5sums=('73b0502fbf123594392a88cda8d16629')
build() {
cd $srcdir/PlayBar2-2
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}
package() {
cd $srcdir/PlayBar2-2/build
make DESTDIR="$pkgdir/" install
}