summaryrefslogtreecommitdiffstats
path: root/extra/pidgin/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-30 09:30:53 +0200
committertnut <thierryn1 at hispeed dot ch>2011-03-30 09:30:53 +0200
commit4f4ae00bcbce0c7c5083e120d1f8d744259e506b (patch)
tree34d42da82cf77fb0fd126ab2272cb1a083176f1c /extra/pidgin/Pkgfile
parent223d67b5fc783ad2365837abc922b34b240951c7 (diff)
parent2a2b3f31ad37707d2374a4257c13ed78a9e24e07 (diff)
downloadnutyx-pakxe-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.gz
nutyx-pakxe-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.bz2
nutyx-pakxe-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.xz
nutyx-pakxe-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r--extra/pidgin/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile
index 02573a332..469a65325 100644
--- a/extra/pidgin/Pkgfile
+++ b/extra/pidgin/Pkgfile
@@ -2,16 +2,18 @@
# URL: http://www.pidgin.im
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2
+# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, xorg-libsm, gstreamer, startup-notification, hicolor-icon-theme, libidn
# Run on: gtkspell,gtk,libxml2,gnutls,nss,nspr,xorg-libxscrnsaver,gstreamer,startup-notification,hicolor-icon-theme,libidn,farsight2
name=pidgin
-version=2.7.5
+version=2.7.11
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i "s#env python#env python2#" */plugins/*.py
+ sed -i "s#env python#env python2#" libpurple/purple-{remote,notifications-example,url-handler}
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-gevolution \
@@ -26,6 +28,8 @@ build() {
--disable-tk \
--enable-gnutls=yes \
--disable-dbus \
+ --disable-vv \
+ --with-python=/usr/bin/python2
make
make DESTDIR=$PKG install