Browse Source

update to 2.91.91

Ionuț Mircea Bîru 14 years ago
parent
commit
424959483b
1 changed files with 9 additions and 9 deletions
  1. 9 9
      PKGBUILD

+ 9 - 9
PKGBUILD

@@ -2,27 +2,27 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=2.91.90
-pkgrel=2
+pkgver=2.91.91
+pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeShell"
 license=('GPL2')
-depends=('mutter' 'gconf' 'gjs' 'gnome-menus' 'gnome-desktop' 'libcroco'
-         'libcanberra' 'libpulse' 'telepathy-glib' 'polkit-gnome'
-         'gobject-introspection' 'evolution-data-server' 'dbus-python')
-makedepends=('intltool' 'gnome-doc-utils' 'bluez')
+depends=('mutter' 'gconf' 'dconf' 'gjs' 'gnome-menus' 'gnome-desktop' 'libcroco' 'libcanberra' 'libpulse' 'telepathy-glib' 'polkit-gnome'
+         'gobject-introspection' 'evolution-data-server' 'gnome-bluetooth')
+makedepends=('intltool' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0cb01d1b9cdd060883a88fab9377b8c4498ac24a967c5135e6ab6c05f598e332')
+sha256sums=('a639a8ce7fadbc1bef2002ea122798773a5fae213bc734f8254e347e56ec5213')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static \
-        --disable-schemas-compile
+      --libexecdir=/usr/lib/gnome-shell \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
   make
 }