[new_pkg] pulseaudio-qt

This commit is contained in:
Developer 2024-06-21 20:31:24 -04:00
parent d55f9d9f9d
commit 298a1e2a96

View File

@ -0,0 +1,33 @@
# Packager = Developer <dev@tuxcore.org>
pkgname=pulseaudio-qt
pkgver=1.5.0
pkgrel=1
pkgdesc='Qt bindings for libpulse'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.1-only
LGPL-3.0-only)
depends=(gcc-libs
glibc
libpulse
qt6-base)
makedepends=(doxygen
extra-cmake-modules
qt6-doc
qt6-tools)
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('cd8f51c8700073d0fd90d5784083aceb73e72ba9a704e605e0a67909426a8520'
'SKIP')
90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1) # Nicolas Fella <nicolas.fella@kdab.com>
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_QCH=ON \
-DBUILD_TESTING=OFF \
-DQT_MAJOR_VERSION=6
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}