[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Wed Apr 3 14:12:50 UTC 2013


    Date: Wednesday, April 3, 2013 @ 16:12:50
  Author: jgc
Revision: 181366

upgpkg: gnome-shell-extensions 3.8.0-2

Fix libexecdir for classic mode (FS#34533)

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-03 14:08:05 UTC (rev 181365)
+++ PKGBUILD	2013-04-03 14:12:50 UTC (rev 181366)
@@ -3,20 +3,21 @@
 
 pkgname=gnome-shell-extensions
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensions for GNOME shell, including classic mode"
 arch=(any)
 url="http://live.gnome.org/GnomeShell/Extensions"
 license=(GPL2)
 depends=(gnome-shell)
 makedepends=(intltool)
+optdepends=('nautilus: required for classic session')
 install=gnome-shell-extensions.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('e6a283394e948b26bf8d1803a864eacf4f03a2dbffc898c6a5ae48037c9680b8')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-extensions=all
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session --enable-extensions=all
   make
 }
 




More information about the arch-commits mailing list