瀏覽代碼

3.22.3-2: move browser plugin

Jan Alexander Steffens 8 年之前
父節點
當前提交
ae358982cb
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      PKGBUILD

+ 3 - 2
PKGBUILD

@@ -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