|
@@ -3,7 +3,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)
|
|
@@ -51,7 +51,8 @@ build() {
|
|
|
./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
|