Date: Sunday, February 10, 2013 @ 12:48:16 Author: heftig Revision: 177860
Fix deps FS#33761 Modified: gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-10 11:37:01 UTC (rev 177859) +++ PKGBUILD 2013-02-10 11:48:16 UTC (rev 177860) @@ -9,10 +9,11 @@ arch=(i686 x86_64) 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)
