Эх сурвалжийг харах

3.22.3-2: move browser plugin

Jan Alexander Steffens 8 жил өмнө
parent
commit
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