File PKGBUILD of Package qpwgraph
pkgname=qpwgraph
pkgver=0.9.4.2git.1a2db0
pkgrel=53.1
pkgdesc="A PipeWire Graph Qt GUI Interface"
arch=('x86_64')
url="https://gitlab.freedesktop.org/rncbc/qpwgraph"
license=('GPL2')
groups=('pro-audio')
makedepends=('cmake' 'gzip' 'dbus-broker-units')
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'mesa'
'alsa-lib' 'pipewire'
'qt6-base' 'qt6-tools' 'qt6-translations' 'qt6-svg')
source=("${pkgname}-${pkgver}.tar.gz")
sha512sums=('SKIP')
build() {
cd "${pkgname}-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCONFIG_ALSA_MIDI=ON -Wno-dev -B build
cmake --build build --parallel 7
}
package() {
cd "${pkgname}-${pkgver}"
DESTDIR="${pkgdir}" cmake --install build
install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-vDm 644 {README.md,LICENSE.md,ChangeLog}
}