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

Ionut Biru ibiru at archlinux.org
Tue Mar 8 12:22:36 UTC 2011


    Date: Tuesday, March 8, 2011 @ 07:22:35
  Author: ibiru
Revision: 113307

upgpkg: gnome-shell 2.91.91-1
update to 2.91.91

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-08 12:14:32 UTC (rev 113306)
+++ PKGBUILD	2011-03-08 12:22:35 UTC (rev 113307)
@@ -3,27 +3,27 @@
 # Contributor: Flamelab <panosfilip at 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
 }
 




More information about the arch-commits mailing list