|
@@ -2,8 +2,8 @@
|
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
-pkgver=3.14.3
|
|
|
-pkgrel=2
|
|
|
+pkgver=3.15.91
|
|
|
+pkgrel=1
|
|
|
pkgdesc="The next generation GNOME Shell"
|
|
|
arch=(i686 x86_64)
|
|
|
url="http://live.gnome.org/GnomeShell"
|
|
@@ -11,15 +11,15 @@ license=(GPL2)
|
|
|
depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
|
|
|
gnome-session gnome-settings-daemon gnome-themes-standard gsettings-desktop-schemas
|
|
|
libcanberra-pulse libcroco libgdm libsecret mutter network-manager-applet
|
|
|
- telepathy-logger telepathy-mission-control unzip gstreamer libgsystem)
|
|
|
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
|
|
|
+ telepathy-logger telepathy-mission-control unzip gstreamer)
|
|
|
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server python gobject-introspection)
|
|
|
optdepends=('gnome-control-center: System settings'
|
|
|
'evolution-data-server: Evolution calendar integration')
|
|
|
install=gnome-shell.install
|
|
|
groups=(gnome)
|
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
|
|
nm-libexecdir.patch)
|
|
|
-sha256sums=('fb44484efb94af4d90189127136a82b2cc1afed93e24834165ae550b58b539d6'
|
|
|
+sha256sums=('2689f7e22887f07d6c4dc90592ac371a58abe3fc68cc10757bb78052ddc218c3'
|
|
|
'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
|
|
|
|
|
|
prepare() {
|
|
@@ -31,7 +31,7 @@ prepare() {
|
|
|
|
|
|
build() {
|
|
|
cd $pkgname-$pkgver
|
|
|
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
|
|
|
+ ./configure --prefix=/usr --sysconfdir=/etc \
|
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
|
--localstatedir=/var --disable-static \
|
|
|
--disable-schemas-compile
|