1 # Contributor: Odites <odites@gmail.com>
3 pkgname=pidgin-light-msngroup
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. "
8 url="http://pidgin.im/"
10 depends=('startup-notification' 'gtkspell' 'nss' 'hicolor-icon-theme')
11 makedepends=('ca-certificates' 'perlxml' 'python' 'intltool')
13 provides=('pidgin' 'pidgin-light')
14 conflicts=('pidgin' 'pidgin-light')
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')
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
31 make DESTDIR="$pkgdir" install || return 1
33 # Remove GConf schema file
34 rm -rf "$pkgdir/etc" || return 1