summaryrefslogtreecommitdiffstats
path: root/gajim/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-25 04:07:17 +0200
committerpiernov <piernov@piernov.org>2012-03-25 04:07:17 +0200
commitd951c984239c9155f3873e0d08c8e255a5cefd7c (patch)
treef330efbe25d0beb0fde0b589a770a1f7bdb87a97 /gajim/Pkgfile
parentf6abb890cae02cdb93c1dff963b1c829d8e8e362 (diff)
downloadnutyx-extra-d951c984239c9155f3873e0d08c8e255a5cefd7c.tar.gz
nutyx-extra-d951c984239c9155f3873e0d08c8e255a5cefd7c.tar.bz2
nutyx-extra-d951c984239c9155f3873e0d08c8e255a5cefd7c.tar.xz
nutyx-extra-d951c984239c9155f3873e0d08c8e255a5cefd7c.zip
gajim add patch farstream
Diffstat (limited to 'gajim/Pkgfile')
-rw-r--r--gajim/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gajim/Pkgfile b/gajim/Pkgfile
index a2c56c85e..f98358af2 100644
--- a/gajim/Pkgfile
+++ b/gajim/Pkgfile
@@ -8,10 +8,12 @@
name=gajim
version=0.15
release=1
-source=(http://gajim.org/downloads/${version%-*}/gajim-$version.tar.gz)
+source=(http://gajim.org/downloads/${version%-*}/gajim-$version.tar.gz
+ gajim-port-to-farstream.patch)
build(){
cd $name-$version
+ patch -p1 < ../gajim-port-to-farstream.patch
PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install