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

Allan McRae allan at archlinux.org
Sat Oct 31 12:32:55 UTC 2009


    Date: Saturday, October 31, 2009 @ 08:32:54
  Author: allan
Revision: 57073

upgpkg: gnome-vfs-monikers 2.15.3-3
    rebuild to get arch in package name

Modified:
  gnome-vfs-monikers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 12:26:31 UTC (rev 57072)
+++ PKGBUILD	2009-10-31 12:32:54 UTC (rev 57073)
@@ -3,11 +3,11 @@
 
 pkgname=gnome-vfs-monikers
 pkgver=2.15.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNOME Virtual File System"
-arch=(i686 x86_64)
-license=(GPL)
-depends=('libbonobo>=2.18.0-2' 'gnome-vfs>=2.18.1')
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libbonobo' 'gnome-vfs')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
@@ -15,10 +15,10 @@
 md5sums=('b16f0db0482263be3318e269f52bb5b6')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-static \
 	      --libexecdir=/usr/lib/gnome-vfs-2.0
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list