summaryrefslogtreecommitdiff
path: root/community/pidgin-gfire/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
commit6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch)
tree4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/pidgin-gfire/PKGBUILD
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/pidgin-gfire/PKGBUILD')
-rw-r--r--community/pidgin-gfire/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/pidgin-gfire/PKGBUILD b/community/pidgin-gfire/PKGBUILD
index 9abfa1f83..c3f268c1a 100644
--- a/community/pidgin-gfire/PKGBUILD
+++ b/community/pidgin-gfire/PKGBUILD
@@ -1,15 +1,16 @@
+# $Id: PKGBUILD 73926 2012-07-17 06:00:57Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
pkgname=pidgin-gfire
pkgver=0.9.4
-pkgrel=3
+pkgrel=4
pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network."
arch=('i686' 'x86_64')
url="http://gfireproject.org/"
license=('GPL')
-depends=('glib2' 'libpurple' 'libnotify' 'gtk2')
+depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
makedepends=('pkgconfig' 'intltool' 'libtool')
source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch")
md5sums=('7167828fd77200603a318afdd4d9ebd2'
@@ -20,6 +21,7 @@ build() {
cd "$srcdir/pidgin-gfire-$pkgver"
patch -p0 -i ../gfire-libnotify.patch
+ sed "/gthread.h/d" -i src/gf_base.h
./autogen.sh
./configure --prefix=/usr --enable-libnotify
make