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

Jan de Groot jgc at archlinux.org
Sun Apr 22 14:58:07 UTC 2007


    Date: Sunday, April 22, 2007 @ 10:58:07
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/libsoup

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: libsoup 2.2.100-2
Move to /usr


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


Index: extra/gnome/libsoup/PKGBUILD
diff -u extra/gnome/libsoup/PKGBUILD:1.23 extra/gnome/libsoup/PKGBUILD:1.24
--- extra/gnome/libsoup/PKGBUILD:1.23	Mon Feb 12 19:06:32 2007
+++ extra/gnome/libsoup/PKGBUILD	Sun Apr 22 10:58:07 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.23 2007/02/13 00:06:32 jgc Exp $
+# $Id: PKGBUILD,v 1.24 2007/04/22 14:58:07 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsoup
 pkgver=2.2.100
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome HTTP Library"
 arch=(i686 x86_64)
-depends=('glib2>=2.12.9' 'gnutls>=1.6.0' 'libxml2>=2.6.27' 'gnome-common')
+license=('LGPL')
+depends=('glib2>=2.12.11' 'gnutls>=1.6.1' 'libxml2>=2.6.27')
 makedepends=('perlxml' 'pkgconfig')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.2/${pkgname}-${pkgver}.tar.bz2)
@@ -14,10 +15,9 @@
 md5sums=('936e29d705aab0483b9a5b8860f68c13')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=${GNOMEDIR} --disable-static
+  ./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