[arch-commits] CVS update of extra/network/pidgin (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 18:19:18 UTC 2007


    Date: Tuesday, August 21, 2007 @ 14:19:18
  Author: dan
    Path: /home/cvs-extra/extra/network/pidgin

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: pidgin 2.1.1-1


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


Index: extra/network/pidgin/PKGBUILD
diff -u extra/network/pidgin/PKGBUILD:1.8 extra/network/pidgin/PKGBUILD:1.9
--- extra/network/pidgin/PKGBUILD:1.8	Sun Jul 29 17:13:17 2007
+++ extra/network/pidgin/PKGBUILD	Tue Aug 21 14:19:18 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.8 2007/07/29 21:13:17 dan Exp $
+# $Id: PKGBUILD,v 1.9 2007/08/21 18:19:18 dan Exp $
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=pidgin
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A GTK+-based messaging client"
 arch=(i686 x86_64)
@@ -17,23 +17,20 @@
 options=(!libtool)
 install=pidgin.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('83f44bf9c076595967f7374c50250176')
-sha1sums=('33f78d07c3c7797a710bb7d2032a8d0bd89a6ab3')
+md5sums=('eb29fecb2f3a6d4790f47ce8e658c07c')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-
-  #Get rid of gconf, we don't want it!
+  # gconf won't die with the --disable-schemas-install option
+  #  unfortunately this makes configure run twice, but oh well
   sed -i -e 's/gconftool-2/no/g' configure.ac
-  aclocal -I ./m4macros || return 1
-  autoconf || return 1
-  automake || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --disable-perl --disable-cap \
+              --disable-schemas-install \
               --enable-gtkspell --enable-gnutls=yes \
-	      --enable-nss=no --disable-gevolution \
-	      --enable-dbus --disable-mono \
-	      --disable-debug
+              --enable-nss=no --disable-gevolution \
+              --enable-dbus --disable-mono \
+              --disable-debug
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list