[arch-commits] CVS update of extra/gnome/gnome-pilot-conduits (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 17:35:20 UTC 2007


    Date: Sunday, April 22, 2007 @ 13:35:20
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-pilot-conduits

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: gnome-pilot-conduits 2.0.15-1
Move to /usr


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


Index: extra/gnome/gnome-pilot-conduits/PKGBUILD
diff -u extra/gnome/gnome-pilot-conduits/PKGBUILD:1.6 extra/gnome/gnome-pilot-conduits/PKGBUILD:1.7
--- extra/gnome/gnome-pilot-conduits/PKGBUILD:1.6	Fri Sep 29 11:53:18 2006
+++ extra/gnome/gnome-pilot-conduits/PKGBUILD	Sun Apr 22 13:35:20 2007
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD,v 1.6 2006/09/29 15:53:18 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/04/22 17:35:20 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=gnome-pilot-conduits
-pkgver=2.0.14
+pkgver=2.0.15
 pkgrel=1
 pkgdesc="Conduits for gnome-pilot"
 arch=(i686 x86_64)
-depends=('gnome-pilot>=2.0.14')
-makedepends=('intltool' 'pkgconfig')
+license=('GPL')
+depends=('gnome-pilot>=2.0.15-2')
+makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2fcc65c4aa7da5746432bb7443bb80f1')
+md5sums=('19abe4219da30479018c245ec1160d33')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list