|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
pkgname=gnome-shell
|
|
pkgname=gnome-shell
|
|
pkgver=3.4.1
|
|
pkgver=3.4.1
|
|
-pkgrel=2
|
|
|
|
|
|
+pkgrel=3
|
|
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,14 @@ optdepends=('network-manager-applet: shell integration for networkmanager')
|
|
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.xz)
|
|
|
|
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9')
|
|
|
|
|
|
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
|
|
|
|
+ recorder.patch)
|
|
|
|
+sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
|
|
|
|
+ 'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
|
|
|
|
|
|
build() {
|
|
build() {
|
|
cd "$pkgname-$pkgver"
|
|
cd "$pkgname-$pkgver"
|
|
|
|
+ patch -Np1 -i "$srcdir/recorder.patch"
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--libexecdir=/usr/lib/gnome-shell \
|
|
--localstatedir=/var --disable-static \
|
|
--localstatedir=/var --disable-static \
|