1
0
Fork 0

Merge branch 'gnome-47' into unstable

This commit is contained in:
Mingi Sung 2024-09-15 15:58:51 +09:00
commit a8f52d3f1a
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=()
_pkgname=gnome-shell
pkgname=gnome-shell-performance-unstable
pkgver=47.0
pkgrel=1
pkgrel=2
epoch=1
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"
@ -150,7 +150,7 @@ prepare() {
build() {
local meson_options=(
-D gtk_doc=false
-D tests=disabled
-D tests=false
)
CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"