[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Mar 13 15:28:13 UTC 2015
Date: Friday, March 13, 2015 @ 16:28:13
Author: jgc
Revision: 233445
upgpkg: gnome-shell 3.15.91-1
Modified:
gnome-shell/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-13 15:22:48 UTC (rev 233444)
+++ PKGBUILD 2015-03-13 15:28:13 UTC (rev 233445)
@@ -3,8 +3,8 @@
# Contributor: Flamelab <panosfilip at 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"
@@ -12,8 +12,8 @@
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
@@ -20,7 +20,7 @@
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() {
@@ -32,7 +32,7 @@
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
More information about the arch-commits
mailing list