diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
commit | 188c20297098b706ee2687fe404b0c63eb2600d9 (patch) | |
tree | 069c4fab3fe7423afdcc360ffeba09900c66a00c /extra/gnome-shell/PKGBUILD | |
parent | f104a5865e580d1a5c50f83b6bfac2885f065c92 (diff) | |
parent | 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrypt/PKGBUILD
community/mathomatic/PKGBUILD
community/tuxpaint/PKGBUILD
extra/aisleriot/PKGBUILD
extra/dhcp/PKGBUILD
extra/gnome-applets/PKGBUILD
extra/gnome-shell/PKGBUILD
extra/xdg-user-dirs-gtk/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 c0ae57272..3ee2be9d0 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 170067 2012-10-31 13:36:50Z ibiru $ +# $Id: PKGBUILD 170143 2012-11-03 17:26:58Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell pkgver=3.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="The next generation GNOME Shell" -arch=('i686' 'x86_64' 'mips64el') +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') -makedepends=('intltool' 'gnome-doc-utils') +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) +makedepends=(intltool gnome-doc-utils) optdepends=('network-manager-applet: shell integration for networkmanager') options=('!libtool' '!emptydirs') install=gnome-shell.install |