summaryrefslogtreecommitdiffstats
path: root/extra/pidgin/Pkgfile
diff options
context:
space:
mode:
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