[PATCH] CMakeLists.txt - Don't include quiet packages in the feature
Fixes: ``` Missing these optional packages: * Qt6QmlCompilerPlusPrivateTools (required version >= 6.8.2) ```
This commit is contained in:
parent
6c490a2db3
commit
2f2b706adb
6 changed files with 404 additions and 3 deletions
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=bluejay
|
||||
pkgver=1.0.3
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Bluetooth manager written in Qt"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/EbonJaeger/bluejay"
|
||||
|
|
@ -34,8 +34,14 @@ makedepends=(
|
|||
)
|
||||
source=(
|
||||
"$pkgname-$pkgver::git+$url.git#tag=v$pkgver"
|
||||
"CMakeLists.txt.patch"
|
||||
)
|
||||
b2sums=('8315db4f7c807a956d7b0c7849cc2ff874332c4506b07d234749a9000ad094e09ad6073037d6acfa440310c1344dd5c362ab5074a84640c39a51d24178e800a2')
|
||||
b2sums=('8315db4f7c807a956d7b0c7849cc2ff874332c4506b07d234749a9000ad094e09ad6073037d6acfa440310c1344dd5c362ab5074a84640c39a51d24178e800a2'
|
||||
'3791966f4b448c6ca4ea1b2c25179d9350fe8812efed160222f2a84a0617f62e167f0253958f6300f073dd59cbb8a996df6d45ff47e42c854b4344a0ee3c0130')
|
||||
|
||||
prepare() {
|
||||
patch -d $pkgname-$pkgver -Np1 -i ../CMakeLists.txt.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
local cmake_options=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue