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

Ionut Biru ibiru at archlinux.org
Tue Jun 22 07:18:44 UTC 2010


    Date: Tuesday, June 22, 2010 @ 03:18:43
  Author: ibiru
Revision: 83567

upgpkg: gnome-menus 2.30.2-1
update to 2.30.2

Modified:
  gnome-menus/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 07:16:11 UTC (rev 83566)
+++ PKGBUILD	2010-06-22 07:18:43 UTC (rev 83567)
@@ -2,26 +2,26 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-menus
-pkgver=2.30.0
+pkgver=2.30.2
 pkgrel=1
 pkgdesc="GNOME menu specifications"
-arch=(i686 x86_64)
-depends=('pygtk>=2.16.0')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
+arch=('i686' 'x86_64')
+depends=('pygtk>=2.17.0')
+makedepends=('pkg-config' 'intltool' 'gobject-introspection')
 options=('!libtool' '!makeflags')
 license=('GPL' 'LGPL')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
         menus.patch)
-sha256sums=('6c390f88914712e1de425b9a2579f34b0cf27917521e9eb363b0c7cf120fe976'
+sha256sums=('3cfb41586cda5892aea929ff9b327cbabc37a15971fdc6c6d4334d2488bb3233'
             'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/menus.patch" || return 1
+  patch -Np0 -i "${srcdir}/menus.patch"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
-      --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list