|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
pkgname=gnome-shell
|
|
pkgname=gnome-shell
|
|
pkgver=3.0.0.1
|
|
pkgver=3.0.0.1
|
|
-pkgrel=1
|
|
|
|
|
|
+pkgrel=2
|
|
pkgdesc="The next generation GNOME Shell"
|
|
pkgdesc="The next generation GNOME Shell"
|
|
arch=('i686' 'x86_64')
|
|
arch=('i686' 'x86_64')
|
|
url="http://live.gnome.org/GnomeShell"
|
|
url="http://live.gnome.org/GnomeShell"
|
|
@@ -14,11 +14,17 @@ makedepends=('intltool' 'gnome-doc-utils')
|
|
options=('!libtool' '!emptydirs')
|
|
options=('!libtool' '!emptydirs')
|
|
install=gnome-shell.install
|
|
install=gnome-shell.install
|
|
groups=(gnome)
|
|
groups=(gnome)
|
|
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.bz2)
|
|
|
|
-sha256sums=('468eaee2a4b43e425e53c12f6ea98f834ad7b3c8b7d8cf493c65b4a67f82be33')
|
|
|
|
|
|
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.bz2
|
|
|
|
+ 646333.patch)
|
|
|
|
+sha256sums=('468eaee2a4b43e425e53c12f6ea98f834ad7b3c8b7d8cf493c65b4a67f82be33'
|
|
|
|
+ '42fd08d1ca81c8bcc2848f301463b2c7b28299e8b3a508d2a3f24cb5a9bba3ed')
|
|
|
|
|
|
build() {
|
|
build() {
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
+
|
|
|
|
+ # https://bugzilla.gnome.org/show_bug.cgi?id=646333
|
|
|
|
+ patch -Np1 -i "$srcdir/646333.patch"
|
|
|
|
+
|
|
./configure --prefix=/usr --sysconfdir=/etc \
|
|
./configure --prefix=/usr --sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--localstatedir=/var --disable-static \
|
|
--localstatedir=/var --disable-static \
|