summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-shell/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-07 04:58:41 +0000
committerroot <root@rshg047.dnsready.net>2011-04-07 04:58:41 +0000
commitdb464f25fec54ddfa7825a17b20fda025c296f8c (patch)
tree4bb5b8ac4dfd67096125b92d047323e6acbb86cd /gnome-unstable/gnome-shell/PKGBUILD
parentbd65dc7107bfdd881c3b5451d0300824cf435428 (diff)
Thu Apr 7 04:58:41 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-shell/PKGBUILD')
-rw-r--r--gnome-unstable/gnome-shell/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/gnome-unstable/gnome-shell/PKGBUILD b/gnome-unstable/gnome-shell/PKGBUILD
index 1c26ea8df..520eac9ac 100644
--- a/gnome-unstable/gnome-shell/PKGBUILD
+++ b/gnome-unstable/gnome-shell/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 118211 2011-04-05 22:11:23Z heftig $
+# $Id: PKGBUILD 118445 2011-04-06 23:20:25Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Flamelab <panosfilip@gmail.com
pkgname=gnome-shell
-pkgver=3.0.0.1
-pkgrel=2
+pkgver=3.0.0.2
+pkgrel=1
pkgdesc="The next generation GNOME Shell"
arch=('i686' 'x86_64')
url="http://live.gnome.org/GnomeShell"
@@ -16,15 +16,14 @@ options=('!libtool' '!emptydirs')
install=gnome-shell.install
groups=(gnome)
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.bz2
- 646333.patch)
-sha256sums=('468eaee2a4b43e425e53c12f6ea98f834ad7b3c8b7d8cf493c65b4a67f82be33'
- '42fd08d1ca81c8bcc2848f301463b2c7b28299e8b3a508d2a3f24cb5a9bba3ed')
+ arch.patch)
+sha256sums=('5563b6374e84795526928ab398316611f94385ce0b278ef71769ff12498e4532'
+ 'a35d5e5f9f781728070aecae3bfe329f49dadcd50ca2984e0fbdd2219825a0db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # https://bugzilla.gnome.org/show_bug.cgi?id=646333
- patch -Np1 -i "$srcdir/646333.patch"
+ patch -Np1 -i "${srcdir}/arch.patch"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/gnome-shell \