updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pidgin-light-msngroup / PKGBUILD
blob3da9c37283f7964db70c32729dd40e23311de303
1 # Contributor: Odites <odites@gmail.com>
3 pkgname=pidgin-light-msngroup
4 pkgver=2.5.4
5 pkgrel=1
6 pkgdesc="A light pidgin version: msn, jabber, irc supported protocols with a patch to use msngroups as in WLM, but without gstreamer, tcl, tk, xscreensaver support. "
7 arch=('i686' 'x86_64')
8 url="http://pidgin.im/"
9 license=('GPL')
10 depends=('startup-notification' 'gtkspell' 'nss' 'hicolor-icon-theme')
11 makedepends=('ca-certificates' 'perlxml' 'python' 'intltool')
12 replaces=('gaim')
13 provides=('pidgin' 'pidgin-light')
14 conflicts=('pidgin' 'pidgin-light')
15 options=('!libtool')
16 install=pidgin-light.install
17 source=(http://downloads.sourceforge.net/pidgin/pidgin-$pkgver.tar.bz2 
18 http://developer.pidgin.im/raw-attachment/ticket/3319/msn_group_name.patch)
19 md5sums=('295fe533288c821342b660b6fc83bc11' '86d469894a7aaf1b329633c28076f907')
21 build() {
23 cd "$srcdir/pidgin-$pkgver"
25 #Patch to use msngroup
26 patch -Np0 -i ../msn_group_name.patch && ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install \
27   --disable-meanwhile --disable-screensaver --disable-nm --disable-perl \
28   --disable-gnutls --disable-doxygen --disable-tcl --disable-tk \
29   --disable-gstreamer --disable-avahi --with-system-ssl-certs=/etc/ssl/certs || return 1
30   make || return 1
31   make DESTDIR="$pkgdir" install || return 1
33   # Remove GConf schema file
34   rm -rf "$pkgdir/etc" || return 1