diff options
Diffstat (limited to 'extra/gnome-shell/PKGBUILD')
-rw-r--r-- | extra/gnome-shell/PKGBUILD | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 8ecc52e2e..0e64fdb22 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,34 +1,31 @@ -# $Id: PKGBUILD 179858 2013-03-10 16:33:19Z heftig $ +# $Id: PKGBUILD 183399 2013-04-21 22:10:25Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.6.3.1 -pkgrel=3 +pkgver=3.8.1 +pkgrel=1 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64) url="http://live.gnome.org/GnomeShell" license=(GPL2) -depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus libcroco mutter - telepathy-logger telepathy-mission-control unzip gdm gnome-screensaver) -makedepends=(intltool gnome-doc-utils docbook-xsl) -optdepends=('gnome-control-center: System settings' - 'gnome-themes-standard: Default theme') +depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth gnome-menus + 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) +makedepends=(intltool gtk-doc gnome-control-center) +optdepends=('gnome-control-center: System settings') options=('!libtool' '!emptydirs') install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz - main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch nm-libexecdir.patch) -sha256sums=('4e0328d43ac443e7cc0c43bb67895112643952f14cd20fff1109c6cc5849d603' - '968245e7db1c6921627cf0fbce4e4504cffbdb24898f834769a23a254ed6e125' + nm-libexecdir.patch) +sha256sums=('db0160d7c3fec3858805f218f961534d1a3f1486e005492433d4a28c40f83ac7' 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607') build() { cd $pkgname-$pkgver - # FS#32410 - patch -Np1 -i ../main-Dont-mess-up-the-modal-stack-when-the-focus-a.patch - # FS#30747 FS#32730 Problems due to libexecdir different from NM patch -Np1 -i ../nm-libexecdir.patch |