--- PKGBUILD.old 2014-04-21 22:11:45.873246460 -0300 +++ PKGBUILD 2014-04-21 21:59:18.293087320 -0300 @@ -5,7 +5,7 @@ pkgname=mutter pkgver=3.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="A window manager for GNOME" arch=(i686 x86_64) license=('GPL') @@ -23,7 +23,8 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/mutter \ --localstatedir=/var --disable-static \ - --disable-schemas-compile --enable-compile-warnings=minimum + --enable-startup-notification=yes \ + --disable-schemas-compile --enable-compile-warnings=yes #https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool @@ -35,4 +36,3 @@ cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -