Date: Friday, October 20, 2017 @ 08:53:30 Author: heftig Revision: 308274
3.26.1+19+g193216c2a-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-20 03:58:50 UTC (rev 308273) +++ PKGBUILD 2017-10-20 08:53:30 UTC (rev 308274) @@ -4,7 +4,7 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.26.1+15+gb48c34979 +pkgver=3.26.1+19+g193216c2a 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=b48c3497940883816416735f992aaae61396fbda # gnome-3-26 +_commit=193216c2a7b9196fe3ce69192d94bf2995814113 # gnome-3-26 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit" startup-notification.patch) sha256sums=('SKIP' @@ -39,10 +39,6 @@ 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 \
