[arch-commits] Commit in gnome-vfs-monikers/repos (extra-i686 extra-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Sat Oct 31 12:35:07 UTC 2009


    Date: Saturday, October 31, 2009 @ 08:35:07
  Author: allan
Revision: 57077

Merged revisions 57073 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gnome-vfs-monikers/trunk

........
  r57073 | allan | 2009-10-31 22:32:54 +1000 (Sat, 31 Oct 2009) | 2 lines
  
  upgpkg: gnome-vfs-monikers 2.15.3-3
      rebuild to get arch in package name
........

Modified:
  gnome-vfs-monikers/repos/extra-i686/	(properties)
  gnome-vfs-monikers/repos/extra-i686/PKGBUILD

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


Property changes on: gnome-vfs-monikers/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnome-vfs-monikers/trunk:1-20811
   + /gnome-vfs-monikers/trunk:1-57076

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-31 12:33:53 UTC (rev 57076)
+++ extra-i686/PKGBUILD	2009-10-31 12:35:07 UTC (rev 57077)
@@ -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