Date: Thursday, March 8, 2018 @ 20:23:16 Author: heftig Revision: 318282
3.27.92+2+g675d429ba-1 Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-08 20:16:31 UTC (rev 318281) +++ PKGBUILD 2018-03-08 20:23:16 UTC (rev 318282) @@ -4,19 +4,18 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.26.2+43+g77dd1bf63 +pkgver=3.27.92+2+g675d429ba pkgrel=1 pkgdesc="A window manager for GNOME" url="https://git.gnome.org/browse/mutter" arch=(x86_64) 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) -makedepends=(intltool gobject-introspection git gnome-common) +depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra + startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 + gnome-settings-daemon libgudev libinput pipewire) +makedepends=(intltool gobject-introspection git) groups=(gnome) -options=(!emptydirs) -_commit=77dd1bf63532946ba88bc959e9cc8a7991665035 # gnome-3-26 +_commit=675d429ba008d8231fc6d6893ad4556a23dcde8a # master source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit" startup-notification.patch) sha256sums=('SKIP' @@ -40,11 +39,11 @@ cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static \ + --libexecdir=/usr/lib --disable-static \ --disable-schemas-compile --enable-compile-warnings=minimum \ - --enable-gtk-doc --enable-egl-device --disable-remote-desktop + --enable-gtk-doc --enable-egl-device --enable-remote-desktop - #https://bugzilla.gnome.org/show_bug.cgi?id=655517 + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \ -i {.,cogl,clutter}/libtool
