updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / tapiocaui / PKGBUILD
blobefe727d4a62f450df97a7fd8049cc51f37e3e517
1 # Maintainer: Bjorn Lindeijer <bjorn lindeijer nl>
2 # Contributor: William Rea <sillywilly@gmail.com>
4 pkgname=tapiocaui
5 pkgver=0.3.9.1
6 pkgrel=3
7 pkgdesc="A GTK+ based GoogleTalk client."
8 arch=('i686' 'x86_64')
9 url="http://tapioca-voip.sourceforge.net"
10 license=('LGPL')
11 depends=('tapioca-xmpp' 'gconf' 'libglade' 'gstreamer0.10-farsight' 'farsight')
12 source=(http://dl.sourceforge.net/sourceforge/tapioca-voip/$pkgname-$pkgver.tar.gz
13         tapiocaui_mainwin.c.patch
14         tapiocaui_shell_media.c.patch)
15 md5sums=('2b0fc6997e793784763fe23c81a4986f' 'c89c5a73803031b7d1163c36e5f21fdb'\
16          'a6d6cc671c3239ec2a9da765b471612c')
18 build() {
19     cd $startdir/src/$pkgname-$pkgver
21     # Apply patches to fix compiler warnings and to work with new farsight
22     patch -p1 < ../tapiocaui_mainwin.c.patch
23     patch -p1 < ../tapiocaui_shell_media.c.patch
25     sed -i -e 's| -Werror||g' configure
26     ./configure --prefix=/usr
27     make || return 1
28     make DESTDIR=$startdir/pkg install