Date: Saturday, March 18, 2017 @ 01:55:24 Author: heftig Revision: 291018
3.22.3-2: move browser plugin Modified: gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-18 00:09:48 UTC (rev 291017) +++ PKGBUILD 2017-03-18 01:55:24 UTC (rev 291018) @@ -4,7 +4,7 @@ pkgname=gnome-shell pkgver=3.22.3 -pkgrel=1 +pkgrel=2 pkgdesc="The next generation GNOME Shell" url="https://wiki.gnome.org/Projects/GnomeShell" arch=(i686 x86_64) @@ -52,7 +52,8 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/gnome-shell \ --localstatedir=/var --disable-static \ - --disable-schemas-compile --enable-gtk-doc + --disable-schemas-compile --enable-gtk-doc \ + BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
