diff options
author | tnut <tnut at nutyx dot com> | 2011-03-29 23:00:56 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-29 23:00:56 +0200 |
commit | 2a2b3f31ad37707d2374a4257c13ed78a9e24e07 (patch) | |
tree | b3bfd5807b1bfe3e05fe1eb0ee065dfc1c11646c /extra/pidgin/Pkgfile | |
parent | 7921ed1f111bb4aa034d87ff6847b8fef9350c7a (diff) | |
download | nutyx-pakxe-2a2b3f31ad37707d2374a4257c13ed78a9e24e07.tar.gz nutyx-pakxe-2a2b3f31ad37707d2374a4257c13ed78a9e24e07.tar.bz2 nutyx-pakxe-2a2b3f31ad37707d2374a4257c13ed78a9e24e07.tar.xz nutyx-pakxe-2a2b3f31ad37707d2374a4257c13ed78a9e24e07.zip |
pidgin, maj 2.7.11-1
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 |