Date: Wednesday, December 6, 2017 @ 12:49:45 Author: heftig Revision: 311672
3.26.2+31+gbf91e2b4c-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-06 08:46:42 UTC (rev 311671) +++ PKGBUILD 2017-12-06 12:49:45 UTC (rev 311672) @@ -4,7 +4,7 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.26.2 +pkgver=3.26.2+31+gbf91e2b4c pkgrel=1 pkgdesc="A window manager for GNOME" url="https://git.gnome.org/browse/mutter" @@ -12,11 +12,11 @@ license=(GPL) depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra startup-notification zenity libsm gnome-desktop upower - libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire) + libxkbcommon-x11 gnome-settings-daemon libgudev libinput) makedepends=(intltool gobject-introspection git gnome-common) groups=(gnome) options=(!emptydirs) -_commit=17e5cd8c46434c030037664242a44d8c67774e70 # tags/3.26.2^0 +_commit=bf91e2b4ca1ef8b0478d1edec46bd33065457153 # gnome-3-26 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit" startup-notification.patch) sha256sums=('SKIP' @@ -42,7 +42,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static \ --disable-schemas-compile --enable-compile-warnings=minimum \ - --enable-gtk-doc --enable-egl-device --enable-remote-desktop + --enable-gtk-doc --enable-egl-device --disable-remote-desktop #https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
