add public key

This commit is contained in:
Christian Schendel 2025-10-13 09:17:58 +02:00
parent 2d2582b0a5
commit 62a52dca7e
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 38 additions and 1 deletions

View file

@ -6,7 +6,7 @@
pkgname=cantata-qt6
pkgdesc="Qt6 graphical client for Music Player Daemon (MPD), nullobsi fork"
pkgver=3.3.1
pkgrel=4
pkgrel=6
url="https://github.com/nullobsi/cantata"
arch=(x86_64 i686 aarch64 armv7h)
license=(
@ -25,6 +25,7 @@ depends=(
gcc-libs
glibc
hicolor-icon-theme
kitemviews
libcddb
libcdio-paranoia
libebur128
@ -55,6 +56,7 @@ build() {
cmake \
-B build \
-S "${pkgname%-qt6}-$pkgver" -Wno-dev \
-DBUNDLED_FONTAWESOME=ON \
-DQT_DIR=/usr/lib/cmake/Qt6 \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \