diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
commit | 02e61c89c8b9d79879335bfbd66f9e6b59982848 (patch) | |
tree | fca57eeca21f97a06309051f625a2b7517b1ec71 /extra/gnome-shell/PKGBUILD | |
parent | 846195ec63b8881bda11580883ec06ae821a2669 (diff) | |
parent | 0bf564cf7a3d99207457267c75f92ceb67197537 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/ettercap/PKGBUILD
community/fcitx-mozc/PKGBUILD
community/libgexiv2/PKGBUILD
community/xmlrpc-c/PKGBUILD
extra/pidgin/PKGBUILD
extra/xorg-xrandr/PKGBUILD
Diffstat (limited to 'extra/gnome-shell/PKGBUILD')
-rw-r--r-- | extra/gnome-shell/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 73da1e385..9453cd897 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 170877 2012-11-12 21:32:36Z heftig $ +# $Id: PKGBUILD 178025 2013-02-13 18:59:41Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.6.2 +pkgver=3.6.3 pkgrel=1 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64 mips64el) url="http://live.gnome.org/GnomeShell" license=(GPL2) -depends=(caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter - nautilus networkmanager telepathy-logger telepathy-mission-control unzip gdm) +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=('network-manager-applet: shell integration for networkmanager') +optdepends=('gnome-control-center: System settings' + 'gnome-themes-standard: Default theme') options=('!libtool' '!emptydirs') install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('86cff93ade1bf6a67ebd339c017d567c7dc849ff8b256a3803306f44c24b44f0') +sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2') build() { cd $pkgname-$pkgver |