[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Jul 21 19:27:43 UTC 2012


    Date: Saturday, July 21, 2012 @ 15:27:42
  Author: ibiru
Revision: 163900

update to 3.4.2

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-21 19:20:27 UTC (rev 163899)
+++ PKGBUILD	2012-07-21 19:27:42 UTC (rev 163900)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab <panosfilip at gmail.com
 
 pkgname=gnome-shell
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeShell"
@@ -17,12 +17,12 @@
 groups=(gnome)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         recorder.patch)
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
+sha256sums=('3807f7882968d032f8f5c64b0e0af51c0d016f2e1c4fd1576203c9350e412720'
             'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
 
 build() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/recorder.patch"
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../recorder.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \
@@ -31,6 +31,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list