add public key
This commit is contained in:
parent
2d2582b0a5
commit
62a52dca7e
2 changed files with 38 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue