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

Jan de Groot jgc at archlinux.org
Wed May 16 19:52:24 UTC 2007


    Date: Wednesday, May 16, 2007 @ 15:52:24
  Author: jgc
    Path: /home/cvs-extra/extra/network/pidgin

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: pidgin 2.0.0-3
Add powersaving patches from linuxpowertop project
Disable gconf, seems there is no clean way to do it
Disable cap plugin, it depends on sqlite3, which is not in (make)depends


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


Index: extra/network/pidgin/PKGBUILD
diff -u extra/network/pidgin/PKGBUILD:1.3 extra/network/pidgin/PKGBUILD:1.4
--- extra/network/pidgin/PKGBUILD:1.3	Mon May 14 00:03:54 2007
+++ extra/network/pidgin/PKGBUILD	Wed May 16 15:52:24 2007
@@ -1,30 +1,39 @@
-# $Id: PKGBUILD,v 1.3 2007/05/14 04:03:54 dan Exp $
+# $Id: PKGBUILD,v 1.4 2007/05/16 19:52:24 jgc Exp $
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 # Maintainer: Dan McGee <dan at archlinux.org>
 pkgname=pidgin
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+-based messaging client"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://pidgin.im"
-depends=('startup-notification' 'gtkspell' 'libxss' 'libnetworkmanager' 'gstreamer0.10')
-makedepends=('pkgconfig' 'perlxml' 'tk' 'avahi')
+depends=('startup-notification' 'gtkspell' 'libxss' 'gstreamer0.10' 'dbus-glib>=0.73')
+makedepends=('pkgconfig' 'tk' 'avahi' 'intltool')
 replaces=('gaim')
 conflicts=('gaim')
 provides=('gaim')
 options=(!libtool)
 install=pidgin.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('132355d7e236d9c2820a2668621eef43')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+	http://www.linuxpowertop.org/patches/pidgin-2.0.0.patch)
+md5sums=('132355d7e236d9c2820a2668621eef43' '1ada331e139d1de00c0a0cbe832f731b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-perl \
+  patch -Np1 -i ${startdir}/src/pidgin-2.0.0.patch || return 1
+
+  #Get rid of gconf, we don't want it!
+  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 \
               --enable-gtkspell --enable-gnutls=yes \
 	      --enable-nss=no --disable-gevolution \
 	      --enable-dbus --disable-mono \
-	      --disable-debug --enable-nm
+	      --disable-debug
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list