1
0
Fork 0

1:47.0-2: ERROR: Option tests value disabled is not boolean.

Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
Mingi Sung 2024-09-15 15:58:28 +09:00
parent 8666c44654
commit 1b43f1cd46
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 47.0 pkgver = 47.0
pkgrel = 1 pkgrel = 2
epoch = 1 epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64 arch = x86_64

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=()
_pkgname=gnome-shell _pkgname=gnome-shell
pkgname=gnome-shell-performance pkgname=gnome-shell-performance
pkgver=47.0 pkgver=47.0
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync" pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell" url="https://wiki.gnome.org/Projects/GnomeShell"
@ -150,7 +150,7 @@ prepare() {
build() { build() {
local meson_options=( local meson_options=(
-D gtk_doc=false -D gtk_doc=false
-D tests=disabled -D tests=false
) )
CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition" CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"