diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 09:30:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 09:30:53 +0200 |
commit | 4f4ae00bcbce0c7c5083e120d1f8d744259e506b (patch) | |
tree | 34d42da82cf77fb0fd126ab2272cb1a083176f1c /extra/pidgin/Pkgfile | |
parent | 223d67b5fc783ad2365837abc922b34b240951c7 (diff) | |
parent | 2a2b3f31ad37707d2374a4257c13ed78a9e24e07 (diff) | |
download | nutyx-extra-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.gz nutyx-extra-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.bz2 nutyx-extra-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.tar.xz nutyx-extra-4f4ae00bcbce0c7c5083e120d1f8d744259e506b.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r-- | extra/pidgin/Pkgfile | 8 |
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 |