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

Ionut Biru ibiru at archlinux.org
Tue Jun 22 07:14:25 UTC 2010


    Date: Tuesday, June 22, 2010 @ 03:14:24
  Author: ibiru
Revision: 83559

upgpkg: gnome-desktop 2.30.2-1
update to 2.30.2

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 07:14:11 UTC (rev 83558)
+++ PKGBUILD	2010-06-22 07:14:24 UTC (rev 83559)
@@ -2,10 +2,10 @@
 # Maintainer:  Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-desktop
-pkgver=2.30.0
+pkgver=2.30.2
 pkgrel=1
 pkgdesc="The GNOME Desktop"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('gconf>=2.28.1' 'startup-notification>=0.10')
 makedepends=('gnome-doc-utils>=0.20.0' 'pkgconfig' 'intltool')
@@ -14,14 +14,14 @@
 groups=('gnome')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cb80b676966127d8ee1a9b5ebbed1c23646d62ecdfccbb46d40f59633b4b127f')
+sha256sums=('089c672cd70617541a9e4a827467af43266357e0c3635fc875b86b9b902084d8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --with-gnome-distributor="Archlinux" \
-      --disable-scrollkeeper || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --disable-scrollkeeper
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list