Date: Friday, April 28, 2023 @ 23:45:38 Author: heftig Revision: 475334
43.5-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-28 23:27:46 UTC (rev 475333) +++ PKGBUILD 2023-04-28 23:45:38 UTC (rev 475334) @@ -4,7 +4,7 @@ pkgbase=mutter pkgname=(mutter mutter-docs) -pkgver=43.4 +pkgver=43.5 pkgrel=1 pkgdesc="Window manager and compositor for GNOME" url="https://gitlab.gnome.org/GNOME/mutter" @@ -45,10 +45,8 @@ xorg-server-xvfb zenity ) -_commit=0e7506ff6d8e4940fc6654f2711e5decb23440dc # tags/43.4^0 -source=( - "git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit" -) +_commit=eedb556bb42a3de1423ec77ca11b7f014462c9e7 # tags/43.5^0 +source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit") b2sums=('SKIP') pkgver() { @@ -65,14 +63,17 @@ } build() { + local meson_options=( + -D docs=true + -D egl_device=true + -D installed_tests=false + -D wayland_eglstream=true + ) + CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition" LDFLAGS+=" -Wl,-Bsymbolic-functions" - arch-meson mutter build \ - -D egl_device=true \ - -D wayland_eglstream=true \ - -D docs=true \ - -D installed_tests=false + arch-meson mutter build "${meson_options[@]}" meson compile -C build }
