Date: Saturday, October 14, 2017 @ 15:38:15 Author: heftig Revision: 307927
3.26.1+12+gd6e3193c2-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-14 15:30:26 UTC (rev 307926) +++ PKGBUILD 2017-10-14 15:38:15 UTC (rev 307927) @@ -4,7 +4,7 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.26.1+7+g41f7a5fdf +pkgver=3.26.1+12+gd6e3193c2 pkgrel=1 pkgdesc="A window manager for GNOME" url="https://git.gnome.org/browse/mutter" @@ -16,7 +16,7 @@ makedepends=(intltool gobject-introspection git gnome-common) groups=(gnome) options=(!emptydirs) -_commit=41f7a5fdf3bd95bd13e43e2151d29157d1dc5168 # gnome-3-26 +_commit=d6e3193c2a22024e213025523d2abba36f4b7bb3 # gnome-3-26 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit" startup-notification.patch) sha256sums=('SKIP' @@ -39,6 +39,10 @@ build() { cd $pkgname + # Try to get a bit more performance out of this fps-critical component + CFLAGS+=" -O3 -flto=jobserver" + LDFLAGS+=" $CFLAGS" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static \ --disable-schemas-compile --enable-compile-warnings=minimum \
