diff options
author | root <root@rshg054.dnsready.net> | 2013-01-06 01:08:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-06 01:08:04 -0800 |
commit | e0e1ffb6dccdc48c2448cfd79dac3ccbbed96c75 (patch) | |
tree | fdc608fa0b41862bfce4aa0f5c62d50f23e88561 /extra/pidgin/PKGBUILD | |
parent | 2586a8c75ef351dbd1b31605644e101e92d2c280 (diff) |
Sun Jan 6 01:07:49 PST 2013
Diffstat (limited to 'extra/pidgin/PKGBUILD')
-rw-r--r-- | extra/pidgin/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/pidgin/PKGBUILD b/extra/pidgin/PKGBUILD index 57d3b44e2..89aed9993 100644 --- a/extra/pidgin/PKGBUILD +++ b/extra/pidgin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173842 2012-12-25 00:34:26Z foutrelis $ +# $Id: PKGBUILD 174743 2013-01-05 21:41:56Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -7,14 +7,13 @@ pkgname=('pidgin' 'libpurple' 'finch') pkgver=2.10.6 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') url="http://pidgin.im/" license=('GPL') makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm' - 'libidn' 'python2' 'hicolor-icon-theme' 'gstreamer0.10' 'avahi' - 'tk' 'ca-certificates' 'intltool' - 'networkmanager') + 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi' + 'tk' 'ca-certificates' 'intltool' 'networkmanager') options=('!libtool') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) sha256sums=('3e25a633b97cbfa8326999a30282e7a662a9b9bbf2853be84af0b8fb60392c96') @@ -35,7 +34,6 @@ build() { --enable-cyrus-sasl \ --disable-doxygen \ --enable-nm \ - --disable-vv \ --with-python=/usr/bin/python2 \ --with-system-ssl-certs=/etc/ssl/certs make @@ -66,7 +64,7 @@ package_pidgin(){ package_libpurple(){ pkgdesc="IM library extracted from Pidgin" - depends=('gstreamer0.10' 'libsasl' 'libidn' 'dbus-glib' 'nss') + depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss') optdepends=('avahi: Bonjour protocol support' 'ca-certificates: SSL CA certificates' 'python2-dbus: for purple-remote and purple-url-handler' |